OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_object
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/store/
str_locl.h
85
STORE_GET_OBJECT_FUNC_PTR
get_object
;
member in struct:store_method_st
/external/openssl/crypto/store/
str_locl.h
85
STORE_GET_OBJECT_FUNC_PTR
get_object
;
member in struct:store_method_st
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
444
reference_const_type get_impl() const { return dereference(
get_object
(), is_reference_predicate() ) ; }
445
reference_type get_impl() { return dereference(
get_object
(), is_reference_predicate() ) ; }
447
pointer_const_type get_ptr_impl() const { return cast_ptr(
get_object
(), is_reference_predicate() ) ; }
448
pointer_type get_ptr_impl() { return cast_ptr(
get_object
(), is_reference_predicate() ) ; }
455
internal_type const*
get_object
() const
function in class:boost::optional_detail::optional_base
460
internal_type *
get_object
()
function in class:boost::optional_detail::optional_base
466
internal_type const*
get_object
() const { return static_cast<internal_type const*>(m_storage.address()); }
function in class:boost::optional_detail::optional_base
467
internal_type *
get_object
() { return static_cast<internal_type *> (m_storage.address()); }
function in class:boost::optional_detail::optional_base
Completed in 61 milliseconds