Searched defs:a_value (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc.h41 enum { a_value, a_assignment } type; enumerator in enum:assignment::__anon6835
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc80 explicit MyType(const std::string& a_value) : value_(a_value) {} argument
H A Dgoogletest-param-test-test.cc260 explicit DogAdder(const char* a_value) : value_(a_value) {} argument
298 explicit IntWrapper(int a_value) : value_(a_value) {} argument
H A Dgoogletest-printers-test.cc159 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} argument
H A Dgtest_unittest.cc3850 explicit Uncopyable(int a_value) : value_(a_value) {} argument
/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c96 char *a_value; /* value of that field */ member in struct:args
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc218 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} argument
H A Dgmock-generated-actions_test.cc1144 explicit GiantTemplate(int a_value) : value(a_value) {} argument
H A Dgmock-matchers_test.cc623 explicit IntValue(int a_value) : value_(a_value) {} argument
761 ConvertibleFromAny(int a_value) : value(a_value) {} argument
794 IntReferenceWrapper(const int& a_value) : value(&a_value) {} argument
3903 explicit Uncopyable(int a_value) : value_(a_value) {} argument
4735 explicit NotCopyable(int a_value) argument
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h532 TestProperty(const std::string& a_key, const std::string& a_value) : argument

Completed in 212 milliseconds