OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_STATIC_CONSTANT
(Results
1 - 2
of
2
) sorted by null
/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/current/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 32 milliseconds