Home
last modified time | relevance | path

Searched defs:before (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dlexcmp_test.cpp37 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/
Dlexcmp_test.cpp37 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/
Dtype_info.cc66 type_info::before(const type_info& rhs) const in before() function in std::type_info