Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h74 TYPE_BYTES = 10, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto90 TYPE_BYTES = 12; enumerator
Dwire_format_lite.h108 TYPE_BYTES = 12, enumerator
Ddescriptor.proto147 TYPE_BYTES = 12; enumerator
Ddescriptor.h460 TYPE_BYTES = 12, // Arbitrary byte array. enumerator
Dtype.pb.h363 static const Kind TYPE_BYTES = variable
Dtype.pb.cc993 const Field_Kind Field::TYPE_BYTES; member in google::protobuf::Field
Ddescriptor.pb.h1043 static const Type TYPE_BYTES = variable
Ddescriptor.pb.cc4233 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in google::protobuf::FieldDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto124 TYPE_BYTES = 12; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java62 public static final int TYPE_BYTES = 12; field in InternalNano
DExtension.java69 public static final int TYPE_BYTES = InternalNano.TYPE_BYTES; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto124 TYPE_BYTES = 12; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py433 TYPE_BYTES = 12 variable in FieldDescriptor