Home
last modified time | relevance | path

Searched refs:a_value (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-list-tests-unittest_.cc71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() argument
HDgoogletest-param-test-test.cc215 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument
250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
HDgoogletest-printers-test.cc179 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
HDgtest_unittest.cc3865 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc.h41 enum { a_value, a_assignment } type; enumerator
HDslc-gram.y89 $$->type = a_value;
HDslc-gram.c1378 (yyval.assignment)->type = a_value;
/freebsd-13-stable/contrib/sendmail/src/
HDmime.c97 char *a_value; /* value of that field */ member
220 argv[argc].a_value = *pvp;
274 if (i >= argc || argv[i].a_value == NULL)
285 p = argv[i].a_value;
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-matchers-comparisons_test.cc405 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() argument
542 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny()
575 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper()
HDgmock-more-actions_test.cc1516 explicit GiantTemplate(int a_value) : value(a_value) {} in GiantTemplate()
HDgmock-matchers-misc_test.cc100 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() argument
HDgmock-actions_test.cc370 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible() argument
HDgmock-matchers-containers_test.cc352 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest.h374 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty() argument
375 : key_(a_key), value_(a_value) {} in TestProperty()