Searched refs:scoped_variable (Results 1 – 2 of 2) sorted by relevance
26 AutoReset(T* scoped_variable, T new_value) in AutoReset() argument27 : scoped_variable_(scoped_variable), in AutoReset()28 original_value_(std::move(*scoped_variable)) { in AutoReset()
65 CPDF_StreamParserAutoClearer(UnownedPtr<CPDF_StreamParser>* scoped_variable, in CPDF_StreamParserAutoClearer() argument67 : scoped_variable_(scoped_variable) { in CPDF_StreamParserAutoClearer()