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/third_party/icu/public/common/unicode/
uobject.h
67
* \def
U_NO_THROW
79
#ifndef
U_NO_THROW
80
#define
U_NO_THROW
throw()
117
static void * U_EXPORT2 operator new(size_t size)
U_NO_THROW
;
124
static void * U_EXPORT2 operator new[](size_t size)
U_NO_THROW
;
134
static void U_EXPORT2 operator delete(void *p)
U_NO_THROW
;
141
static void U_EXPORT2 operator delete[](void *p)
U_NO_THROW
;
149
static inline void * U_EXPORT2 operator new(size_t, void *ptr)
U_NO_THROW
{ return ptr; }
156
static inline void U_EXPORT2 operator delete(void *, void *)
U_NO_THROW
{}
166
static void * U_EXPORT2 operator new(size_t size, const char* file, int line)
U_NO_THROW
;
[
all
...]
/external/icu4c/common/unicode/
uobject.h
68
* \def
U_NO_THROW
80
#ifndef
U_NO_THROW
81
#define
U_NO_THROW
throw()
120
static void * U_EXPORT2 operator new(size_t size)
U_NO_THROW
;
127
static void * U_EXPORT2 operator new[](size_t size)
U_NO_THROW
;
137
static void U_EXPORT2 operator delete(void *p)
U_NO_THROW
;
144
static void U_EXPORT2 operator delete[](void *p)
U_NO_THROW
;
152
static inline void * U_EXPORT2 operator new(size_t, void *ptr)
U_NO_THROW
{ return ptr; }
159
static inline void U_EXPORT2 operator delete(void *, void *)
U_NO_THROW
{}
169
static void * U_EXPORT2 operator new(size_t size, const char* file, int line)
U_NO_THROW
;
[
all
...]
Completed in 83 milliseconds