Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/sl/
H A Dslc.h41 enum { a_value, a_assignment } type; enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType()
H A Dgoogletest-param-test-test.cc215 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder()
250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper()
H A Dgoogletest-printers-test.cc179 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
H A Dgtest_unittest.cc3865 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
/freebsd/contrib/sendmail/src/
H A Dmime.c97 char *a_value; /* value of that field */ member
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h374 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc100 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()
H A Dgmock-actions_test.cc370 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
H A Dgmock-matchers-comparisons_test.cc405 explicit IntValue(int a_value) : value_(a_value) {} in IntValue()
H A Dgmock-matchers-containers_test.cc352 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()