OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Construct
(Results
1 - 19
of
19
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h
70
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h
75
_Construct
(_T1* __p, _Args&&... __args)
80
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h
75
_Construct
(_T1* __p, _Args&&... __args)
80
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h
70
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h
70
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h
70
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_construct.h
70
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_construct.h
75
_Construct
(_T1* __p, _Args&&... __args)
80
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_construct.h
75
_Construct
(_T1* __p, _Args&&... __args)
80
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h
76
_Construct
(_T1* __p, _Args&&... __args)
81
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h
76
_Construct
(_T1* __p, _Args&&... __args)
81
_Construct
(_T1* __p, const _T2& __value)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h
74
_Construct
(_T1* __p, _Args&&... __args)
79
_Construct
(_T1* __p, const _T2& __value)
/external/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_construct.h
106
inline void
_Construct
(_T1* __p) {
276
inline void construct(_T1* __p) { _STLP_STD::
_Construct
(__p); }
Completed in 705 milliseconds