/external/rust/crates/static_assertions/src/ |
D | bool.rs | 4 pub struct False; struct 7 pub const fn not(&self) -> &'static False { in not() 21 impl False { impl 25 pub const fn and<T>(&self, _: &T) -> &'static False { in and()
|
/external/libcxx/test/std/utilities/meta/meta.logical/ |
D | negation.pass.cpp | 21 struct False { static constexpr bool value = false; }; struct
|
D | disjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; argument
|
D | conjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; struct
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.logical/ |
D | negation.pass.cpp | 22 struct False { static constexpr bool value = false; }; struct
|
D | conjunction.compile.pass.cpp | 22 struct False { static constexpr bool value = false; }; argument
|
D | disjunction.compile.pass.cpp | 22 struct False { static constexpr bool value = false; }; struct
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventListenerConstants.cs | 43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/external/rust/crates/litrs/src/bool/ |
D | mod.rs | 15 False, enumerator
|
/external/libcxx/test/std/strings/strings.erasure/ |
D | erase_if.pass.cpp | 40 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/associative/multiset/multiset.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/vector/vector.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/list/list.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/associative/set/set.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/deque/deque.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/ |
D | meta_base.pass.cpp | 24 using False = std::false_type; typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/strings.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/deque/deque.erasure/ |
D | erase_if.pass.cpp | 37 auto False = [](auto) { return false; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/multiset.erasure/ |
D | erase_if.pass.cpp | 37 auto False = [](auto) { return false; }; in test() local
|
/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 62 Unknown = -1, False = 0, True = 1 enumerator
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/forwardlist/forwardlist.erasure/ |
D | erase_if.pass.cpp | 37 auto False = [](auto) { return false; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/set.erasure/ |
D | erase_if.pass.cpp | 37 auto False = [](auto) { return false; }; in test() local
|