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

  /external/protobuf/python/google/protobuf/
descriptor.py 338 TYPE_MESSAGE = 11
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 109 TYPE_MESSAGE = 11,
descriptor.h 312 TYPE_MESSAGE = 11, // Length-delimited message.
339 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
449 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
descriptor.pb.cc 541 "\020\n\014TYPE_MESSAGE\020\013\022\016\n\nTYPE_BYTES\020\014\022\017\n\013TYP"
    [all...]
descriptor.pb.h 756 static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE;
    [all...]

Completed in 79 milliseconds