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

/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/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

Completed in 130 milliseconds