OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_pointer
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
get_pointer.hpp
16
//
get_pointer
(p) extracts a ->* capable pointer from p
18
template<class T> T *
get_pointer
(T * p)
function in namespace:boost
23
//
get_pointer
(shared_ptr<T> const & p) has been moved to shared_ptr.hpp
25
template<class T> T *
get_pointer
(std::auto_ptr<T> const& p)
function in namespace:boost
ref.hpp
51
T*
get_pointer
() const { return t_; }
function in class:boost::reference_wrapper
182
template<class T> inline T*
get_pointer
( reference_wrapper<T> const & r )
function in namespace:boost
184
return r.
get_pointer
();
/external/compiler-rt/test/asan/TestCases/
speculative_load.cc
34
const char*
get_pointer
() const {
function in struct:S
47
const char *ptr = s.
get_pointer
();
/external/libchrome/base/mac/
scoped_authorizationref.h
52
AuthorizationRef*
get_pointer
() { return &authorization_; }
function in class:base::mac::ScopedAuthorizationRef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_ptr.hpp
122
//
get_pointer
(p) is a generic way to say p.get()
124
template<class T> inline T *
get_pointer
(scoped_ptr<T> const & p)
function in namespace:boost
shared_ptr.hpp
559
//
get_pointer
() enables boost::mem_fn to recognize shared_ptr
561
template<class T> inline T *
get_pointer
(shared_ptr<T> const & p)
function in namespace:boost
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
733
get_pointer
( optional<T> const& opt )
function in namespace:boost
741
get_pointer
( optional<T>& opt )
function in namespace:boost
Completed in 265 milliseconds