Home | History | Annotate | Download | only in gtest

Lines Matching refs:mutable

597   // Protects mutable state of the property vector and of owned
730 // This field is mutable and needs to be reset before running the
807 // Gets the (mutable) vector of TestInfos in this TestCase.
1233 // Protects mutable state in *impl_. This is mutable as some const
1235 mutable internal::Mutex mutex_;
1240 // Mutable state in *impl_ is protected by mutex_.