/external/cronet/tot/third_party/libc++/src/test/support/ |
D | test_execution_policies.h | 51 struct Bool { struct 53 Bool() = default; argument 54 Bool(bool b) : b_(b) {} in Bool() function
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | test_execution_policies.h | 51 struct Bool { struct 53 Bool() = default; argument 54 Bool(bool b) : b_(b) {} in Bool() function
|
/external/clang/test/Index/ |
D | complete-super.m | 4 typedef int Bool; typedef 8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
|
/external/clang/test/OpenMP/ |
D | for_codegen.cpp | 429 struct Bool { struct 430 Bool(bool b) : b(b) {} in Bool() function 431 operator bool() const { return b; } in operator bool() 432 const bool b;
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
D | lib.rs | 714 pub trait Bool { interface 725 impl Bool for &bool { impl
|
/external/rust/android-crates-io/crates/anyhow/src/ |
D | lib.rs | 715 pub trait Bool { interface 726 impl Bool for &bool { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
D | lib.rs | 714 pub trait Bool { interface 725 impl Bool for &bool { impl
|
/external/google-fruit/include/fruit/impl/meta/ |
D | basics.h | 32 struct Bool { struct 33 static constexpr bool value = b;
|
/external/golang-protobuf/internal/testprotos/required/ |
D | required.pb.go | 487 type Bool struct { struct 488 state protoimpl.MessageState 489 sizeCache protoimpl.SizeCache 490 unknownFields protoimpl.UnknownFields 492 V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"` 495 func (x *Bool) Reset() { 504 func (x *Bool) String() string { 508 func (*Bool) ProtoMessage() {} 510 func (x *Bool) ProtoReflect() protoreflect.Message { 523 func (*Bool) Descriptor() ([]byte, []int) { [all …]
|
/external/golang-protobuf/internal/encoding/text/ |
D | decode_test.go | 110 type Bool struct { struct 111 val bool 114 func (b Bool) checkOk(tok text.Token) string { 125 func (b Bool) checkNok(tok text.Token) string {
|
/external/llvm/lib/Fuzzer/test/ |
D | FuzzerFnAdapterUnittest.cpp | 17 TEST(Unpack, Bool) { in TEST() argument 93 TEST(Apply, Bool) { in TEST() argument
|
/external/grpc-grpc/test/cpp/qps/ |
D | client_sync.cc | 168 struct Bool { struct in grpc::testing::SynchronousStreamingClient 169 bool val; 170 Bool() : val(false) {} in Bool() argument
|
/external/golang-protobuf/internal/detrand/ |
D | rand.go | 25 func Bool() bool { func
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Bool.java | 30 public class Bool extends UnaryOperation class
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | constant_reduction_function_test.cc | 36 TEST_F(ConstantReductionFunctionTest, Bool) { in TEST_F() argument
|
/external/rust/android-crates-io/crates/configparser/tests/ |
D | test_more.ini | 7 Bool = False key
|
/external/rust/android-crates-io/crates/config/tests/legacy/ |
D | env.rs | 79 Bool(TestBool), in test_parse_bool() enumerator 171 Bool(TestBool), in test_parse_off_bool() enumerator 258 Bool(TestBool), in test_parse_bool_fail() enumerator
|
/external/golang-protobuf/internal/encoding/json/ |
D | decode_token.go | 20 Bool const 106 func (t Token) Bool() bool { func
|
D | decode_test.go | 74 type Bool struct { struct 75 val bool 78 func (x Bool) check(tok json.Token) string {
|
/external/executorch/devtools/bundled_program/schema/ |
D | bundled_program_schema.py | 34 class Bool: class
|
/external/golang-protobuf/reflect/protoreflect/ |
D | value_union.go | 270 func (v Value) Bool() bool { func 415 func (k MapKey) Bool() bool { func
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_defines.h | 5 #define Bool int macro
|
/external/rust/android-crates-io/crates/anyhow/tests/ui/ |
D | ensure-nonbool.rs | 4 struct Bool(bool); struct
|
/external/golang-protobuf/proto/ |
D | wrappers.go | 8 func Bool(v bool) *bool { return &v } func
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/ui/ |
D | ensure-nonbool.rs | 4 struct Bool(bool); struct
|