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

12

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_syncable_service.h55 static std::string MakeTag(const autofill::PasswordForm& password);
56 static std::string MakeTag(const sync_pb::PasswordSpecificsData& password);
57 static std::string MakeTag(const std::string& origin_url,
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.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/chromium_org/chrome/browser/sync/glue/
H A Dpassword_model_associator.h104 static std::string MakeTag(const autofill::PasswordForm& password);
105 static std::string MakeTag(const sync_pb::PasswordSpecificsData& password);
106 static std::string MakeTag(const std::string& origin_url,
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
H A Dpassword_change_processor.cc79 std::string tag = PasswordModelAssociator::MakeTag(change->form());
219 std::string tag(PasswordModelAssociator::MakeTag(password));
/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.cc168 if (!input->LastTagWas(WireFormatLite::MakeTag(
216 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
221 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
226 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
231 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
237 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
240 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
355 WireFormatLite::MakeTag(field.number(),
361 WireFormatLite::MakeTag(field.number(),
367 WireFormatLite::MakeTag(fiel
[all...]
H A Dwire_format_lite_inl.h350 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
390 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
417 output->WriteTag(MakeTag(field_number, type));
502 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
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.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
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message_field.cc69 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
H A Djavanano_enum_field.cc63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
H A Djavanano_message.cc322 uint32 tag = WireFormatLite::MakeTag(field->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));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc88 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));

Completed in 716 milliseconds

12