| /external/golang-protobuf/internal/testprotos/required/ |
| D | required.pb.go | 111 type Uint32 struct { struct 112 state protoimpl.MessageState 113 sizeCache protoimpl.SizeCache 114 unknownFields protoimpl.UnknownFields 116 V *uint32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` 119 func (x *Uint32) Reset() { 128 func (x *Uint32) String() string { 132 func (*Uint32) ProtoMessage() {} 134 func (x *Uint32) ProtoReflect() protoreflect.Message { 147 func (*Uint32) Descriptor() ([]byte, []int) { [all …]
|
| D | required.proto | 19 message Uint32 { message
|
| /external/golang-protobuf/internal/encoding/text/ |
| D | decode_test.go | 154 type Uint32 struct { struct 155 val uint32 158 func (n Uint32) checkOk(tok text.Token) string { 169 func (n Uint32) checkNok(tok text.Token) string {
|
| D | decode_token.go | 260 func (t Token) Uint32() (uint32, bool) { func
|
| /external/gemmlowp/internal/ |
| D | allocator.h | 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
|
| /external/golang-protobuf/proto/ |
| D | wrappers.go | 23 func Uint32(v uint32) *uint32 { return &v } func
|
| /external/perfetto/src/trace_processor/importers/fuchsia/ |
| D | fuchsia_trace_utils.h | 73 static ArgValue Uint32(uint32_t value) { in Uint32() function 143 uint32_t Uint32() const { in Uint32() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/benchmarks/algorithms/ |
| D | common.h | 20 enum class ValueType { Uint32, Uint64, Pair, Tuple, String, Float }; enumerator
|
| /external/angle/third_party/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/cronet/third_party/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/libtextclassifier/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/openscreen/third_party/abseil/src/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
| D | endian_test.cc | 152 TEST(EndianessTest, Uint32) { in TEST() argument
|
| /external/tensorflow/tensorflow/lite/toco/tflite/ |
| D | types_test.cc | 157 TEST(DataBuffer, Uint32) { in TEST() argument
|
| /external/tensorflow/tensorflow/go/ |
| D | tensor.go | 49 Uint32 DataType = C.TF_UINT32 const
|
| /external/vixl/src/ |
| D | utils-vixl.h | 822 Uint32() { data_ = 0; } in Uint32() function 823 explicit Uint32(uint32_t data) : data_(data) {} in Uint32() function 1000 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {} in Uint32() function
|
| /external/golang-protobuf/internal/impl/ |
| D | pointer_unsafe.go | 97 func (p pointer) Uint32() *uint32 { return (*uint32)(p.p) } func
|
| D | pointer_reflect.go | 109 func (p pointer) Uint32() *uint32 { return p.v.Interface().(*uint32) } func
|
| D | message_reflect_test.go | 144 Uint32 *uint32 `protobuf:"4"` member 293 Uint32 uint32 `protobuf:"4"` member 833 Uint32 MyUint32 `protobuf:"4"` member
|
| /external/golang-protobuf/testing/protopack/ |
| D | pack.go | 77 Uint32 uint32 type
|
| /external/libcxx/benchmarks/ |
| D | algorithms.bench.cpp | 17 enum class ValueType { Uint32, String }; enumerator
|
| /external/flatbuffers/src/ |
| D | binary_annotator.h | 43 Uint32 = 11, enumerator
|