Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h194 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter()
328 const MatcherInterface<GTEST_REFERENCE_TO_CONST_(T)>* impl) in MatcherBase()
337 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_()
422 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher()
449 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher()
470 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher()
472 explicit Matcher(const MatcherInterface< ::string>* impl) in Matcher()
526 explicit Matcher(const MatcherInterface<absl::string_view>* impl) in Matcher()
577 const Impl& impl() const { return impl_; } in impl() function
588 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl()
[all …]
H A Dgmock-cardinalities.h94 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {} in Cardinality()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMutex.h93 MutexImpl impl; variable
98 impl(rec), acquired(0), recursive(rec) { } in impl() function
H A DRWMutex.h89 RWMutexImpl impl; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h148 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function
149 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function
/freebsd-12.1/lib/libc/include/
H A Dcompat.h40 #define __sym_compat(sym,impl,verid) \ argument
/freebsd-12.1/contrib/bearssl/src/ec/
H A Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
H A Decdsa_i15_sign_asn1.c31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
H A Decdsa_i31_vrfy_asn1.c31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
H A Decdsa_i31_sign_asn1.c31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
H A Decdsa_i15_vrfy_asn1.c31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
H A Dec_keygen.c30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
H A Decdsa_i31_vrfy_raw.c32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
H A Decdsa_i15_vrfy_raw.c32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
H A Decdsa_i15_sign_raw.c33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
H A Decdsa_i31_sign_raw.c33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
/freebsd-12.1/crypto/openssl/crypto/evp/
H A Ddigest.c66 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
276 ENGINE *impl) in EVP_Digest()
H A Devp_enc.c60 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex()
241 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex()
254 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Drandombytes.c133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h109 void *impl; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp557 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand()
570 lldb::SBCommandPluginInterface *impl, in AddCommand()
628 lldb::SBCommandPluginInterface *impl, in AddCommand()
643 lldb::SBCommandPluginInterface *impl, in AddCommand()
/freebsd-12.1/sys/arm64/include/
H A Dcpu.h121 #define CPU_ID_RAW(impl, part, var, rev) \ argument
126 #define CPU_MATCH(mask, impl, part, var, rev) \ argument
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
/freebsd-12.1/contrib/bearssl/test/
H A Dtest_speed.c507 #define SPEED_EAX(Algo, algo, keysize, impl) \ argument
936 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_1()
978 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_2()
1018 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner()
1145 const br_ec_impl *impl, const br_ec_curve_def *cd, in test_speed_ecdsa_inner()
/freebsd-12.1/contrib/bearssl/tools/
H A Dnames.c423 const void *impl; member
533 get_algo_name(const void *impl, int long_name) in get_algo_name()

123