Searched refs:MakeTag (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dpassword_model_associator.h102 static std::string MakeTag(const webkit_glue::PasswordForm& password);
103 static std::string MakeTag(const sync_pb::PasswordSpecificsData& password);
104 static std::string MakeTag(const std::string& origin_url,
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
H A Dpassword_change_processor.cc71 std::string tag = PasswordModelAssociator::MakeTag(change->form());
177 std::string tag(PasswordModelAssociator::MakeTag(password));
/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.cc120 if (!input->LastTagWas(WireFormatLite::MakeTag(
168 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
173 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
178 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
183 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
189 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
192 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
307 WireFormatLite::MakeTag(field.number(),
313 WireFormatLite::MakeTag(field.number(),
319 WireFormatLite::MakeTag(fiel
[all...]
H A Dwire_format_lite_inl.h351 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
379 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
404 output->WriteTag(MakeTag(field_number, type));
486 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
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
H A Dwire_format_lite.cc135 if (!input->LastTagWas(WireFormatLite::MakeTag(
H A Ddescriptor_database.cc351 const uint32 kNameTag = internal::WireFormatLite::MakeTag(
H A Dwire_format_unittest.cc679 output.WriteVarint32(WireFormat::MakeTag(field));
682 output.WriteVarint32(WireFormatLite::MakeTag(
H A Dextension_set.cc952 fake_tag = WireFormatLite::MakeTag(type_id,
1281 WireFormatLite::MakeTag(number,
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_field.cc63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
H A Djava_primitive_field.cc167 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
H A Djava_message.cc857 uint32 tag = WireFormatLite::MakeTag(field->number(),
875 uint32 packed_tag = WireFormatLite::MakeTag(field->number(),
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum_field.cc63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
H A Djavamicro_message.cc335 uint32 tag = WireFormatLite::MakeTag(field->number(),
H A Djavamicro_primitive_field.cc195 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
H A Dcpp_message.cc1316 "tag", SimpleItoa(WireFormat::MakeTag(field)),
1325 "next_tag", SimpleItoa(WireFormat::MakeTag(next_field)),
1363 uint32 start_tag = WireFormatLite::MakeTag(
1365 uint32 end_tag = WireFormatLite::MakeTag(
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_password_unittest.cc253 std::string tag = PasswordModelAssociator::MakeTag(entry);

Completed in 2688 milliseconds