Home | History | Annotate | Download | only in internal

Lines Matching refs:dummy_

507   // dummy_ must not have a const type.  Otherwise an overly eager
509 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
510 static bool dummy_;
514 bool TypeIdHelper<T>::dummy_ = false;
522 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
523 // the template. Therefore, the address of dummy_ is guaranteed to
525 return &(TypeIdHelper<T>::dummy_);