/third_party/boost/boost/mpl/ |
D | bool.hpp | 23 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/ |
D | bool.hpp | 108 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/ |
D | mpl.hpp | 38 struct bool_ : integral_constant<bool, C_> struct 40 static const bool value = C_;
|
/third_party/boost/libs/hof/test/ |
D | proj.cpp | 113 struct bool_ struct 115 static const bool value = B;
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | expression_def.hpp | 30 qi::bool_type bool_; in expression() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | expression_def.hpp | 30 qi::bool_type bool_; in expression() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | expression_def.hpp | 30 qi::bool_type bool_; in expression() local
|
/third_party/mindspore/mindspore/_extends/parse/ |
D | trope.py | 101 def bool_(x): # pragma: no cover function
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | integral_constant.hpp | 44 using bool_ = integral_constant<bool, b>; typedef
|
/third_party/boost/boost/hana/fwd/ |
D | integral_constant.hpp | 44 using bool_ = integral_constant<bool, b>; typedef
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table_test.cc | 183 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/ |
D | constant.h | 44 bool bool_; member
|
/third_party/boost/boost/spirit/home/support/ |
D | terminal.hpp | 176 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/ |
D | datapiece.h | 205 bool bool_; member
|
/third_party/boost/boost/move/detail/ |
D | meta_utils.hpp | 57 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/ |
D | test_serialize.py | 403 …nstruct(self, int8, uint8, int16, uint16, int32, uint32, int64, uint64, flt16, flt32, flt64, bool_, argument
|
/third_party/mindspore/mindspore/common/ |
D | dtype.py | 55 bool_ = typing.Bool() variable
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/ |
D | encodable_value.h | 550 bool bool_; member
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 405 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active); in analyze() local
|
/third_party/jsoncpp/include/json/ |
D | value.h | 637 bool bool_; member
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_type_test.cc | 126 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/ |
D | appendix_mpl.cpp | 48 using bool_ = integral_c<bool, b>; typedef
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl_type_test.cc | 103 auto* bool_ = create<sem::Bool>(); in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl_type_test.cc | 103 auto* bool_ = create<sem::Bool>(); in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl_type_test.cc | 74 auto* bool_ = ty.bool_(); in TEST_F() local
|