HomeSort by relevance Sort by last modified time
    Searched refs:RTTI_ASSERT (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/support/
experimental_any_helpers.h 20 #define RTTI_ASSERT(X) assert(X)
22 #define RTTI_ASSERT(X)
52 RTTI_ASSERT(a.type() == typeid(void));
60 RTTI_ASSERT(a.type() == typeid(Type));
69 RTTI_ASSERT(a.type() == typeid(Type));
any_helpers.h 22 #define RTTI_ASSERT(X) assert(X)
24 #define RTTI_ASSERT(X)
58 RTTI_ASSERT(a.type() == typeid(void));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 20 #define RTTI_ASSERT(X) assert(X)
22 #define RTTI_ASSERT(X)
52 RTTI_ASSERT(a.type() == typeid(void));
60 RTTI_ASSERT(a.type() == typeid(Type));
69 RTTI_ASSERT(a.type() == typeid(Type));

Completed in 491 milliseconds