HomeSort by relevance Sort by last modified time
    Searched defs:CPPTYPE_MESSAGE (Results 1 - 10 of 10) 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/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 395 CPPTYPE_MESSAGE = 10
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
416 TYPE_GROUP: CPPTYPE_MESSAGE
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 143 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
231 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
314 case FieldDescriptor::CPPTYPE_MESSAGE:
329 case FieldDescriptor::CPPTYPE_MESSAGE:
extension_set.cc 463 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
495 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
556 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
617 case WireFormatLite::CPPTYPE_MESSAGE:
629 GOOGLE_DCHECK(cpp_type(extension->type) == WireFormatLite::CPPTYPE_MESSAGE);
668 case WireFormatLite::CPPTYPE_MESSAGE:
725 case WireFormatLite::CPPTYPE_MESSAGE:
770 case WireFormatLite::CPPTYPE_MESSAGE: {
    [all...]
wire_format_lite.h 130 CPPTYPE_MESSAGE = 10,
descriptor.h 369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 361 CPPTYPE_MESSAGE = 10

Completed in 207 milliseconds