Home
last modified time | relevance | path

Searched defs:Bool (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/cronet/tot/third_party/libc++/src/test/support/
Dtest_execution_policies.h51 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/
Dtest_execution_policies.h51 struct Bool { struct
53 Bool() = default; argument
54 Bool(bool b) : b_(b) {} in Bool() function
/external/clang/test/Index/
Dcomplete-super.m4 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/
Dfor_codegen.cpp429 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/
Dlib.rs714 pub trait Bool { interface
725 impl Bool for &bool { impl
/external/rust/android-crates-io/crates/anyhow/src/
Dlib.rs715 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/
Dlib.rs714 pub trait Bool { interface
725 impl Bool for &bool { impl
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h32 struct Bool { struct
33 static constexpr bool value = b;
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go487 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/
Ddecode_test.go110 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/
DFuzzerFnAdapterUnittest.cpp17 TEST(Unpack, Bool) { in TEST() argument
93 TEST(Apply, Bool) { in TEST() argument
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc168 struct Bool { struct in grpc::testing::SynchronousStreamingClient
169 bool val;
170 Bool() : val(false) {} in Bool() argument
/external/golang-protobuf/internal/detrand/
Drand.go25 func Bool() bool { func
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DBool.java30 public class Bool extends UnaryOperation class
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconstant_reduction_function_test.cc36 TEST_F(ConstantReductionFunctionTest, Bool) { in TEST_F() argument
/external/rust/android-crates-io/crates/configparser/tests/
Dtest_more.ini7 Bool = False key
/external/rust/android-crates-io/crates/config/tests/legacy/
Denv.rs79 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/
Ddecode_token.go20 Bool const
106 func (t Token) Bool() bool { func
Ddecode_test.go74 type Bool struct { struct
75 val bool
78 func (x Bool) check(tok json.Token) string {
/external/executorch/devtools/bundled_program/schema/
Dbundled_program_schema.py34 class Bool: class
/external/golang-protobuf/reflect/protoreflect/
Dvalue_union.go270 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.h5 #define Bool int macro
/external/rust/android-crates-io/crates/anyhow/tests/ui/
Densure-nonbool.rs4 struct Bool(bool); struct
/external/golang-protobuf/proto/
Dwrappers.go8 func Bool(v bool) *bool { return &v } func
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/ui/
Densure-nonbool.rs4 struct Bool(bool); struct

1234567891011