Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dscoped_set_insertion_unittest.cpp10 TEST(fxcrt, ScopedSetInsertion) { in TEST() argument
H A Dscoped_set_insertion.h24 ScopedSetInsertion(std::set<T>* org_set, const T& elem) in ScopedSetInsertion() function