Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h107 TYPE_MESSAGE = 11, enumerator
Ddescriptor.proto123 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
Ddescriptor.h361 TYPE_MESSAGE = 11, // Length-delimited message. enumerator
Ddescriptor.pb.cc2536 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_MESSAGE; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h784 static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE; variable
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto121 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java68 public static final int TYPE_MESSAGE = 11; field in Extension
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py372 TYPE_MESSAGE = 11 variable in FieldDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py393 TYPE_MESSAGE = 11 variable in FieldDescriptor