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

1 2

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 88 string tag = SimpleItoa(WireFormat::MakeTag(descriptor));
111 string non_packed_tag = SimpleItoa(WireFormatLite::MakeTag(
117 string packed_tag = SimpleItoa(WireFormatLite::MakeTag(
javanano_message_field.cc 69 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
javanano_enum_field.cc 72 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
76 internal::WireFormatLite::MakeTag(descriptor->number(),
javanano_message.cc 402 uint32 tag = WireFormatLite::MakeTag(field->number(),
420 uint32 packed_tag = WireFormatLite::MakeTag(field->number(),
javanano_primitive_field.cc 241 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
245 internal::WireFormatLite::MakeTag(descriptor->number(),
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.h 179 // This is different from MakeTag(field->number(), field->type()) in the case
181 static uint32 MakeTag(const FieldDescriptor* field);
301 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
302 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(),
190 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
193 output->WriteVarint32(WireFormatLite::MakeTag(field.number(),
302 WireFormatLite::MakeTag(field.number(),
308 WireFormatLite::MakeTag(field.number(),
314 WireFormatLite::MakeTag(field.number()
    [all...]
wire_format_lite.cc 135 if (!input->LastTagWas(WireFormatLite::MakeTag(
190 if (!input->LastTagWas(WireFormatLite::MakeTag(
wire_format_lite_inl.h 436 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
476 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
503 output->WriteTag(MakeTag(field_number, type));
588 return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
    [all...]
wire_format_lite.h 150 // This is different from MakeTag(field->number(), field->type()) in the case
152 static uint32 MakeTag(int field_number, WireType type);
182 // This macro does the same thing as WireFormatLite::MakeTag(), but the
184 // as a switch case or a template input. WireFormatLite::MakeTag() is more
567 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
descriptor_database.cc 352 const uint32 kNameTag = internal::WireFormatLite::MakeTag(
wire_format_unittest.cc 834 output.WriteVarint32(WireFormat::MakeTag(field));
837 output.WriteVarint32(WireFormatLite::MakeTag(
    [all...]
extension_set_heavy.cc 540 return ParseField(WireFormatLite::MakeTag(
  /external/v8/tools/push-to-trunk/
auto_tag.py 150 class MakeTag(Step):
193 MakeTag,
  /frameworks/minikin/include/minikin/
MinikinFont.h 112 static uint32_t MakeTag(char c1, char c2, char c3, char c4) {
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 105 const uint32_t os2Tag = MinikinFont::MakeTag('O', 'S', '/', '2');
192 const uint32_t cmapTag = MinikinFont::MakeTag('c', 'm', 'a', 'p');
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
javamicro_message.cc 329 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_message.cc     [all...]
cpp_primitive_field.cc 88 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 68 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
java_primitive_field.cc 97 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
java_message.cc     [all...]
java_string_field.cc 73 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
    [all...]

Completed in 398 milliseconds

1 2