Home
last modified time | relevance | path

Searched refs:reference_type (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp154 typedef T & reference_type ; typedef
165 typedef raw_type& reference_type ; typedef
206 typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ; typedef in boost::optional_detail::optional_base
445reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl()
472reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p… in dereference()
474reference_type dereference( internal_type* p, is_reference_tag ) { return p-… in dereference()
510 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in boost::optional
631reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();… in get()
635reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or()
647 reference_type operator *() { return this->get() ; } in operator *()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dtype_traits_test.cpp27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() in reference_type() function in TypeTraitsTest
/ndk/tests/device/test-stlport/unit/
Dtype_traits_test.cpp27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() in reference_type() function in TypeTraitsTest