WIRETYPE_START_GROUP 145 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java case WireFormat.WIRETYPE_START_GROUP: WIRETYPE_START_GROUP 200 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 284 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 297 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 239 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case WireFormat.WIRETYPE_START_GROUP: WIRETYPE_START_GROUP 486 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java case WireFormat.WIRETYPE_START_GROUP: WIRETYPE_START_GROUP 51 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java public static final int WIRETYPE_START_GROUP = 3; WIRETYPE_START_GROUP 119 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) { WIRETYPE_START_GROUP 156 third_party/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 567 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java output.writeTag(1, WireFormat.WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 119 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WireFormatLite::WIRETYPE_START_GROUP, // TYPE_GROUP WIRETYPE_START_GROUP 160 third_party/protobuf/src/google/protobuf/wire_format_lite.cc case WireFormatLite::WIRETYPE_START_GROUP: { WIRETYPE_START_GROUP 238 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WireFormatLite::WIRETYPE_START_GROUP)); WIRETYPE_START_GROUP 272 third_party/protobuf/src/google/protobuf/wire_format_lite.cc field.number(), WireFormatLite::WIRETYPE_START_GROUP, target); WIRETYPE_START_GROUP 382 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WireFormatLite::WIRETYPE_START_GROUP)); WIRETYPE_START_GROUP 525 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WriteTag(field_number, WIRETYPE_START_GROUP, output); WIRETYPE_START_GROUP 542 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WriteTag(field_number, WIRETYPE_START_GROUP, output); WIRETYPE_START_GROUP 202 third_party/protobuf/src/google/protobuf/wire_format_lite.h WireFormatLite::WIRETYPE_START_GROUP); WIRETYPE_START_GROUP 483 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h WriteTag(field_number, WIRETYPE_START_GROUP, output); WIRETYPE_START_GROUP 678 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target); WIRETYPE_START_GROUP 697 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);