Searched refs:RefType (Results 1 - 11 of 11) sorted by relevance

/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);
H A DAudioNode.cpp174 void AudioNode::ref(RefType refType)
202 void AudioNode::deref(RefType refType)
236 void AudioNode::finishDeref(RefType refType)
H A DAudioContext.h183 void addDeferredFinishDeref(AudioNode*, AudioNode::RefType);
267 RefInfo(AudioNode* node, AudioNode::RefType refType)
273 AudioNode::RefType m_refType;
H A DAudioContext.cpp446 void AudioContext::addDeferredFinishDeref(AudioNode* node, AudioNode::RefType refType)
501 AudioNode::RefType refType = m_deferredFinishDerefList[i].m_refType;
/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/clang/include/clang/AST/
H A DCanonicalType.h721 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
722 return RefType->getPointeeType();
H A DType.h4721 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
4722 return RefType->getPointeeType();
/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/AST/
H A DType.cpp1503 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>())
1504 return RefType->getPointeeType();
/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()) {
H A DSemaExpr.cpp10735 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
10736 if (!RefType->getPointeeType()->isFunctionType())
10737 CaptureType = RefType->getPointeeType();

Completed in 1464 milliseconds