Home
last modified time | relevance | path

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

/external/libchrome/base/
Dauto_reset.h27 : scoped_variable_(scoped_variable), in AutoReset()
29 *scoped_variable_ = std::move(new_value); in AutoReset()
32 ~AutoReset() { *scoped_variable_ = std::move(original_value_); } in ~AutoReset()
35 T* scoped_variable_;
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp67 : scoped_variable_(scoped_variable) { in CPDF_StreamParserAutoClearer()
68 *scoped_variable_ = new_parser; in CPDF_StreamParserAutoClearer()
70 ~CPDF_StreamParserAutoClearer() { *scoped_variable_ = nullptr; } in ~CPDF_StreamParserAutoClearer()
73 UnownedPtr<CPDF_StreamParser>* scoped_variable_; member in __anon939a3ada0111::CPDF_StreamParserAutoClearer