OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U_NO_THROW
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
uobject.h
29
* \def
U_NO_THROW
41
#ifndef
U_NO_THROW
42
#define
U_NO_THROW
throw()
129
static void * U_EXPORT2 operator new(size_t size)
U_NO_THROW
;
136
static void * U_EXPORT2 operator new[](size_t size)
U_NO_THROW
;
146
static void U_EXPORT2 operator delete(void *p)
U_NO_THROW
;
153
static void U_EXPORT2 operator delete[](void *p)
U_NO_THROW
;
161
static inline void * U_EXPORT2 operator new(size_t, void *ptr)
U_NO_THROW
{ return ptr; }
168
static inline void U_EXPORT2 operator delete(void *, void *)
U_NO_THROW
{}
178
static void * U_EXPORT2 operator new(size_t size, const char* file, int line)
U_NO_THROW
;
[
all
...]
/external/icu/icu4c/source/common/unicode/
uobject.h
29
* \def
U_NO_THROW
41
#ifndef
U_NO_THROW
42
#define
U_NO_THROW
throw()
129
static void * U_EXPORT2 operator new(size_t size)
U_NO_THROW
;
136
static void * U_EXPORT2 operator new[](size_t size)
U_NO_THROW
;
146
static void U_EXPORT2 operator delete(void *p)
U_NO_THROW
;
153
static void U_EXPORT2 operator delete[](void *p)
U_NO_THROW
;
161
static inline void * U_EXPORT2 operator new(size_t, void *ptr)
U_NO_THROW
{ return ptr; }
168
static inline void U_EXPORT2 operator delete(void *, void *)
U_NO_THROW
{}
178
static void * U_EXPORT2 operator new(size_t size, const char* file, int line)
U_NO_THROW
;
[
all
...]
Completed in 249 milliseconds