Home
last modified time | relevance | path

Searched defs:applied (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/proto/transform/detail/preprocessed/
Dexpand_pack.hpp12 typedef mpl::bool_< false> applied; typedef
18 typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || false> applied; typedef
24 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
30 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
36 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
42 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
48 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
54 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
60 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
66 …typedef mpl::bool_<expand_pattern_helper<Tfx, A0>::applied::value || expand_pattern_helper<Tfx, A1… typedef
[all …]
Dmake.hpp110 static bool const applied = true; member
234 static bool const applied = true; member
358 static bool const applied = true; member
482 static bool const applied = true; member
606 static bool const applied = true; member
730 static bool const applied = true; member
854 static bool const applied = true; member
978 static bool const applied = true; member
1102 static bool const applied = true; member
1226 static bool const applied = true; member
/third_party/boost/boost/proto/transform/
Dmake.hpp66 static bool const applied = false; member
73 static bool const applied = true; member
84 static bool const applied = false; member
100 static bool const applied = true; member
109 static bool const applied = false; member
117 static bool const applied = false; member
/third_party/boost/boost/proto/transform/detail/
Dpack.hpp45 typedef mpl::false_ applied; typedef
63 typedef mpl::true_ applied; typedef
70 typedef mpl::true_ applied; typedef
Dexpand_pack.hpp40 typedef mpl::bool_<BOOST_PP_REPEAT(N, M1, ~) false> applied; typedef
Dmake.hpp90 static bool const applied = true; member
/third_party/mesa3d/src/mesa/program/
Dprog_parameter_layout.c39 _mesa_combine_swizzles(unsigned base, unsigned applied) in _mesa_combine_swizzles()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1805 bool applied = false; in apply_forward() local
/third_party/harfbuzz/src/
Dhb-ot-layout.cc1805 bool applied = false; in apply_forward() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1832 bool applied = false; in apply_forward() local
/third_party/node/tools/
Dlint-md.mjs4347 const applied = isList && [path].concat(args.slice(1)); constant in ReaddirpStream