Home
last modified time | relevance | path

Searched refs:dst_args (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dgenerate_by_value.hpp20 dst_args; typedef
22 typedef proto::expr<Tag, dst_args, 1> type;
44 dst_args; typedef
46 typedef proto::basic_expr<Tag, dst_args, 1> type;
68 dst_args; typedef
70 typedef proto::expr<Tag, dst_args, 2> type;
92 dst_args; typedef
94 typedef proto::basic_expr<Tag, dst_args, 2> type;
116 dst_args; typedef
118 typedef proto::expr<Tag, dst_args, 3> type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dgenerate_by_value.hpp48 dst_args; typedef
51 typedef proto::expr<Tag, dst_args, N> type;
76 dst_args; typedef
79 typedef proto::basic_expr<Tag, dst_args, N> type;
/OK3568_Linux_fs/kernel/drivers/interconnect/
H A Dcore.c442 struct of_phandle_args src_args, dst_args; in of_icc_get_by_index() local
472 &dst_args); in of_icc_get_by_index()
476 of_node_put(dst_args.np); in of_icc_get_by_index()
485 dst_data = of_icc_get_from_provider(&dst_args); in of_icc_get_by_index()