Searched refs:scope_out_policy_ (Results 1 – 2 of 2) sorted by relevance
17 : scope_out_policy_(DONT_DELETE_ON_SCOPE_OUT) { in ScopedFile()24 scope_out_policy_(policy), in ScopedFile()52 scope_out_policy_ = DONT_DELETE_ON_SCOPE_OUT; in Release()65 if (scope_out_policy_ == DELETE_ON_SCOPE_OUT) { in Reset()79 scope_out_policy_ = other.scope_out_policy_; in MoveFrom()
87 ScopeOutPolicy scope_out_policy_; variable