Home | History | Annotate | Download | only in internal

Lines Matching refs:dummy_

495   // dummy_ must not have a const type.  Otherwise an overly eager
497 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
498 static bool dummy_;
502 bool TypeIdHelper<T>::dummy_ = false;
510 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
511 // the template. Therefore, the address of dummy_ is guaranteed to
513 return &(TypeIdHelper<T>::dummy_);