HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_GROUP (Results 1 - 16 of 16) 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 341 TYPE_GROUP = 10, // Tag-delimited message. Deprecated.
369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
483 // 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
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 67 public static final int TYPE_GROUP = 10;
81 * @param type {@link #TYPE_MESSAGE} or {@link #TYPE_GROUP}
92 * @param type {@link #TYPE_MESSAGE} or {@link #TYPE_GROUP}
103 * @param type one of {@code TYPE_*}, except {@link #TYPE_MESSAGE} and {@link #TYPE_GROUP}
115 * @param type one of {@code TYPE_*}, except {@link #TYPE_MESSAGE} and {@link #TYPE_GROUP}
206 case TYPE_GROUP:
246 case TYPE_GROUP:
302 case TYPE_GROUP:
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 315 milliseconds