Searched refs:adapter_type (Results 1 – 7 of 7) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
D | input_adapters.hpp | 333 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/ |
D | cl_dx9_media_sharing.h | 106 cl_dx9_media_adapter_type_khr adapter_type,
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | gstdvbsrc.h | 139 void (*adapter_type) (GstElement * element, gint type); member
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_dx9_media_sharing.h | 92 cl_dx9_media_adapter_type_khr adapter_type,
|
D | cl_icd.h | 893 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/ |
D | nb30.h | 43 UCHAR adapter_type; member
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 5054 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()
|