Searched defs:nullptr (Results 1 – 11 of 11) sorted by relevance
1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
6 export const nullptr = 0; constant
5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
122 bool operator == (const SkStrikeCache::ExclusiveStrikePtr& lhs, decltype(nullptr)) { in operator ==()126 bool operator == (decltype(nullptr), const SkStrikeCache::ExclusiveStrikePtr& rhs) { in operator ==()
64 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
107 ComPtr &operator=(decltype(nullptr)) throw() { in decltype() argument
84 _com_ptr_t(decltype(nullptr)) : m_pInterface(NULL) {} in _com_ptr_t()
13 #define nullptr 0 macro
62 #define nullptr NULL macro
40 : retainer_(nullptr) { in retainer_() argument
106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { argument