Home
last modified time | relevance | path

Searched defs:a_value (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_list_tests_unittest_.cc81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType()
Dgtest-param-test_test.cc267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder()
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper()
Dgtest-printers_test.cc156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
Dgtest_unittest.cc3732 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty()