HomeSort by relevance Sort by last modified time
    Searched refs:WireFormat (Results 26 - 38 of 38) sorted by null

12

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 51 using internal::WireFormat;
336 WireFormat::WireTypeForField(field));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
cpp_message.cc 55 using internal::WireFormat;
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 149 if (internal::WireFormat::SkipMessage(input, &other) &&
dynamic_message.cc 83 using internal::WireFormat;
extension_set_unittest.cc 605 ASSERT_TRUE(WireFormat::ParseAndMergePartial(&input, &message2));
descriptor.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 52 using internal::WireFormat;
858 WireFormat::WireTypeForFieldType(field->type()));
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 662 public WireFormat.JavaType getLiteJavaType() {
673 public WireFormat.FieldType getLiteType() {
679 private static final WireFormat.FieldType[] table =
680 WireFormat.FieldType.values();
    [all...]
GeneratedMessage.java 417 WireFormat.JavaType.MESSAGE &&
    [all...]
  /external/protobuf/
Makefile.am 98 java/src/main/java/com/google/protobuf/WireFormat.java \
Android.mk 47 java/src/main/java/com/google/protobuf/WireFormat.java \
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 55 using internal::WireFormat;
    [all...]

Completed in 473 milliseconds

12