Searched defs:AutoNuller (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/ | ||
D | autonuller.h | 18 explicit AutoNuller(T* location) : m_Location(location) {} in AutoNuller() function |
D | autonuller_unittest.cpp | 9 TEST(fxcrt, AutoNuller) { in TEST() argument |