Home
last modified time | relevance | path

Searched defs:make_bool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Deif_lazy_test.cpp49 struct make_bool { struct
54 struct make_bool<int> {}; argument
57 struct make_bool<double> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/
Dbool.hpp254 struct make_bool struct
256 static bool const lower =
258 static bool const upper =
267 > result_type;
270 result_type operator()(Terminal const& term, unused_type) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/
Dbool.hpp208 struct make_bool struct
211 no_case;
220 result_type;
222 result_type operator()(unused_type, unused_type) const in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dexecute.py173 def make_bool(v, arg_name): function