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

  /external/libavc/common/
ih264_dpb_mgr.h 121 WORD32 reference_type,
126 WORD32 reference_type);
140 WORD32 reference_type,
145 WORD32 reference_type);
148 WORD32 reference_type,
ih264_dpb_mgr.c 469 * @param[in] reference_type
483 WORD32 reference_type,
498 ps_dpb_head->ps_prev_dpb = (reference_type == SHORT_TERM_REF) ?
539 if(reference_type == SHORT_TERM_REF)
569 * @param[in] reference_type
588 WORD32 reference_type,
602 && (ps_dpb_info[i].ps_pic_buf->i4_used_as_ref == reference_type) )
621 ps_dpb_head = (reference_type == SHORT_TERM_REF)
625 if(reference_type == SHORT_TERM_REF)
631 ps_dpb_info[i].ps_pic_buf->i4_used_as_ref = reference_type;
    [all...]
  /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...]
  /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...]
  /external/elfutils/src/libdw/
known-dwarf.h 592 ONE_KNOWN_DW_TAG (reference_type, DW_TAG_reference_type) \
    [all...]

Completed in 115 milliseconds