Home
last modified time | relevance | path

Searched defs:MyBool (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp86 struct MyBool { struct
88 constexpr explicit MyBool(bool v) : value(v) {} in MyBool() argument
95 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp88 struct MyBool { struct
90 constexpr explicit MyBool(bool v) : value(v) {} in MyBool() argument
97 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Drange.go8 type MyBool bool type
23 func f7(func(int) MyBool) {}
24 func f8(func(MyInt, MyString) MyBool) {}
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dreorder-synthesized-ivars.m25 @property (readwrite) BOOL MyBool; property
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
Dpanicprint.go7 type MyBool bool type
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_test.go153 MyBool *MyBool `protobuf:"12"` member
196 MyBool bool type
302 MyBool MyBool `protobuf:"12"` member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_memoryview.py565 class MyBool: class