Searched defs:before (Results 1 – 3 of 3) 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
|