/third_party/boost/libs/asio/include/boost/asio/ |
D | async_result.hpp | 49 template <typename T, typename Signature> 69 template <typename T, typename Signature> 71 detail::is_completion_signature<Signature>::value 72 && detail::is_completion_handler_for<T, Signature>::value; 106 template <typename CompletionToken, BOOST_ASIO_COMPLETION_SIGNATURE Signature> 145 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken, 160 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken> 171 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken, \ 195 template <BOOST_ASIO_COMPLETION_SIGNATURE Signature> 196 class async_result<void, Signature> [all …]
|
D | compose.hpp | 102 template <typename CompletionToken, typename Signature, 104 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) 112 template <typename CompletionToken, typename Signature, typename Implementation> 113 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) 118 template <typename CompletionToken, typename Signature, \ 120 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) \
|
D | packaged_task.hpp | 37 template <typename Result, typename... Args, typename Signature> 38 class async_result<std::packaged_task<Result(Args...)>, Signature> 67 template <typename Result, typename Signature> 68 struct async_result<std::packaged_task<Result()>, Signature> 89 BOOST_ASIO_VARIADIC_TPARAMS(n), typename Signature> \ 91 std::packaged_task<Result(BOOST_ASIO_VARIADIC_TARGS(n))>, Signature> \
|
/third_party/boost/boost/asio/ |
D | async_result.hpp | 49 template <typename T, typename Signature> 69 template <typename T, typename Signature> 71 detail::is_completion_signature<Signature>::value 72 && detail::is_completion_handler_for<T, Signature>::value; 106 template <typename CompletionToken, BOOST_ASIO_COMPLETION_SIGNATURE Signature> 145 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken, 160 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken> 171 BOOST_ASIO_COMPLETION_HANDLER_FOR(Signature) RawCompletionToken, \ 195 template <BOOST_ASIO_COMPLETION_SIGNATURE Signature> 196 class async_result<void, Signature> [all …]
|
D | compose.hpp | 102 template <typename CompletionToken, typename Signature, 104 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) 112 template <typename CompletionToken, typename Signature, typename Implementation> 113 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) 118 template <typename CompletionToken, typename Signature, \ 120 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(CompletionToken, Signature) \
|
D | packaged_task.hpp | 37 template <typename Result, typename... Args, typename Signature> 38 class async_result<std::packaged_task<Result(Args...)>, Signature> 67 template <typename Result, typename Signature> 68 struct async_result<std::packaged_task<Result()>, Signature> 89 BOOST_ASIO_VARIADIC_TPARAMS(n), typename Signature> \ 91 std::packaged_task<Result(BOOST_ASIO_VARIADIC_TARGS(n))>, Signature> \
|
/third_party/boost/boost/poly_collection/ |
D | function_collection_fwd.hpp | 23 template<typename Signature> struct function_model; 26 template<typename Signature> 28 typename detail::function_model<Signature>::value_type; 31 typename Signature, 32 typename Allocator=std::allocator<function_collection_value_type<Signature>> 36 template<typename Signature,typename Allocator> 38 const function_collection<Signature,Allocator>& x, 39 const function_collection<Signature,Allocator>& y); 41 template<typename Signature,typename Allocator> 43 const function_collection<Signature,Allocator>& x, [all …]
|
D | function_collection.hpp | 25 template<typename Signature,typename Allocator> 28 detail::function_model<Signature>,Allocator> 31 detail::function_model<Signature>,Allocator>; 50 template<typename Signature,typename Allocator> 52 const function_collection<Signature,Allocator>& x, in operator ==() argument 53 const function_collection<Signature,Allocator>& y) in operator ==() 58 template<typename Signature,typename Allocator> 60 const function_collection<Signature,Allocator>& x, in operator !=() argument 61 const function_collection<Signature,Allocator>& y) in operator !=() 66 template<typename Signature,typename Allocator> [all …]
|
/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.conf | 8 test-3 = 3-Ed25519 CipherString and Signature Algorithm Selection 9 test-4 = 4-Ed448 CipherString and Signature Algorithm Selection 13 test-8 = 8-P-256 CipherString and Signature Algorithm Selection 17 test-12 = 12-ECDSA Signature Algorithm Selection 18 test-13 = 13-ECDSA Signature Algorithm Selection SHA384 19 test-14 = 14-ECDSA Signature Algorithm Selection SHA1 20 test-15 = 15-ECDSA Signature Algorithm Selection compressed point 21 test-16 = 16-ECDSA Signature Algorithm Selection, no ECDSA certificate 22 test-17 = 17-RSA Signature Algorithm Selection 23 test-18 = 18-RSA-PSS Signature Algorithm Selection [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs1_v21.data | 387 RSASSA-PSS Signature RSA-1016, SHA-512: minimum salt size not met 391 RSASSA-PSS Signature RSA-520, SHA-512: no possible salt size 395 RSASSA-PSS Signature RSA-528, SHA-512: zero salt size 399 RSASSA-PSS Signature Example 1_1 402 RSASSA-PSS Signature Example 1_1 (verify) 405 RSASSA-PSS Signature Example 1_2 408 RSASSA-PSS Signature Example 1_2 (verify) 411 RSASSA-PSS Signature Example 1_3 414 RSASSA-PSS Signature Example 1_3 (verify) 417 RSASSA-PSS Signature Example 1_4 [all …]
|
/third_party/boost/boost/signals2/ |
D | preprocessed_signal.hpp | 36 template<typename Signature, 37 … typename Combiner = optional_last_value<typename boost::function_traits<Signature>::result_type>, 40 typename SlotFunction = function<Signature>, 41 …unction = typename detail::extended_signature<function_traits<Signature>::arity, Signature>::funct… 43 class signal: public detail::signalN<function_traits<Signature>::arity, 44 Signature, Combiner, Group, GroupCompare, SlotFunction, ExtendedSlotFunction, Mutex>::type 47 typedef typename detail::signalN<boost::function_traits<Signature>::arity, 48 …Signature, Combiner, Group, GroupCompare, SlotFunction, ExtendedSlotFunction, Mutex>::type base_ty…
|
D | preprocessed_slot.hpp | 47 template<typename Signature, 48 typename SlotFunction = boost::function<Signature> > 49 class slot: public detail::slotN<function_traits<Signature>::arity, 50 Signature, SlotFunction>::type 53 typedef typename detail::slotN<boost::function_traits<Signature>::arity, 54 Signature, SlotFunction>::type base_type;
|
/third_party/boost/boost/asio/impl/ |
D | compose.hpp | 287 template <typename Impl, typename Work, typename Handler, typename Signature> 294 template <typename Impl, typename Work, typename Handler, typename Signature> 398 template <typename Impl, typename Work, typename Handler, typename Signature> 401 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_allocate() 412 template <typename Impl, typename Work, typename Handler, typename Signature> 415 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_deallocate() 424 template <typename Impl, typename Work, typename Handler, typename Signature> 426 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_is_continuation() 434 typename Work, typename Handler, typename Signature> 437 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | compose.hpp | 287 template <typename Impl, typename Work, typename Handler, typename Signature> 294 template <typename Impl, typename Work, typename Handler, typename Signature> 398 template <typename Impl, typename Work, typename Handler, typename Signature> 401 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_allocate() 412 template <typename Impl, typename Work, typename Handler, typename Signature> 415 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_deallocate() 424 template <typename Impl, typename Work, typename Handler, typename Signature> 426 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_is_continuation() 434 typename Work, typename Handler, typename Signature> 437 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() [all …]
|
/third_party/boost/boost/poly_collection/detail/ |
D | function_model.hpp | 35 template<typename Signature> 43 template<typename Signature> 44 struct function_model_is_terminal<callable_wrapper<Signature>>: 61 template<typename Signature> 63 const callable_wrapper<Signature>& f) in subtypeid() 74 template<typename Signature> 75 static void* subaddress(callable_wrapper<Signature>& f) in subaddress() 80 template<typename Signature> 81 static const void* subaddress(const callable_wrapper<Signature>& f) in subaddress()
|
/third_party/boost/boost/signals2/detail/ |
D | signals_common_macros.hpp | 86 #define BOOST_SIGNALS2_SIGNATURE_TO_ARGN_TYPE(z, n, Signature) \ argument 87 BOOST_PP_CAT(BOOST_PP_CAT(typename function_traits<Signature>::arg, BOOST_PP_INC(n)), _type) 93 #define BOOST_SIGNALS2_PORTABLE_SIGNATURE(arity, Signature) \ argument 94 typename function_traits<Signature>::result_type \ 95 BOOST_PP_COMMA_IF(arity) BOOST_PP_ENUM(arity, BOOST_SIGNALS2_SIGNATURE_TO_ARGN_TYPE, Signature) 149 #define BOOST_SIGNALS2_SIGNATURE_TEMPLATE_DECL(arity) typename Signature 160 #define BOOST_SIGNALS2_FUNCTION_N_DECL(arity) boost::function<Signature> 165 #define BOOST_SIGNALS2_PORTABLE_SIGNATURE(arity, Signature) Signature argument 175 typename Signature, \ 183 typename Signature, \ [all …]
|
D | slot_template.hpp | 26 template<typename Signature, typename SlotFunction> class slot; 28 template<typename Signature, typename SlotFunction = boost::function<Signature> > 32 template<typename Signature, typename SlotFunction> class slot{}; 96 template<typename Signature, typename OtherSlotFunction> 97 …BOOST_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)(const slot<Signature, OtherSlotFunction> &… 171 template<unsigned arity, typename Signature, typename SlotFunction> 174 template<typename Signature, typename SlotFunction> 175 class slotN<BOOST_SIGNALS2_NUM_ARGS, Signature, SlotFunction> 179 BOOST_SIGNALS2_PORTABLE_SIGNATURE(BOOST_SIGNALS2_NUM_ARGS, Signature),
|
/third_party/boost/boost/compute/ |
D | function.hpp | 116 template<class Signature> 122 boost::function_traits<Signature>::result_type result_type; 126 size_t, arity = boost::function_traits<Signature>::arity 130 typedef Signature signature; 167 bool operator==(const function<Signature>& other) const in operator ==() 175 bool operator!=(const function<Signature>& other) const in operator !=() 251 template<class Signature> 252 inline function<Signature> 255 function<Signature> f(name); in make_function_from_source() 336 template<class Signature> [all …]
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | function.hpp | 116 template<class Signature> 122 boost::function_traits<Signature>::result_type result_type; 126 size_t, arity = boost::function_traits<Signature>::arity 130 typedef Signature signature; 167 bool operator==(const function<Signature>& other) const in operator ==() 175 bool operator!=(const function<Signature>& other) const in operator !=() 251 template<class Signature> 252 inline function<Signature> 255 function<Signature> f(name); in make_function_from_source() 336 template<class Signature> [all …]
|
/third_party/boost/boost/dll/detail/ |
D | ctor_dtor.hpp | 35 template<typename Signature> 122 template<typename Signature, typename Lib> 123 constructor<Signature> load_ctor(Lib & lib, const mangled_storage_impl::ctor_sym & ct) { in load_ctor() 124 typedef typename constructor<Signature>::standard_t standard_t; in load_ctor() 126 return constructor<Signature>(ctor); in load_ctor() 142 template<typename Signature, typename Lib> 143 constructor<Signature> load_ctor(Lib & lib, const mangled_storage_impl::ctor_sym & ct) { in load_ctor() 144 typedef typename constructor<Signature>::standard_t stand; in load_ctor() 145 typedef typename constructor<Signature>::allocating_t alloc; in load_ctor() 165 return constructor<Signature>(s,a); in load_ctor()
|
/third_party/cef/include/base/ |
D | cef_callback_list.h | 111 template <typename Signature> 114 template <typename Signature> 161 template <typename Signature> 162 struct CallbackListTraits<OnceCallbackList<Signature>> { 163 using CallbackType = OnceCallback<Signature>; 166 template <typename Signature> 167 struct CallbackListTraits<RepeatingCallbackList<Signature>> { 168 using CallbackType = RepeatingCallback<Signature>; 324 template <typename Signature> 326 : public internal::CallbackListBase<OnceCallbackList<Signature>> { [all …]
|
D | cef_bind.h | 129 template <typename Signature> 130 OnceCallback<Signature> BindOnce(OnceCallback<Signature> callback) { in BindOnce() 135 template <typename Signature> 136 OnceCallback<Signature> BindOnce(RepeatingCallback<Signature> callback) { in BindOnce() 141 template <typename Signature> 142 RepeatingCallback<Signature> BindRepeating( in BindRepeating() 143 RepeatingCallback<Signature> callback) { in BindRepeating()
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | signature.js | 3 module.exports = Signature; 17 function Signature(opts) { class 35 Signature.prototype.toBuffer = function (format) { 138 Signature.prototype.toString = function (format) { 143 Signature.parse = function (data, type, format) { 218 return (new Signature(opts)); 222 return (new Signature(opts)); 234 return (new Signature(opts)); 249 return (new Signature(opts)); 293 return (new Signature(opts)); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | CVDebugRecord.h | 16 struct Signature { struct 32 uint8_t Signature[16]; argument 40 support::ulittle32_t Signature; member 46 struct OMF::Signature Signature; member
|
/third_party/typescript/tests/baselines/reference/ |
D | unspecializedConstraints.symbols | 157 getSignature(index: number): Signature { 160 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 170 getSignatures(): Signature[] { 172 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 255 class Signature extends Symbol { 256 >Signature : Symbol(Signature, Decl(unspecializedConstraints.ts, 80, 5)) 260 >typeParameters : Symbol(Signature.typeParameters, Decl(unspecializedConstraints.ts, 83, 20)) 261 >parameters : Symbol(Signature.parameters, Decl(unspecializedConstraints.ts, 83, 59)) 263 >returnType : Symbol(Signature.returnType, Decl(unspecializedConstraints.ts, 83, 91)) 269 equalsNoReturn(other: Signature): boolean { [all …]
|