Home | History | Annotate | Download | only in gtest

Lines Matching refs:dummy_

7364   // dummy_ must not have a const type.  Otherwise an overly eager
7366 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
7367 static bool dummy_;
7371 bool TypeIdHelper<T>::dummy_ = false;
7379 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
7380 // the template. Therefore, the address of dummy_ is guaranteed to
7382 return &(TypeIdHelper<T>::dummy_);