Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Didentity.hpp25 struct identity struct
27 typedef T type;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h322 template <class _Tp> struct identity : public _STLP_PRIV _Identity<_Tp> {}; struct