Home
last modified time | relevance | path

Searched defs:BoolValue (Results 1 – 25 of 56) sorted by relevance

123

/external/golang-protobuf/types/known/wrapperspb/
Dwrappers.pb.go392 type BoolValue struct { struct
393 state protoimpl.MessageState
394 sizeCache protoimpl.SizeCache
395 unknownFields protoimpl.UnknownFields
398 Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
406 func (x *BoolValue) Reset() {
415 func (x *BoolValue) String() string {
419 func (*BoolValue) ProtoMessage() {}
421 func (x *BoolValue) ProtoReflect() protoreflect.Message {
434 func (*BoolValue) Descriptor() ([]byte, []int) {
[all …]
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBoolValue.php18 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/
DBoolValue.php17 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DBoolValue.php17 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DBoolValue.php18 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/
DBoolValue.php17 class BoolValue extends \Google\Protobuf\Internal\Message class
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs26 public static readonly bool BoolValue = true; field in Google.FlatBuffers.Test.FuzzTestData
/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dwrappers.rs785 pub struct BoolValue { struct
791 // @@protoc_insertion_point(special_field:google.protobuf.BoolValue.special_fields) argument
795 impl<'a> ::std::default::Default for &'a BoolValue { argument
801 impl BoolValue { implementation
822 impl crate::Message for BoolValue { implementation
889 impl crate::MessageFull for BoolValue { implementation
896 impl ::std::fmt::Display for BoolValue { implementation
902 impl crate::reflect::ProtobufValue for BoolValue { implementation
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwrappers.proto104 message BoolValue { message
/external/protobuf/src/google/protobuf/
Dwrappers.proto104 message BoolValue { message
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto104 message BoolValue { message
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwrappers.proto104 message BoolValue { message
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dwrappers.rs954 pub struct BoolValue { struct
964 impl<'a> ::std::default::Default for &'a BoolValue { argument
970 impl BoolValue { implementation
991 impl crate::Message for BoolValue { implementation
1088 impl crate::Clear for BoolValue { implementation
1095 impl ::std::fmt::Debug for BoolValue { implementation
1101 impl crate::reflect::ProtobufValue for BoolValue { implementation
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb36BoolValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msg… constant
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb36BoolValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msg… constant
/external/grpc-grpc/test/http2_test/
Dmessages_pb2.py576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/http2_test/
Dmessages_pb2.py576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
/external/cronet/stable/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php7 use Google\Protobuf\BoolValue; alias
/external/cronet/tot/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php7 use Google\Protobuf\BoolValue; alias
/external/protobuf/php/tests/
DWrapperTypeSettersTest.php7 use Google\Protobuf\BoolValue; alias
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs385 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
430 BoolValue = 4, enumerator
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs385 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
430 BoolValue = 4, enumerator
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs385 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
430 BoolValue = 4, enumerator
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto26 message BoolValue { message
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto26 message BoolValue { message

123