Home
last modified time | relevance | path

Searched refs:NotNullTag (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DFastAllocBase.h78 void* operator new(size_t, NotNullTag, void* location) \
DStdLibExtras.h268 enum NotNullTag { NotNull }; enum
269 inline void* operator new(size_t, NotNullTag, void* location) in new() argument
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDictionary.h172 void* operator new(size_t, NotNullTag, void* location) { return location; } in new() argument