Home | History | Annotate | Download | only in gtest

Lines Matching refs:mutable

520   // Protects mutable state in *impl_.  This is mutable as some const
522 mutable internal::Mutex mutex_;
527 // Mutable state in *impl_ is protected by mutex_.