Home
last modified time | relevance | path

Searched defs:Int32Value (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DInt32Value.php17 class Int32Value extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dwrappers.proto88 message Int32Value { message
Dwrappers.pb.h70 class Int32Value; variable
652 inline Int32Value() : Int32Value(nullptr) {} in Int32Value() function
656 Int32Value(Int32Value&& from) noexcept in Int32Value() function
Dwrappers.pb.cc1096 Int32Value::Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Int32Value() function in Int32Value
1102 Int32Value::Int32Value(const Int32Value& from) in Int32Value() function in Int32Value
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php11 use Google\Protobuf\Int32Value; alias
DWellKnownTest.php22 use Google\Protobuf\Int32Value; alias
DEncodeDecodeTest.php26 use Google\Protobuf\Int32Value; alias
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs780 public sealed partial class Int32Value : pb::IMessage<Int32Value> class
801 public Int32Value() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
808 public Int32Value(Int32Value other) : this() { in Int32Value() method in Google.Protobuf.WellKnownTypes.Int32Value
/third_party/node/deps/v8/src/api/
Dapi.cc4175 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { in Int32Value() function in v8::Value
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp78152 Int32Value(int32_t i32) in Int32Value() function