Home
last modified time | relevance | path

Searched refs:adapter_type (Results 1 – 7 of 7) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp333 using adapter_type = iterator_input_adapter<iterator_type>; typedef
335 static adapter_type create(IteratorType first, IteratorType last) in create()
337 return adapter_type(std::move(first), std::move(last)); in create()
357 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>; typedef
359 static adapter_type create(IteratorType first, IteratorType last) in create()
361 return adapter_type(base_adapter_type(std::move(first), std::move(last))); in create()
367 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_dx9_media_sharing.h106 cl_dx9_media_adapter_type_khr adapter_type,
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dgstdvbsrc.h139 void (*adapter_type) (GstElement * element, gint type); member
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_dx9_media_sharing.h92 cl_dx9_media_adapter_type_khr adapter_type,
Dcl_icd.h893 cl_dx9_media_adapter_type_khr adapter_type, void *surface_info,
947 cl_dx9_media_adapter_type_khr adapter_type, void *surface_info,
/third_party/mingw-w64/mingw-w64-headers/include/
Dnb30.h43 UCHAR adapter_type; member
/third_party/json/single_include/nlohmann/
Djson.hpp5054 using adapter_type = iterator_input_adapter<iterator_type>; typedef
5056 static adapter_type create(IteratorType first, IteratorType last) in create()
5058 return adapter_type(std::move(first), std::move(last)); in create()
5078 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>; typedef
5080 static adapter_type create(IteratorType first, IteratorType last) in create()
5082 return adapter_type(base_adapter_type(std::move(first), std::move(last))); in create()
5088 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter()