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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 14 TYPE_GROUP = -3
53 if node.type == TYPE_GROUP:
136 new_node = MinNode(type=TYPE_GROUP)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 14 TYPE_GROUP = -3
53 if node.type == TYPE_GROUP:
136 new_node = MinNode(type=TYPE_GROUP)
  /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/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 371 TYPE_GROUP = 10
416 TYPE_GROUP: CPPTYPE_MESSAGE
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 162 TYPE_GROUP
274 assert(type_ == TYPE_GROUP);
299 assert(type_ == TYPE_GROUP);
wire_format_lite.h 107 TYPE_GROUP = 10,
588 if (type == TYPE_GROUP) {
descriptor.h 337 TYPE_GROUP = 10, // Tag-delimited message. Deprecated.
365 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
479 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 337 TYPE_GROUP = 10

Completed in 592 milliseconds