/third_party/boost/boost/multi_index/detail/ |
D | rnd_index_node.hpp | 198 typedef random_access_index_node_trampoline<Super> trampoline; typedef 201 typedef typename trampoline::impl_type impl_type; 202 typedef typename trampoline::pointer impl_pointer; 203 typedef typename trampoline::const_pointer const_impl_pointer; 204 typedef typename trampoline::difference_type difference_type; 205 typedef typename trampoline::ptr_pointer impl_ptr_pointer; 207 impl_ptr_pointer& up(){return trampoline::up();} in up() 208 impl_ptr_pointer up()const{return trampoline::up();} in up() 213 static_cast<impl_type*>(static_cast<trampoline*>(this))); in impl() 219 static_cast<const impl_type*>(static_cast<const trampoline*>(this))); in impl() [all …]
|
D | seq_index_node.hpp | 153 typedef sequenced_index_node_trampoline<Super> trampoline; typedef 156 typedef typename trampoline::impl_type impl_type; 157 typedef typename trampoline::pointer impl_pointer; 158 typedef typename trampoline::const_pointer const_impl_pointer; 159 typedef typename trampoline::difference_type difference_type; 161 impl_pointer& prior(){return trampoline::prior();} in prior() 162 impl_pointer prior()const{return trampoline::prior();} in prior() 163 impl_pointer& next(){return trampoline::next();} in next() 164 impl_pointer next()const{return trampoline::next();} in next() 169 static_cast<impl_type*>(static_cast<trampoline*>(this))); in impl() [all …]
|
D | ord_index_node.hpp | 603 typedef ordered_index_node_trampoline<AugmentPolicy,Super> trampoline; typedef 606 typedef typename trampoline::impl_type impl_type; 607 typedef typename trampoline::color_ref impl_color_ref; 608 typedef typename trampoline::parent_ref impl_parent_ref; 609 typedef typename trampoline::pointer impl_pointer; 610 typedef typename trampoline::const_pointer const_impl_pointer; 611 typedef typename trampoline::difference_type difference_type; 612 typedef typename trampoline::size_type size_type; 614 impl_color_ref color(){return trampoline::color();} in color() 615 ordered_index_color color()const{return trampoline::color();} in color() [all …]
|
D | hash_index_node.hpp | 708 typedef hashed_index_node_trampoline<Super> trampoline; typedef 711 typedef typename trampoline::impl_type impl_type; 712 typedef typename trampoline::base_pointer impl_base_pointer; 713 typedef typename trampoline::const_base_pointer const_impl_base_pointer; 714 typedef typename trampoline::pointer impl_pointer; 715 typedef typename trampoline::const_pointer const_impl_pointer; 716 typedef typename trampoline::difference_type difference_type; 723 impl_pointer& prior(){return trampoline::prior();} in prior() 724 impl_pointer prior()const{return trampoline::prior();} in prior() 725 impl_base_pointer& next(){return trampoline::next();} in next() [all …]
|
/third_party/protobuf/kokoro/docs/ |
D | common.cfg | 10 # Download trampoline resources. 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13 # Use the trampoline script to run in docker. 14 build_file: "protobuf/kokoro/docs/trampoline.sh" 16 # Configure the docker image for kokoro-trampoline.
|
D | python.cfg | 3 # Tell the trampoline which build file to use.
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 1952 trampoline_t *trampoline = (trampoline_t *) calloc (1, sizeof (trampoline_t)); in trampoline_create() local 1954 if (unlikely (!trampoline)) in trampoline_create() 1957 trampoline->closure.user_data = user_data; in trampoline_create() 1958 trampoline->closure.destroy = destroy; in trampoline_create() 1959 trampoline->closure.ref_count = 1; in trampoline_create() 1960 trampoline->func = func; in trampoline_create() 1962 return trampoline; in trampoline_create() 1993 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 1994 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2005 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/harfbuzz/src/ |
D | hb-font.cc | 2270 trampoline_t *trampoline = (trampoline_t *) calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2272 if (unlikely (!trampoline)) in trampoline_create() 2275 trampoline->closure.user_data = user_data; in trampoline_create() 2276 trampoline->closure.destroy = destroy; in trampoline_create() 2277 trampoline->closure.ref_count = 1; in trampoline_create() 2278 trampoline->func = func; in trampoline_create() 2280 return trampoline; in trampoline_create() 2311 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2312 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2323 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 2271 trampoline_t *trampoline = (trampoline_t *) hb_calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2273 if (unlikely (!trampoline)) in trampoline_create() 2276 trampoline->closure.user_data = user_data; in trampoline_create() 2277 trampoline->closure.destroy = destroy; in trampoline_create() 2278 trampoline->closure.ref_count = 1; in trampoline_create() 2279 trampoline->func = func; in trampoline_create() 2281 return trampoline; in trampoline_create() 2312 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2313 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2324 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/ |
D | gstglcontext_wgl.c | 166 HGLRC trampoline; in gst_gl_context_wgl_create_context() local 183 trampoline = wglCreateContext (device); in gst_gl_context_wgl_create_context() 184 if (trampoline) in gst_gl_context_wgl_create_context() 186 (guintptr) trampoline); in gst_gl_context_wgl_create_context() 193 g_assert (trampoline); in gst_gl_context_wgl_create_context() 196 wglMakeCurrent (device, trampoline); in gst_gl_context_wgl_create_context() 206 wglDeleteContext (trampoline); in gst_gl_context_wgl_create_context() 207 trampoline = NULL; in gst_gl_context_wgl_create_context()
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 335 sk_sp<Trampoline> trampoline(new Trampoline); in CreateLazyView() local 340 [trampoline]( in CreateLazyView() 343 if (!resourceProvider || !trampoline->fProxy || in CreateLazyView() 344 !trampoline->fProxy->isInstantiated()) { in CreateLazyView() 348 SkASSERT(!trampoline->fProxy->peekTexture()->getUniqueKey().isValid()); in CreateLazyView() 350 sk_ref_sp(trampoline->fProxy->peekTexture())); in CreateLazyView() 368 return {{std::move(proxy), origin, swizzle}, std::move(trampoline)}; in CreateLazyView()
|
/third_party/boost/libs/context/src/asm/ |
D | make_ppc32_sysv_elf_gas.S | 75 # save context-function for trampoline 97 # compute abs address of trampoline, use as PC 98 addi %r7, %r4, trampoline - 1b 113 trampoline: label
|
D | make_x86_64_sysv_macho_gas.S | 51 leaq trampoline(%rip), %rcx 64 trampoline: label
|
D | make_x86_64_sysv_elf_gas.S | 53 leaq trampoline(%rip), %rcx 66 trampoline: label
|
D | make_i386_sysv_macho_gas.S | 59 addl $trampoline-1b, %ecx 76 trampoline: label
|
D | make_x86_64_ms_pe_gas.asm | 139 leaq trampoline(%rip), %rcx 152 trampoline: label
|
D | make_i386_sysv_elf_gas.S | 66 addl $trampoline-1b, %ecx 83 trampoline: label
|
D | make_i386_ms_pe_masm.asm | 73 ; compute abs address of label trampoline 74 mov ecx, trampoline 75 ; save address of trampoline as return-address for context-function 123 trampoline: label
|
D | make_i386_ms_pe_gas.asm | 83 movl $trampoline, %ecx 131 trampoline: label
|
/third_party/boost/boost/fiber/cuda/ |
D | waitfor.hpp | 37 static void trampoline( cudaStream_t st, cudaError_t status, void * vp) { in trampoline() function 46 …cudaError_t status = ::cudaStreamAddCallback( st, trampoline< single_stream_rendezvous >, this, fl… in single_stream_rendezvous() 84 …cudaError_t status = ::cudaStreamAddCallback( st, trampoline< many_streams_rendezvous >, this, fla…
|
/third_party/boost/boost/fiber/hip/ |
D | waitfor.hpp | 37 static void trampoline( hipStream_t st, hipError_t status, void * vp) { in trampoline() function 46 …hipError_t status = ::hipStreamAddCallback( st, trampoline< single_stream_rendezvous >, this, flag… in single_stream_rendezvous() 84 …hipError_t status = ::hipStreamAddCallback( st, trampoline< many_streams_rendezvous >, this, flags…
|
/third_party/libffi/src/x86/ |
D | ffiw64.c | 199 static const unsigned char trampoline[16] = { in EFI64() local 218 memcpy (tramp, trampoline, sizeof(trampoline)); in EFI64()
|
/third_party/boost/boost/log/utility/type_dispatch/ |
D | static_type_dispatcher.hpp | 92 … caster.as_trampoline = (trampoline_t)&type_dispatcher::callback_base::trampoline< VisitorT, T >; in do_init() 252 …ck_base((void*)boost::addressof(visitor), (trampoline_t)&callback_base::trampoline< VisitorT, T >)) in single_type_dispatcher()
|
/third_party/boost/boost/coroutine/detail/ |
D | coroutine_context.hpp | 33 friend void trampoline( context::detail::transfer_t);
|
D | trampoline.hpp | 27 void trampoline( context::detail::transfer_t t) in trampoline() function
|