Home
last modified time | relevance | path

Searched defs:set_value (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/libexec/rtld-elf/tests/libval/
H A Dlibval.c22 set_value(int nval) in set_value() function
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp62 void __assoc_sub_state::set_value() { in set_value() function in __assoc_sub_state
159 void promise<void>::set_value() { in set_value() function in promise
/freebsd-src/crypto/heimdal/lib/kadm5/
H A Dent_setup.c40 #define set_value(X, V) do { if((X) == NULL) (X) = malloc(sizeof(*(X))); *(X) = V; } while(0) macro
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc355 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::__anon69613d8f0111::Uncopyable