Home
last modified time | relevance | path

Searched refs:scoped_variable (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dauto_reset.h26 AutoReset(T* scoped_variable, T new_value) in AutoReset() argument
27 : scoped_variable_(scoped_variable), in AutoReset()
28 original_value_(std::move(*scoped_variable)) { in AutoReset()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp65 CPDF_StreamParserAutoClearer(UnownedPtr<CPDF_StreamParser>* scoped_variable, in CPDF_StreamParserAutoClearer() argument
67 : scoped_variable_(scoped_variable) { in CPDF_StreamParserAutoClearer()