Home
last modified time | relevance | path

Searched defs:UInt32Value (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DUInt32Value.php17 class UInt32Value extends \Google\Protobuf\Internal\Message class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto96 message UInt32Value { message
Dwrappers.pb.h79 class UInt32Value; variable
789 inline UInt32Value() : UInt32Value(nullptr) {} in UInt32Value() function
793 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
Dwrappers.pb.cc1293 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt32Value() function in UInt32Value
1299 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php14 use Google\Protobuf\UInt32Value; alias
DWellKnownTest.php35 use Google\Protobuf\UInt32Value; alias
DEncodeDecodeTest.php27 use Google\Protobuf\UInt32Value; alias
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs960 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> class
981 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
988 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value