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

1 2

  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 184 _FieldDescriptor.TYPE_MESSAGE: wire_format.MessageByteSize,
207 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageEncoder,
230 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageSizer,
253 _FieldDescriptor.TYPE_MESSAGE: decoder.MessageDecoder,
276 _FieldDescriptor.TYPE_MESSAGE:
wire_format.py 254 descriptor.FieldDescriptor.TYPE_MESSAGE,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.cc 118 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
226 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
cpp_helpers.cc 234 case FieldDescriptor::TYPE_MESSAGE : return "Message";
cpp_primitive_field.cc 73 case FieldDescriptor::TYPE_MESSAGE : return -1;
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 114 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
147 case FieldDescriptor::TYPE_MESSAGE : return -1;
java_extension.cc 66 case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE";
java_helpers.cc 221 case FieldDescriptor::TYPE_MESSAGE:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 114 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
147 case FieldDescriptor::TYPE_MESSAGE : return -1;
javamicro_helpers.cc 293 case FieldDescriptor::TYPE_MESSAGE:
  /external/protobuf/src/google/protobuf/
extension_set.cc 116 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE);
151 GOOGLE_CHECK(type == WireFormatLite::TYPE_MESSAGE ||
    [all...]
descriptor.h 312 TYPE_MESSAGE = 11, // Length-delimited message.
339 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
449 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
extension_set_heavy.cc 362 case WireFormatLite::TYPE_MESSAGE:
432 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
descriptor_unittest.cc 413 FieldDescriptorProto::TYPE_MESSAGE)
588 EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_->type());
    [all...]
wire_format.cc 500 case FieldDescriptor::TYPE_MESSAGE:
607 case FieldDescriptor::TYPE_MESSAGE: {
    [all...]
wire_format_lite.h 109 TYPE_MESSAGE = 11,
descriptor.cc 76 CPPTYPE_MESSAGE, // TYPE_MESSAGE
99 "message", // TYPE_MESSAGE
    [all...]
text_format.cc 1011 && field->type() == FieldDescriptor::TYPE_MESSAGE
    [all...]
generated_message_reflection.cc     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 338 TYPE_MESSAGE = 11
text_format.py 81 field.type == descriptor.FieldDescriptor.TYPE_MESSAGE and
reflection.py 253 field.type == _FieldDescriptor.TYPE_MESSAGE and
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 166 ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE,
parser.cc 628 case FieldDescriptorProto::TYPE_MESSAGE:
    [all...]
  /external/chromium/net/tools/testserver/
device_management.py 360 elif (field.type == field.TYPE_MESSAGE and

Completed in 457 milliseconds

1 2