Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h632 # define _STLP_MUTABLE(type, x) x macro
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x macro