Home
last modified time | relevance | path

Searched defs:bool_ (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/mpl/
Dbool.hpp23 template< bool C_ > struct bool_ struct
27 typedef bool_ type; argument
34 bool const bool_<C_>::value; argument
/third_party/boost/boost/spirit/home/x3/numeric/
Dbool.hpp108 constexpr bool_type bool_ = {}; variable
121 constexpr bool_type bool_ = {}; variable
134 constexpr bool_type bool_ = {}; variable
146 constexpr bool_type bool_ = {}; variable
/third_party/boost/boost/interprocess/detail/
Dmpl.hpp38 struct bool_ : integral_constant<bool, C_> struct
40 static const bool value = C_;
/third_party/boost/libs/hof/test/
Dproj.cpp113 struct bool_ struct
115 static const bool value = B;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dexpression_def.hpp30 qi::bool_type bool_; in expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dexpression_def.hpp30 qi::bool_type bool_; in expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression_def.hpp30 qi::bool_type bool_; in expression() local
/third_party/mindspore/mindspore/_extends/parse/
Dtrope.py101 def bool_(x): # pragma: no cover function
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dintegral_constant.hpp44 using bool_ = integral_constant<bool, b>; typedef
/third_party/boost/boost/hana/fwd/
Dintegral_constant.hpp44 using bool_ = integral_constant<bool, b>; typedef
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table_test.cc183 auto* bool_ = create<sem::Bool>(); in TEST_F() local
192 auto* bool_ = create<sem::Bool>(); in TEST_F() local
516 auto* bool_ = create<sem::Bool>(); in TEST_F() local
554 auto* bool_ = create<sem::Bool>(); in TEST_F() local
594 auto* bool_ = create<sem::Bool>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.h44 bool bool_; member
/third_party/boost/boost/spirit/home/support/
Dterminal.hpp176 struct bool_<true> : mpl::bool_<true> struct
178 typedef bool_<true>* is_true;
182 struct bool_<false> : mpl::bool_<false> struct
184 typedef bool_<false>* is_false;
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h205 bool bool_; member
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp57 struct bool_ : integral_constant<bool, C_> struct
59 operator bool() const { return C_; } in operator bool()
60 bool operator()() const { return C_; } in operator ()()
/third_party/mindspore/tests/ut/python/utils/
Dtest_serialize.py403 …nstruct(self, int8, uint8, int16, uint16, int32, uint32, int64, uint64, flt16, flt32, flt64, bool_, argument
/third_party/mindspore/mindspore/common/
Ddtype.py55 bool_ = typing.Bool() variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h550 bool bool_; member
/third_party/selinux/libselinux/src/
Daudit2why.c405 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active); in analyze() local
/third_party/jsoncpp/include/json/
Dvalue.h637 bool bool_; member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_type_test.cc126 auto* bool_ = create<sem::Bool>(); in TEST_F() local
140 auto* bool_ = create<sem::Bool>(); in TEST_F() local
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp48 using bool_ = integral_c<bool, b>; typedef
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_type_test.cc103 auto* bool_ = create<sem::Bool>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_type_test.cc103 auto* bool_ = create<sem::Bool>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_type_test.cc74 auto* bool_ = ty.bool_(); in TEST_F() local

12