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

  /external/nanopb-c/generator/google/protobuf/
descriptor.py 395 CPPTYPE_MESSAGE = 10
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
416 TYPE_GROUP: CPPTYPE_MESSAGE
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 166 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
213 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
254 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
337 case FieldDescriptor::CPPTYPE_MESSAGE:
352 case FieldDescriptor::CPPTYPE_MESSAGE:
extension_set.cc 374 case WireFormatLite::CPPTYPE_MESSAGE:
544 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
576 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
637 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
698 case WireFormatLite::CPPTYPE_MESSAGE:
710 GOOGLE_DCHECK(cpp_type(extension->type) == WireFormatLite::CPPTYPE_MESSAGE);
749 case WireFormatLite::CPPTYPE_MESSAGE:
    [all...]
wire_format_lite.h 129 CPPTYPE_MESSAGE = 10,
descriptor.h 388 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 416 CPPTYPE_MESSAGE = 10
436 TYPE_MESSAGE: CPPTYPE_MESSAGE,
437 TYPE_GROUP: CPPTYPE_MESSAGE

Completed in 61 milliseconds