Searched defs:RefType (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dtuple.h42 // RefType: the ref version of a type (same as the type for refs).
48 typedef P& RefType; typedef in struct:TupleTraits
55 typedef P& RefType; typedef in struct:TupleTraits
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/webkit/Source/WebCore/webaudio/
H A DAudioNode.h79 enum RefType { RefTypeNormal, RefTypeConnection, RefTypeDisabled }; enum in class:WebCore::AudioNode
82 void ref(RefType refType = RefTypeNormal);
83 void deref(RefType refType = RefTypeNormal);
86 void finishDeref(RefType refType);
/external/valgrind/main/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon13512
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)
/external/clang/lib/Sema/
H A DSemaOverload.cpp3974 const ReferenceType *RefType local
3976 if (RefType && !RefType->getPointeeType()->isFunctionType())
3994 const ReferenceType *RefType = local
3996 if (!RefType ||
3997 (!RefType->isLValueReferenceType() &&
3998 !RefType->getPointeeType()->isFunctionType()))
4304 if (const ReferenceType *RefType
4307 if (!RefType->getPointeeType()->isFunctionType()) {

Completed in 131 milliseconds