HomeSort by relevance Sort by last modified time
    Searched defs:CPPTYPE_MESSAGE (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 130 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
149 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
273 case FieldDescriptor::CPPTYPE_MESSAGE:
288 case FieldDescriptor::CPPTYPE_MESSAGE:
extension_set.cc 428 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
464 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
525 case WireFormatLite::CPPTYPE_MESSAGE:
566 case WireFormatLite::CPPTYPE_MESSAGE:
621 case WireFormatLite::CPPTYPE_MESSAGE:
666 case WireFormatLite::CPPTYPE_MESSAGE:
688 if (cpp_type(extension.type) == WireFormatLite::CPPTYPE_MESSAGE) {
    [all...]
wire_format_lite.h 131 CPPTYPE_MESSAGE = 10,
descriptor.h 339 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 361 CPPTYPE_MESSAGE = 10

Completed in 172 milliseconds