Home | History | Annotate | Download | only in re2

Lines Matching refs:mutable

704   mutable Mutex*           mutex_;
712 mutable re2::Prog* rprog_; // reverse program for regexp
714 mutable const string* error_; // Error indicator
716 mutable ErrorCode error_code_; // Error code
717 mutable string error_arg_; // Fragment of regexp showing error
718 mutable int num_captures_; // Number of capturing groups
721 mutable const map<string, int>* named_groups_;
724 mutable const map<int, string>* group_names_;