Home
last modified time | relevance | path

Searched defs:SampleOptional (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-misc_test.cc671 class SampleOptional { class
674 explicit SampleOptional(T value) in SampleOptional() function in testing::gmock_matchers_test::__anonbebd5cf20111::SampleOptional
676 SampleOptional() : value_(), has_value_(false) {} in SampleOptional() function in testing::gmock_matchers_test::__anonbebd5cf20111::SampleOptional
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc6804 class SampleOptional { in TEST() class
6807 explicit SampleOptional(T value) in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::SampleOptional
6809 SampleOptional() : value_(), has_value_(false) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::SampleOptional