Searched defs:set_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/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-13-stable/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp91 __assoc_sub_state::set_value() function in class:__assoc_sub_state
227 promise<void>::set_value() function in class:promise
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3906 void set_value(int i) { value_ = i; } function in class:testing::gmock_matchers_test::Uncopyable

Completed in 106 milliseconds