OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BuiltInDefaultValue
(Results
1 - 2
of
2
) sorted by null
/external/gmock/include/gmock/
gmock-actions.h
65
//
BuiltInDefaultValue
<T>::Get() returns the "built-in" default
71
class
BuiltInDefaultValue
{
87
class
BuiltInDefaultValue
<const T> {
89
static bool Exists() { return
BuiltInDefaultValue
<T>::Exists(); }
90
static T Get() { return
BuiltInDefaultValue
<T>::Get(); }
96
class
BuiltInDefaultValue
<T*> {
106
class
BuiltInDefaultValue
<type> { \
182
return IsSet() || internal::
BuiltInDefaultValue
<T>::Exists();
190
internal::
BuiltInDefaultValue
<T>::Get() : *value_;
218
return IsSet() || internal::
BuiltInDefaultValue
<T&>::Exists()
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-actions.h
65
//
BuiltInDefaultValue
<T>::Get() returns the "built-in" default
71
class
BuiltInDefaultValue
{
87
class
BuiltInDefaultValue
<const T> {
89
static bool Exists() { return
BuiltInDefaultValue
<T>::Exists(); }
90
static T Get() { return
BuiltInDefaultValue
<T>::Get(); }
96
class
BuiltInDefaultValue
<T*> {
106
class
BuiltInDefaultValue
<type> { \
182
return IsSet() || internal::
BuiltInDefaultValue
<T>::Exists();
190
internal::
BuiltInDefaultValue
<T>::Get() : *value_;
218
return IsSet() || internal::
BuiltInDefaultValue
<T&>::Exists()
[
all
...]
Completed in 185 milliseconds