Home | History | Annotate | Download | only in internal

Lines Matching refs:dummy_

404   // dummy_ must not have a const type.  Otherwise an overly eager
406 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
407 static bool dummy_;
411 bool TypeIdHelper<T>::dummy_ = false;
419 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
420 // the template. Therefore, the address of dummy_ is guaranteed to
422 return &(TypeIdHelper<T>::dummy_);