Home
last modified time | relevance | path

Searched refs: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() argument
Dgtest-param-test_test.cc267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
Dgtest-printers_test.cc156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
Dgtest_unittest.cc3732 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
469 key_(a_key), value_(a_value) { in TestProperty()