field_number       78 sync/engine/commit_util.cc     int field_number = GetSpecificsFieldNumberFromModelType(it.Get());
field_number       79 sync/engine/commit_util.cc     config_params->mutable_enabled_type_ids()->Add(field_number);
field_number      177 sync/engine/directory_update_handler.cc   int field_number = progress_marker.data_type_id();
field_number      178 sync/engine/directory_update_handler.cc   ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      183 sync/engine/directory_update_handler.cc         << field_number;
field_number       97 sync/engine/get_updates_processor.cc     int field_number = gu_response.new_progress_marker(i).data_type_id();
field_number       98 sync/engine/get_updates_processor.cc     ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      100 sync/engine/get_updates_processor.cc       DLOG(WARNING) << "Unknown field number " << field_number;
field_number      118 sync/engine/get_updates_processor.cc     int field_number = gu_response.context_mutations(i).data_type_id();
field_number      119 sync/engine/get_updates_processor.cc     ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      121 sync/engine/get_updates_processor.cc       DLOG(WARNING) << "Unknown field number " << field_number;
field_number      163 sync/engine/syncer_proto_util.cc     int field_number = response.migrated_data_type_id(i);
field_number      164 sync/engine/syncer_proto_util.cc     ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      166 sync/engine/syncer_proto_util.cc       DLOG(WARNING) << "Unknown field number " << field_number;
field_number      188 sync/engine/syncer_proto_util.cc       int field_number = error.error_data_type_ids(i);
field_number      190 sync/engine/syncer_proto_util.cc           GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      192 sync/engine/syncer_proto_util.cc         DLOG(WARNING) << "Unknown field number " << field_number;
field_number      248 sync/internal_api/public/base/model_type.h     int field_number);
field_number      127 sync/syncable/model_type.cc ModelType GetModelTypeFromSpecificsFieldNumber(int field_number) {
field_number      131 sync/syncable/model_type.cc     if (GetSpecificsFieldNumberFromModelType(iter.Get()) == field_number)
field_number       79 sync/syncable/model_type_unittest.cc     int field_number = GetSpecificsFieldNumberFromModelType(iter.Get());
field_number       81 sync/syncable/model_type_unittest.cc               GetModelTypeFromSpecificsFieldNumber(field_number));
field_number       59 sync/test/fake_server/fake_server_entity.cc   int field_number = GetSpecificsFieldNumberFromModelType(model_type);
field_number       61 sync/test/fake_server/fake_server_entity.cc                             field_number,
field_number       71 sync/test/fake_server/fake_server_entity.cc   int field_number;
field_number       72 sync/test/fake_server/fake_server_entity.cc   if (token_count != 2 || !base::StringToInt(tokens[0], &field_number)) {
field_number       76 sync/test/fake_server/fake_server_entity.cc   return syncer::GetModelTypeFromSpecificsFieldNumber(field_number);
field_number      156 third_party/protobuf/src/google/protobuf/compiler/importer.cc     const string& containing_type, int field_number,
field_number      103 third_party/protobuf/src/google/protobuf/compiler/importer.h                                    int field_number,
field_number     1395 third_party/protobuf/src/google/protobuf/descriptor.cc     const Descriptor* containing_type, int field_number) const {
field_number     1400 third_party/protobuf/src/google/protobuf/descriptor.cc         containing_type->full_name(), field_number, &file_proto)) {
field_number     1277 third_party/protobuf/src/google/protobuf/descriptor.h                                           int field_number) const;
field_number      191 third_party/protobuf/src/google/protobuf/descriptor_database.cc     int field_number) {
field_number      193 third_party/protobuf/src/google/protobuf/descriptor_database.cc                          make_pair(containing_type, field_number),
field_number      281 third_party/protobuf/src/google/protobuf/descriptor_database.cc     int field_number,
field_number      283 third_party/protobuf/src/google/protobuf/descriptor_database.cc   return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
field_number      371 third_party/protobuf/src/google/protobuf/descriptor_database.cc     int field_number,
field_number      373 third_party/protobuf/src/google/protobuf/descriptor_database.cc   return MaybeParse(index_.FindExtension(containing_type, field_number),
field_number      418 third_party/protobuf/src/google/protobuf/descriptor_database.cc     int field_number,
field_number      424 third_party/protobuf/src/google/protobuf/descriptor_database.cc     pool_.FindExtensionByNumber(extendee, field_number);
field_number      496 third_party/protobuf/src/google/protobuf/descriptor_database.cc     int field_number,
field_number      500 third_party/protobuf/src/google/protobuf/descriptor_database.cc           containing_type, field_number, output)) {
field_number       86 third_party/protobuf/src/google/protobuf/descriptor_database.h                                            int field_number,
field_number      149 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    int field_number,
field_number      175 third_party/protobuf/src/google/protobuf/descriptor_database.h     Value FindExtension(const string& containing_type, int field_number);
field_number      294 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    int field_number,
field_number      323 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    int field_number,
field_number      352 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    int field_number,
field_number     4076 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      int field_number,
field_number     4112 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      int field_number,
field_number     4116 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc         containing_type, field_number, output);
field_number     4141 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      int field_number,
field_number      859 third_party/protobuf/src/google/protobuf/extension_set.cc     int* field_number, ExtensionInfo* extension) {
field_number      860 third_party/protobuf/src/google/protobuf/extension_set.cc   *field_number = WireFormatLite::GetTagFieldNumber(tag);
field_number      864 third_party/protobuf/src/google/protobuf/extension_set.cc   if (!extension_finder->Find(*field_number, extension)) {
field_number      511 third_party/protobuf/src/google/protobuf/extension_set.h                                 int* field_number, ExtensionInfo* extension);
field_number      517 third_party/protobuf/src/google/protobuf/extension_set.h   bool ParseFieldWithExtensionInfo(int field_number,
field_number     1429 third_party/protobuf/src/google/protobuf/text_format.cc     string field_number = SimpleItoa(field.number());
field_number     1433 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(field_number);
field_number     1443 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(field_number);
field_number     1455 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(field_number);
field_number     1467 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(field_number);
field_number     1501 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(field_number);
field_number       86 third_party/protobuf/src/google/protobuf/wire_format.cc       int field_number = WireFormatLite::GetTagFieldNumber(tag);
field_number       87 third_party/protobuf/src/google/protobuf/wire_format.cc       field = descriptor->FindFieldByNumber(field_number);
field_number       90 third_party/protobuf/src/google/protobuf/wire_format.cc       if (field == NULL && descriptor->IsExtensionNumber(field_number)) {
field_number       92 third_party/protobuf/src/google/protobuf/wire_format.cc           field = message_reflection->FindKnownExtensionByNumber(field_number);
field_number       95 third_party/protobuf/src/google/protobuf/wire_format.cc                        ->FindExtensionByNumber(descriptor, field_number);
field_number       88 third_party/protobuf/src/google/protobuf/wire_format.h   static inline int TagSize(int field_number, FieldDescriptor::Type type);
field_number      221 third_party/protobuf/src/google/protobuf/wire_format.h inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
field_number      224 third_party/protobuf/src/google/protobuf/wire_format.h   return WireFormatLite::TagSize(field_number,
field_number       71 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     int field_number, int value) {
field_number       72 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   unknown_fields_->AddVarint(field_number, value);
field_number      434 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteInt32(int field_number, int32 value,
field_number      436 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      439 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteInt64(int field_number, int64 value,
field_number      441 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      444 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteUInt32(int field_number, uint32 value,
field_number      446 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      449 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteUInt64(int field_number, uint64 value,
field_number      451 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      454 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSInt32(int field_number, int32 value,
field_number      456 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      459 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSInt64(int field_number, int64 value,
field_number      461 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      464 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFixed32(int field_number, uint32 value,
field_number      466 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED32, output);
field_number      469 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFixed64(int field_number, uint64 value,
field_number      471 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED64, output);
field_number      474 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSFixed32(int field_number, int32 value,
field_number      476 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED32, output);
field_number      479 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSFixed64(int field_number, int64 value,
field_number      481 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED64, output);
field_number      484 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFloat(int field_number, float value,
field_number      486 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED32, output);
field_number      489 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteDouble(int field_number, double value,
field_number      491 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_FIXED64, output);
field_number      494 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteBool(int field_number, bool value,
field_number      496 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      499 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteEnum(int field_number, int value,
field_number      501 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_VARINT, output);
field_number      505 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteString(int field_number, const string& value,
field_number      508 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
field_number      513 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteBytes(int field_number, const string& value,
field_number      515 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
field_number      522 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteGroup(int field_number,
field_number      525 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_START_GROUP, output);
field_number      527 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_END_GROUP, output);
field_number      530 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteMessage(int field_number,
field_number      533 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
field_number      539 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteGroupMaybeToArray(int field_number,
field_number      542 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_START_GROUP, output);
field_number      551 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_END_GROUP, output);
field_number      554 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteMessageMaybeToArray(int field_number,
field_number      557 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
field_number      153 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static uint32 MakeTag(int field_number, WireType type);
field_number      159 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int TagSize(int field_number, WireFormatLite::FieldType type);
field_number      277 third_party/protobuf/src/google/protobuf/wire_format_lite.h #define field_number int field_number
field_number      336 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadGroup  (field_number, input, MessageLite* value);
field_number      343 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadGroupNoVirtual(field_number, input,
field_number      351 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteTag(field_number, WireType type, output) INL;
field_number      370 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteInt32   (field_number,  int32 value, output);
field_number      371 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteInt64   (field_number,  int64 value, output);
field_number      372 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteUInt32  (field_number, uint32 value, output);
field_number      373 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteUInt64  (field_number, uint64 value, output);
field_number      374 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSInt32  (field_number,  int32 value, output);
field_number      375 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSInt64  (field_number,  int64 value, output);
field_number      376 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFixed32 (field_number, uint32 value, output);
field_number      377 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFixed64 (field_number, uint64 value, output);
field_number      378 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSFixed32(field_number,  int32 value, output);
field_number      379 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSFixed64(field_number,  int64 value, output);
field_number      380 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFloat   (field_number,  float value, output);
field_number      381 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteDouble  (field_number, double value, output);
field_number      382 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteBool    (field_number,   bool value, output);
field_number      383 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteEnum    (field_number,    int value, output);
field_number      385 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteString(field_number, const string& value, output);
field_number      386 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteBytes (field_number, const string& value, output);
field_number      389 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
field_number      391 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
field_number      395 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
field_number      397 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
field_number      404 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output);
field_number      407 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output);
field_number      413 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
field_number      433 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
field_number      435 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
field_number      437 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint32 value, output) INL;
field_number      439 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint64 value, output) INL;
field_number      441 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
field_number      443 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
field_number      445 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint32 value, output) INL;
field_number      447 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint64 value, output) INL;
field_number      449 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
field_number      451 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
field_number      453 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, float value, output) INL;
field_number      455 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, double value, output) INL;
field_number      457 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, bool value, output) INL;
field_number      459 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int value, output) INL;
field_number      462 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const string& value, output) INL;
field_number      464 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const string& value, output) INL;
field_number      467 third_party/protobuf/src/google/protobuf/wire_format_lite.h       field_number, const MessageLite& value, output) INL;
field_number      469 third_party/protobuf/src/google/protobuf/wire_format_lite.h       field_number, const MessageLite& value, output) INL;
field_number      476 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output) INL;
field_number      479 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output) INL;
field_number      559 third_party/protobuf/src/google/protobuf/wire_format_lite.h   void SkipUnknownEnum(int field_number, int value);
field_number      572 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
field_number      573 third_party/protobuf/src/google/protobuf/wire_format_lite.h   return GOOGLE_PROTOBUF_WIRE_FORMAT_MAKE_TAG(field_number, type);
field_number      584 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline int WireFormatLite::TagSize(int field_number,
field_number      587 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number << kTagTypeBits);
field_number      343 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadGroup(int field_number,
field_number      350 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
field_number      382 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, io::CodedInputStream* input,
field_number      390 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
field_number      415 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteTag(int field_number, WireType type,
field_number      417 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteTag(MakeTag(field_number, type));
field_number      481 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
field_number      483 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   WriteTag(field_number, WIRETYPE_START_GROUP, output);
field_number      485 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   WriteTag(field_number, WIRETYPE_END_GROUP, output);
field_number      489 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
field_number      491 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
field_number      499 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteTagToArray(int field_number,
field_number      502 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
field_number      570 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteInt32ToArray(int field_number,
field_number      573 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      576 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteInt64ToArray(int field_number,
field_number      579 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      582 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteUInt32ToArray(int field_number,
field_number      585 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      588 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteUInt64ToArray(int field_number,
field_number      591 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      594 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSInt32ToArray(int field_number,
field_number      597 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      600 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSInt64ToArray(int field_number,
field_number      603 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      606 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFixed32ToArray(int field_number,
field_number      609 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target);
field_number      612 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFixed64ToArray(int field_number,
field_number      615 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED64, target);
field_number      618 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSFixed32ToArray(int field_number,
field_number      621 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target);
field_number      624 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSFixed64ToArray(int field_number,
field_number      627 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED64, target);
field_number      630 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFloatToArray(int field_number,
field_number      633 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED32, target);
field_number      636 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteDoubleToArray(int field_number,
field_number      639 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_FIXED64, target);
field_number      642 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteBoolToArray(int field_number,
field_number      645 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      648 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteEnumToArray(int field_number,
field_number      651 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_VARINT, target);
field_number      655 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteStringToArray(int field_number,
field_number      662 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target);
field_number      666 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteBytesToArray(int field_number,
field_number      669 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target);
field_number      675 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteGroupToArray(int field_number,
field_number      678 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
field_number      680 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteTagToArray(field_number, WIRETYPE_END_GROUP, target);
field_number      682 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteMessageToArray(int field_number,
field_number      685 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target);
field_number      695 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
field_number      697 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
field_number      700 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteTagToArray(field_number, WIRETYPE_END_GROUP, target);
field_number      704 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
field_number      706 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = WriteTagToArray(field_number, WIRETYPE_LENGTH_DELIMITED, target);