Searched refs:tmp_ (Results 1 – 1 of 1) sorted by relevance
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus()186 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local190 void set_tmp(string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local209 string* tmp_; // Temporary storage, possibly where error_arg_ is. variable