Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
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_()
374 explicit Matcher(const MatcherInterface<GTEST_REFERENCE_TO_CONST_(T)>* impl) in Matcher()
397 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
420 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
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()
[all …]
Dgmock-cardinalities.h94 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {} in Cardinality()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h147 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp588 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand()
600 lldb::SBCommandPluginInterface *impl, in AddCommand()
611 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand()
696 lldb::SBCommandPluginInterface *impl, in AddCommand()
707 lldb::SBCommandPluginInterface *impl, in AddCommand()
718 lldb::SBCommandPluginInterface *impl, in AddCommand()
/freebsd-12-stable/contrib/bearssl/src/ec/
Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
Decdsa_i31_vrfy_asn1.c31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
Decdsa_i15_sign_asn1.c31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
Decdsa_i31_sign_asn1.c31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
Decdsa_i15_vrfy_asn1.c31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
Dec_keygen.c30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
Decdsa_i15_vrfy_raw.c32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
Decdsa_i31_vrfy_raw.c32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
Decdsa_i31_sign_raw.c33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
Decdsa_i15_sign_raw.c33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
/freebsd-12-stable/lib/libc/include/
Dcompat.h40 #define __sym_compat(sym,impl,verid) \ argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMutex.h29 std::recursive_mutex impl; variable
DRWMutex.h98 std::shared_mutex impl; variable
/freebsd-12-stable/crypto/openssl/crypto/evp/
Ddigest.c77 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
286 ENGINE *impl) in EVP_Digest()
Devp_enc.c61 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex()
242 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex()
255 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DPerGraphGOTAndPLTStubsBuilder.h115 BuilderImplT &impl() { return static_cast<BuilderImplT &>(*this); } in impl() function
/freebsd-12-stable/sys/contrib/libsodium/test/default/
Drandombytes.c133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h109 void *impl; variable
/freebsd-12-stable/sys/arm64/include/
Dcpu.h121 #define CPU_ID_RAW(impl, part, var, rev) \ argument
126 #define CPU_MATCH(mask, impl, part, var, rev) \ argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/randombytes/
Drandombytes.c54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
/freebsd-12-stable/contrib/bearssl/test/
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()

123