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

  /external/chromium/chrome/browser/sync/glue/
password_model_associator.h 102 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,
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(
password_change_processor.cc 71 std::string tag = PasswordModelAssociator::MakeTag(change->form());
177 std::string tag(PasswordModelAssociator::MakeTag(password));
  /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.cc 120 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(field.number()
    [all...]
wire_format_lite_inl.h 351 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),
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) {
wire_format_lite.cc 135 if (!input->LastTagWas(WireFormatLite::MakeTag(
descriptor_database.cc 351 const uint32 kNameTag = internal::WireFormatLite::MakeTag(
wire_format_unittest.cc 679 output.WriteVarint32(WireFormat::MakeTag(field));
682 output.WriteVarint32(WireFormatLite::MakeTag(
extension_set.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
java_primitive_field.cc 167 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
java_message.cc 857 uint32 tag = WireFormatLite::MakeTag(field->number(),
875 uint32 packed_tag = WireFormatLite::MakeTag(field->number(),
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
javamicro_message.cc 319 uint32 tag = WireFormatLite::MakeTag(field->number(),
javamicro_primitive_field.cc 195 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
cpp_message.cc     [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 253 std::string tag = PasswordModelAssociator::MakeTag(entry);

Completed in 858 milliseconds