HomeSort by relevance Sort by last modified time
    Searched full:reference_type (Results 1 - 23 of 23) 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
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 32 * bit (1) reference_type;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.def 159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
168 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree.h 462 POINTER_TYPE, REFERENCE_TYPE
520 REFERENCE_TYPE
968 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.def 159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
168 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree.h 462 POINTER_TYPE, REFERENCE_TYPE
520 REFERENCE_TYPE
968 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.def 159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
168 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree.h 462 POINTER_TYPE, REFERENCE_TYPE
520 REFERENCE_TYPE
968 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.def 159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
168 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree.h 462 POINTER_TYPE, REFERENCE_TYPE
520 REFERENCE_TYPE
968 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 1278 milliseconds