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

  /external/stlport/stlport/stl/config/
features.h 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment }
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment }
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment }
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment }
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment }
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment
    [all...]

Completed in 1161 milliseconds