Home | History | Annotate | Download | only in gtest

Lines Matching refs:mutable

8433   mutable linked_ptr_internal const* next_;
8832 // value_ needs to be mutable to be accessed in Current().
8835 mutable scoped_ptr<const T> value_;
16167 // Protects mutable state of the property vector and of owned
16337 // Gets the (mutable) vector of TestInfos in this TestCase.
16744 // Protects mutable state in *impl_. This is mutable as some const
16746 mutable internal::Mutex mutex_;
16751 // Mutable state in *impl_ is protected by mutex_.