| /external/golang-protobuf/ptypes/wrappers/ |
| D | wrappers.pb.go | 296 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 …]
|
| D | wrappers.proto | 104 message BoolValue { message
|
| /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | BoolValue.php | 18 class BoolValue extends \Google\Protobuf\Internal\Message class
|
| /external/protobuf/php/src/Google/Protobuf/ |
| D | BoolValue.php | 17 class BoolValue extends \Google\Protobuf\Internal\Message class
|
| /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/ |
| D | messages_pb.rb | 68 …BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
|
| /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
| D | messages_pb.rb | 68 …BoolValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msgcl… constant
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| D | FuzzTestData.cs | 26 public static readonly bool BoolValue = true; field in FlatBuffers.Test.FuzzTestData
|
| /external/protobuf/src/google/protobuf/ |
| D | wrappers.proto | 104 message BoolValue { message
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | wrappers.rs | 954 pub struct BoolValue { struct 964 impl<'a> ::std::default::Default for &'a BoolValue { implementation 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/test/http2_test/ |
| D | messages_pb2.py | 576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
|
| /external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
| D | messages_pb2.py | 576 BoolValue = _reflection.GeneratedProtocolMessageType('BoolValue', (_message.Message,), dict( variable
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Struct.cs | 314 public bool BoolValue { property in Google.Protobuf.WellKnownTypes.Value 357 BoolValue = 4, enumerator
|
| D | Wrappers.cs | 882 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/ |
| D | wrapper_type_setters_test.php | 7 use Google\Protobuf\BoolValue; alias
|
| D | well_known_test.php | 9 use Google\Protobuf\BoolValue; alias
|
| D | encode_decode_test.php | 23 use Google\Protobuf\BoolValue; alias
|
| /external/grpc-grpc/src/proto/grpc/testing/ |
| D | messages.proto | 25 message BoolValue { message
|
| /external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
| D | messages.proto | 26 message BoolValue { message
|
| /external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
| D | messages.proto | 26 message BoolValue { message
|
| /external/libchrome/mojo/public/cpp/base/ |
| D | values_unittest.cc | 24 TEST(ValuesStructTraitsTest, BoolValue) { in TEST() argument
|
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
| D | lds_rds_for_test.proto | 51 message BoolValue { message
|
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
| D | messages.proto | 25 message BoolValue { message
|
| /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
| D | Messages.cs | 97 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/ |
| D | RegistryTest.cpp | 131 Matcher<Stmt> BoolValue = in TEST_F() local
|
| /external/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
| D | RegistryTest.cpp | 130 Matcher<Stmt> BoolValue = in TEST_F() local
|