HomeSort by relevance Sort by last modified time
    Searched defs:MakeTag (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.h 178 // 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) {
281 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));
wire_format_lite.h 152 // 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) {
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 76 std::string tag = MakeTag(**ix);
82 DCHECK_EQ(tag, MakeTag(password));
126 std::string tag = MakeTag(password);
382 std::string PasswordModelAssociator::MakeTag(
384 return MakeTag(password.origin.spec(),
392 std::string PasswordModelAssociator::MakeTag(
394 return MakeTag(password.origin(),
402 std::string PasswordModelAssociator::MakeTag(

Completed in 39 milliseconds