Searched defs:before (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | lexcmp_test.cpp | 37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | lexcmp_test.cpp | 37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | type_info.cc | 66 type_info::before(const type_info& rhs) const in before() function in std::type_info
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | sp_typeinfo.hpp | 56 bool before( sp_typeinfo const& rhs ) const in before() function in boost::detail::sp_typeinfo
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 305 IntBeforeRegisterTypedTestCaseP before = 0; variable
|