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

  /external/protobuf/src/google/protobuf/
unknown_field_set.h 137 TYPE_GROUP
236 GOOGLE_DCHECK_EQ(type_, TYPE_GROUP);
261 GOOGLE_DCHECK_EQ(type_, TYPE_GROUP);
wire_format_lite.h 108 TYPE_GROUP = 10,
542 if (type == TYPE_GROUP) {
descriptor.h 311 TYPE_GROUP = 10, // Tag-delimited message. Deprecated.
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     [all...]
descriptor.pb.h 755 static const Type TYPE_GROUP = FieldDescriptorProto_Type_TYPE_GROUP;
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 337 TYPE_GROUP = 10

Completed in 1085 milliseconds