HomeSort by relevance Sort by last modified time
    Searched defs:AlwaysFalse (Results 1 - 15 of 15) sorted by null

  /external/libchrome/ipc/
ipc_param_traits.h 15 struct AlwaysFalse {
22 static_assert(internal::AlwaysFalse<P>::value,
  /external/libchrome/mojo/public/cpp/bindings/lib/
template_util.h 118 struct AlwaysFalse {
  /external/python/cpython2/Mac/Modules/ae/
aesupport.py 77 AlwaysFalse = FakeType("0")
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 228 struct AlwaysFalse : std::false_type {};
    [all...]
  /external/google-fruit/include/fruit/impl/
injection_errors.h 27 struct AlwaysFalse {
33 static_assert(AlwaysFalse<T>::value, "No explicit binding nor C::Inject definition was found for T.");
38 static_assert(AlwaysFalse<T>::value,
46 static_assert(AlwaysFalse<Ts...>::value,
52 static_assert(AlwaysFalse<TypesInLoop...>::value,
59 static_assert(AlwaysFalse<T>::value, "A non-class type T was specified. Use C instead.");
64 static_assert(AlwaysFalse<T>::value, "An annotated type was specified where a non-annotated type was expected.");
69 static_assert(AlwaysFalse<C>::value, "Trying to bind C but it is already bound.");
74 static_assert(AlwaysFalse<RequiredSignature>::value,
80 static_assert(AlwaysFalse<Signature>::value
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 734 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 812 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-internal.h 736 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 772 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 763 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 736 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 754 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 736 inline bool AlwaysFalse() { return !AlwaysTrue(); }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 827 bool AlwaysTrue = true, AlwaysFalse = true;
838 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue());
841 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue());
845 if (AlwaysTrue || AlwaysFalse) {
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h     [all...]

Completed in 756 milliseconds