Home
last modified time | relevance | path

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

12

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go296 type BoolValue struct { struct
298 Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
299 XXX_NoUnkeyedLiteral struct{} `json:"-"`
300 XXX_unrecognized []byte `json:"-"`
301 XXX_sizecache int32 `json:"-"`
304 func (m *BoolValue) Reset() { *m = BoolValue{} }
305 func (m *BoolValue) String() string { return proto.CompactTextString(m) }
306 func (*BoolValue) ProtoMessage() {}
307 func (*BoolValue) Descriptor() ([]byte, []int) {
311 func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" }
[all …]
Dwrappers.proto104 message BoolValue { message
/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/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb68BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb68BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs26 public static readonly bool BoolValue = true; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto104 message BoolValue { message
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs954 pub struct BoolValue { struct
964 impl<'a> ::std::default::Default for &'a BoolValue { implementation
970 impl BoolValue { impl
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/test/http2_test/
Dmessages_pb2.py576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
/external/rust/crates/grpcio-sys/grpc/test/http2_test/
Dmessages_pb2.py576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs314 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value
357 BoolValue = 4, enumerator
DWrappers.cs882 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
899 public BoolValue() { in BoolValue() method in Google.Protobuf.WellKnownTypes.BoolValue
906 public BoolValue(BoolValue other) : this() { in BoolValue() method in Google.Protobuf.WellKnownTypes.BoolValue
/external/protobuf/php/tests/
Dwrapper_type_setters_test.php7 use Google\Protobuf\BoolValue; alias
Dwell_known_test.php9 use Google\Protobuf\BoolValue; alias
Dencode_decode_test.php23 use Google\Protobuf\BoolValue; alias
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto25 message BoolValue { message
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto26 message BoolValue { message
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto26 message BoolValue { message
/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc24 TEST(ValuesStructTraitsTest, BoolValue) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto51 message BoolValue { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto25 message BoolValue { message
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs97 public sealed partial class BoolValue : pb::IMessage<BoolValue> { class
114 public BoolValue() { in BoolValue() method in Grpc.Testing.BoolValue
121 public BoolValue(BoolValue other) : this() { in BoolValue() method in Grpc.Testing.BoolValue
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp131 Matcher<Stmt> BoolValue = in TEST_F() local
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp130 Matcher<Stmt> BoolValue = in TEST_F() local

12