HomeSort by relevance Sort by last modified time
    Searched refs:reference_type (Results 1 - 4 of 4) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 154 typedef T & reference_type ; typedef in struct:boost::optional_detail::types_when_isnt_ref
165 typedef raw_type& reference_type ; typedef in struct:boost::optional_detail::types_when_is_ref
206 typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ; typedef in class:boost::optional_detail::optional_base
445 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }
472 reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p ; }
474 reference_type dereference( internal_type* p, is_reference_tag ) { return p->get() ; }
510 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in class:boost::optional
631 reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();
    [all...]
  /external/stlport/test/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest

Completed in 74 milliseconds