Home
last modified time | relevance | path

Searched defs:TYPE_UINT32 (Results 1 – 15 of 15) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php83 const TYPE_UINT32 = 13; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php99 const TYPE_UINT32 = 13; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h66 TYPE_UINT32 = 3, enumerator
/third_party/protobuf/src/google/protobuf/
Dtype.proto93 TYPE_UINT32 = 13; enumerator
Ddescriptor.proto164 TYPE_UINT32 = 13; enumerator
Dtype.pb.cc305 constexpr Field_Kind Field::TYPE_UINT32; member in Field
Ddescriptor.h610 TYPE_UINT32 = 13, // uint32, varint on the wire enumerator
Dwire_format_lite.h125 TYPE_UINT32 = 13, enumerator
Dtype.pb.h560 static constexpr Kind TYPE_UINT32 = variable
Ddescriptor.pb.cc1250 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_UINT32; member in FieldDescriptorProto
Ddescriptor.pb.h1871 static constexpr Type TYPE_UINT32 = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto125 TYPE_UINT32 = 13; enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto125 TYPE_UINT32 = 13; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto125 TYPE_UINT32 = 13; enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py473 TYPE_UINT32 = 13 variable in FieldDescriptor