HomeSort by relevance Sort by last modified time
    Searched full:scoped_variable_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
auto_reset.h 25 : scoped_variable_(scoped_variable),
27 *scoped_variable_ = new_value;
30 ~AutoReset() { *scoped_variable_ = original_value_; }
33 T* scoped_variable_; member in class:base::AutoReset
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 64 : scoped_variable_(scoped_variable) {
65 *scoped_variable_ = new_parser;
67 ~CPDF_StreamParserAutoClearer() { *scoped_variable_ = nullptr; }
70 CPDF_StreamParser** scoped_variable_; member in class:__anon31017::CPDF_StreamParserAutoClearer
    [all...]

Completed in 1606 milliseconds