Home | History | Annotate | Download | only in gtest

Lines Matching refs:dummy_

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