Home
last modified time | relevance | path

Searched refs:IsRefCounted (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h97 bool IsRefCounted(const clang::CXXBaseSpecifier* base,
DFindBadConstructsConsumer.cpp730 bool FindBadConstructsConsumer::IsRefCounted( in IsRefCounted() function in chrome_checker::FindBadConstructsConsumer
821 return IsRefCounted(base, path); in CheckRefCountedDtors()
/external/webrtc/webrtc/base/
Dbind.h.pump78 // IsRefCounted<T>::value will be true for types that can be used in
83 class IsRefCounted {
123 typedef typename TernaryTypeOperator<IsRefCounted<T>::value,
Dbind.h87 class IsRefCounted {
127 typedef typename TernaryTypeOperator<IsRefCounted<T>::value,