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

  /external/lldb/include/lldb/Utility/
PriorityPointerPair.h 30 typedef T& reference_type; typedef in class:lldb_utility::PriorityPointerPair
125 reference_type
  /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
  /external/lldb/source/Symbol/
ClangASTType.cpp 378 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
379 if (reference_type)
380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
414 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
415 if (reference_type)
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
2158 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
3276 const ReferenceType *reference_type = cast<ReferenceType>(parent_qual_type.getTypePtr()); local
3682 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
3877 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
    [all...]

Completed in 144 milliseconds