Searched defs:MakeTag (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h131 // This is different from MakeTag(field->number(), field->type()) in the case
133 static uint32 MakeTag(const FieldDescriptor* field);
217 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { function in class:google::protobuf::internal::WireFormat
218 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
H A Dwire_format_lite.h151 // This is different from MakeTag(field->number(), field->type()) in the case
153 static uint32 MakeTag(int field_number, WireType type);
181 // This macro does the same thing as WireFormatLite::MakeTag(), but the
183 // as a switch case or a template input. WireFormatLite::MakeTag() is more
572 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format.h178 // This is different from MakeTag(field->number(), field->type()) in the case
180 static uint32 MakeTag(const FieldDescriptor* field);
280 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { function in class:google::protobuf::internal::WireFormat
281 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
H A Dwire_format_lite.h152 // This is different from MakeTag(field->number(), field->type()) in the case
154 static uint32 MakeTag(int field_number, WireType type);
173 // This macro does the same thing as WireFormatLite::MakeTag(), but the
175 // as a switch case or a template input. WireFormatLite::MakeTag() is more
526 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_syncable_service.cc103 std::string tag = MakeTag(*password_specifics);
108 std::string PasswordSyncableService::MakeTag( function in class:PasswordSyncableService
122 std::string PasswordSyncableService::MakeTag( function in class:PasswordSyncableService
124 return MakeTag(password.origin.spec(),
132 std::string PasswordSyncableService::MakeTag( function in class:PasswordSyncableService
134 return MakeTag(password.origin(),
/external/chromium/chrome/browser/sync/glue/
H A Dpassword_model_associator.cc76 std::string tag = MakeTag(**ix);
82 DCHECK_EQ(tag, MakeTag(password));
126 std::string tag = MakeTag(password);
382 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator
384 return MakeTag(password.origin.spec(),
392 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator
394 return MakeTag(password.origin(),
402 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator
/external/chromium_org/chrome/browser/sync/glue/
H A Dpassword_model_associator.cc100 std::string tag = MakeTag(**ix);
107 DCHECK_EQ(tag, MakeTag(password));
160 std::string tag = MakeTag(password);
417 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator
419 return MakeTag(password.origin.spec(),
427 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator
429 return MakeTag(password.origin(),
437 std::string PasswordModelAssociator::MakeTag( function in class:browser_sync::PasswordModelAssociator

Completed in 493 milliseconds