Home
last modified time | relevance | path

Searched defs:TYPE_BOOL (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h71 TYPE_BOOL = 7, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto82 TYPE_BOOL = 8; enumerator
Dwire_format_lite.h104 TYPE_BOOL = 8, enumerator
Ddescriptor.proto141 TYPE_BOOL = 8; enumerator
Ddescriptor.h455 TYPE_BOOL = 8, // bool, varint on the wire. enumerator
Dtype.pb.h355 static const Kind TYPE_BOOL = variable
Dtype.pb.cc989 const Field_Kind Field::TYPE_BOOL; member in google::protobuf::Field
Ddescriptor.pb.h1035 static const Type TYPE_BOOL = variable
Ddescriptor.pb.cc4229 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BOOL; member in google::protobuf::FieldDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto118 TYPE_BOOL = 8; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto118 TYPE_BOOL = 8; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java58 public static final int TYPE_BOOL = 8; field in InternalNano
DExtension.java65 public static final int TYPE_BOOL = InternalNano.TYPE_BOOL; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py429 TYPE_BOOL = 8 variable in FieldDescriptor