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

  /external/eigen/unsupported/test/
alignedvector3.cpp 18 typedef Matrix<Scalar,3,1> RefType;
21 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
22 r4(RefType::Random()), r5(RefType::Random()), r6(RefType::Random());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 184 template<class RefType,typename C>
185 inline RefType
186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ )
193 template<class RefType,typename C>
194 inline RefType
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ )
239 #define BOOST_TEST_FE_DEREF( COL, RefType ) \
243 ::boost::type<RefType >(), \
257 #define BOOST_TEST_FOREACH( RefType, var, COL ) \
265 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType );
    [all...]
named_params.hpp 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 97 enum RefType { RefTypeNormal, RefTypeConnection };
100 void ref(RefType refType = RefTypeNormal);
101 void deref(RefType refType = RefTypeNormal);
104 void finishDeref(RefType refType);
AudioNode.cpp 410 void AudioNode::ref(RefType refType)
412 switch (refType) {
424 fprintf(stderr, "%p: %d: AudioNode::ref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCount, m_connectionRefCount);
430 if (refType == RefTypeConnection)
434 void AudioNode::deref(RefType refType)
451 finishDeref(refType);
458 ASSERT(refType == RefTypeConnection);
469 void AudioNode::finishDeref(RefType refType
    [all...]
  /external/chromium/base/
tuple.h 42 // RefType: the ref version of a type (same as the type for refs).
48 typedef P& RefType;
55 typedef P& RefType;
284 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;
292 typedef Tuple2<typename TupleTraits<A>::RefType,
293 typename TupleTraits<B>::RefType> RefTuple;
303 typedef Tuple3<typename TupleTraits<A>::RefType,
304 typename TupleTraits<B>::RefType,
305 typename TupleTraits<C>::RefType> RefTuple;
317 typedef Tuple4<typename TupleTraits<A>::RefType,
    [all...]
  /external/chromium_org/base/
tuple.h 39 // RefType: the ref version of a type (same as the type for refs).
45 typedef P& RefType;
52 typedef P& RefType;
281 typedef Tuple1<typename TupleTraits<A>::RefType> RefTuple;
289 typedef Tuple2<typename TupleTraits<A>::RefType,
290 typename TupleTraits<B>::RefType> RefTuple;
300 typedef Tuple3<typename TupleTraits<A>::RefType,
301 typename TupleTraits<B>::RefType,
302 typename TupleTraits<C>::RefType> RefTuple;
314 typedef Tuple4<typename TupleTraits<A>::RefType,
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 676 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
677 return RefType->getPointeeType();
Type.h     [all...]
  /external/valgrind/main/callgrind/
sim.c 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
381 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
Expr.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 353 milliseconds