Home
last modified time | relevance | path

Searched defs:TYPE_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h109 TYPE_MESSAGE = 11, enumerator
Ddescriptor.proto110 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
Ddescriptor.h312 TYPE_MESSAGE = 11, // Length-delimited message. enumerator
Ddescriptor.pb.cc2179 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_MESSAGE; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h756 static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py338 TYPE_MESSAGE = 11 variable in FieldDescriptor