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

  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.cpp 135 COMPILE_ASSERT((IsSameType<int, RemovePointer<int>::Type>::value), WTF_Test_RemovePointer_int);
136 COMPILE_ASSERT((IsSameType<int, RemovePointer<int*>::Type>::value), WTF_Test_RemovePointer_int_pointer);
137 COMPILE_ASSERT((!IsSameType<int, RemovePointer<int**>::Type>::value), WTF_Test_RemovePointer_int_pointer_pointer);
OwnPtr.h 43 typedef typename RemovePointer<T>::Type ValueType;
TypeTraits.h 41 // RemovePointer<T>::Type
166 template <typename T> struct RemovePointer {
170 template <typename T> struct RemovePointer<T*> {
PassOwnPtr.h 47 typedef typename RemovePointer<T>::Type ValueType;
RetainPtr.h 57 typedef typename RemovePointer<T>::Type ValueType;
  /external/v8/src/
lithium.h 416 RemovePointer(untagged_operands_[i]);
430 void RemovePointer(LOperand* op);
lithium.cc 176 void LPointerMap::RemovePointer(LOperand* op) {
lithium-allocator.cc     [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 120 typedef typename WTF::RemovePointer<T>::Type PotentiallyConstValueType;

Completed in 147 milliseconds