Home
last modified time | relevance | path

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

1234567

/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() argument
431 operator bool() const { return b; } in operator bool()
432 const bool b;
/external/rust/crates/static_assertions/src/
Dbool.rs37 type Bool: Sized; typedef
42 type Bool = False; typedef
47 type Bool = True; typedef
/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/rust/crates/syn/src/
Dexport.rs35 pub type Bool = bool; typedef
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc170 struct Bool { struct in grpc::testing::SynchronousStreamingClient
171 bool val;
172 Bool() : val(false) {} in Bool() function
/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/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/golang-protobuf/internal/detrand/
Drand.go25 func Bool() bool { func
/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/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h47 typedef uint8_t Bool; typedef
/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp170 struct Bool { struct
171 enum anonymous_enum { value = b };
/external/golang-protobuf/proto/
Dwrappers.go8 func Bool(v bool) *bool { return &v } func
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h122 static ArgValue Bool(bool value) { in Bool() function
178 uint64_t Bool() const { in Bool() function
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs71 Bool, enumerator
/external/flatbuffers/python/flatbuffers/reflection/
DBaseType.py8 Bool = 2 variable in BaseType
/external/rust/crates/protobuf/src/reflect/repeated/
Dvec_downcast.rs11 Bool(&'a mut Vec<bool>), enumerator
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs71 Bool, enumerator
/external/rust/crates/clap/3.2.23/src/error/
Dcontext.rs48 Bool(bool), enumerator

1234567