Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dsort_test.cpp77 struct Data { struct
78 Data(int index, int value) in Data() argument
81 bool operator == (const Data& other) const in operator ==() argument
83 bool operator < (const Data& other) const in operator <() argument
93 Data datas[] = { in stblsrt2() argument
/ndk/tests/device/test-gnustl-full/unit/
Dsort_test.cpp77 struct Data { struct
78 Data(int index, int value) in Data() argument
81 bool operator == (const Data& other) const in operator ==() argument
83 bool operator < (const Data& other) const in operator <() argument
93 Data datas[] = { in stblsrt2() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dtype_with_alignment.hpp55 #define BOOST_TT_HAS_ONE_T(D,Data,T) boost::detail::has_one_T< T > argument