HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_MUTABLE (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
features.h 632 # define _STLP_MUTABLE(type, x) x
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
features.h 632 # define _STLP_MUTABLE(type, x) x
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
features.h 632 # define _STLP_MUTABLE(type, x) x
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x
    [all...]

Completed in 45 milliseconds