Home
last modified time | relevance | path

Searched defs:throw_on_failure (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkMemory_malloc.cpp25 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
/third_party/skia/src/ports/
DSkMemory_malloc.cpp33 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
/third_party/googletest/googletest/test/
Dgtest_unittest.cc5734 bool throw_on_failure; member