Home
last modified time | relevance | path

Searched defs:AutoNuller (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dautonuller.h18 explicit AutoNuller(T* location) : m_Location(location) {} in AutoNuller() function
H A Dautonuller_unittest.cpp9 TEST(fxcrt, AutoNuller) { in TEST() argument