Home
last modified time | relevance | path

Searched refs:U_NO_THROW (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duobject.h42 #ifndef U_NO_THROW
43 #define U_NO_THROW throw() macro
128 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
135 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
145 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
152 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
160 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; } in new()
167 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {} in delete()
177 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW;
185 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NO_THROW;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duobject.cpp61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW { in operator new()
65 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW { in operator delete()
71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW { in operator new[]()
75 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW { in operator delete[]()
82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW { in operator new()
86 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW { in operator delete()
/third_party/icu/icu4c/source/common/unicode/
Duobject.h48 #ifndef U_NO_THROW
49 #define U_NO_THROW U_NOEXCEPT macro
/third_party/node/deps/icu-small/source/common/unicode/
Duobject.h48 #ifndef U_NO_THROW
49 #define U_NO_THROW U_NOEXCEPT macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duobject.h48 #ifndef U_NO_THROW
49 #define U_NO_THROW U_NOEXCEPT macro