OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_param_construct_aux
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h
138
__attribute__((always_inline)) inline void
_Param_Construct_aux
(_T1* __p, const _T2& __val, const __false_type&) {
143
__attribute__((always_inline)) inline void
_Param_Construct_aux
(_T1* __p, const _T2& __val, const __true_type&) {
154
_Param_Construct_aux
(__p, __val, _Is_POD(__p)._Answer());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_construct.h
138
inline void
_Param_Construct_aux
(_T1* __p, const _T2& __val, const __false_type&) {
143
inline void
_Param_Construct_aux
(_T1* __p, const _T2& __val, const __true_type&) {
154
_Param_Construct_aux
(__p, __val, _Is_POD(__p)._Answer());
Completed in 190 milliseconds