Searched refs:scoped_variable_ (Results 1 – 2 of 2) sorted by relevance
25 : 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_;
33 : 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