Home | History | Annotate | Download | only in gmock

Lines Matching refs:Exists

74   static bool Exists() { return false; }
89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
98 static bool Exists() { return true; }
108 static bool Exists() { return true; } \
180 // exists a built-in default value.
181 static bool Exists() {
182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
216 // exists a built-in default value.
217 static bool Exists() {
218 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
238 static bool Exists() { return true; }