Home
last modified time | relevance | path

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

/external/libchrome/base/
Dauto_reset.h25 : scoped_variable_(scoped_variable), in AutoReset()
27 *scoped_variable_ = new_value; in AutoReset()
30 ~AutoReset() { *scoped_variable_ = original_value_; } in ~AutoReset()
33 T* scoped_variable_;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp33 : scoped_variable_(scoped_variable) { in CPDF_StreamParserAutoClearer()
34 *scoped_variable_ = new_parser; in CPDF_StreamParserAutoClearer()
36 ~CPDF_StreamParserAutoClearer() { *scoped_variable_ = NULL; } in ~CPDF_StreamParserAutoClearer()
39 CPDF_StreamParser** scoped_variable_; member in CPDF_StreamParserAutoClearer