Home | History | Annotate | Download | only in gmock

Lines Matching full:defaultvalue

153 // The DefaultValue<T> class allows a user to specify the
159 // DefaultValue<T>::Set(foo);
161 class DefaultValue {
200 class DefaultValue<T&> {
233 // This specialization allows DefaultValue<void>::Get() to
236 class DefaultValue<void> {
244 const T* DefaultValue<T>::value_ = NULL;
248 T* DefaultValue<T&>::address_ = NULL;