Home
last modified time | relevance | path

Searched refs:has_ (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
DWireCmd.cpp126 bool has_{{as_varName(member.name)}};
157 bool has_{{memberName}} = record.{{memberName}} != nullptr;
158 if (has_{{memberName}})
236 bool has_{{memberName}} = record.{{memberName}} != nullptr;
237 transfer->has_{{memberName}} = has_{{memberName}};
238 if (has_{{memberName}})
254 bool has_{{memberName}} = record.{{memberName}} != nullptr;
255 transfer->has_{{memberName}} = has_{{memberName}};
256 if (has_{{memberName}})
330 bool has_{{memberName}} = transfer->has_{{memberName}};
[all …]
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/
DWireCmd.cpp110 bool has_{{as_varName(member.name)}};
188 bool has_{{memberName}} = record.{{memberName}} != nullptr;
189 transfer->has_{{memberName}} = has_{{memberName}};
190 if (has_{{memberName}})
257 bool has_{{memberName}} = transfer->has_{{memberName}};
259 if (has_{{memberName}})
/third_party/boost/boost/range/detail/
Dextract_optional_type.hpp28 template< typename C, bool B = BOOST_PP_CAT(has_, a_typedef)<C>::value > \
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h213 void set_has_vararg(bool has_) { has_vararg_ = has_; } in set_has_vararg() argument
217 void set_has_kwarg(bool has_) { has_kwarg_ = has_; } in set_has_kwarg() argument
/third_party/boost/boost/mpl/
Dhas_xxx.hpp279 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(has_,name), name, false) \
643 BOOST_PP_CAT(has_, name), name, false \
/third_party/harfbuzz/src/
Dhb-font.hh182 has_##name##_func () \
189 has_##name##_func_set () \
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-font.hh179 has_##name##_func () \
186 has_##name##_func_set () \
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.hh182 has_##name##_func () \
189 has_##name##_func_set () \
/third_party/boost/boost/graph/
Dgraph_traits.hpp43 …: boost::mpl::eval_if_c< BOOST_JOIN(has_, name) < T >::value, BOOST_JOIN(get_member_, name)< T >, …
/third_party/boost/boost/type_erasure/detail/
Dmember11.hpp187 BOOST_TYPE_ERASURE_MEMBER_I(has_ ## name, name)
/third_party/boost/boost/type_erasure/
Dfree.hpp380 BOOST_TYPE_ERASURE_FREE_I(has_ ## name, name)
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp629 has_##name_str(const struct gl_context *ctx, gl_api api, uint8_t version) \
638 { "GL_" #NAME, false, has_##NAME, \
643 { "GL_" #NAME, true, has_##NAME, \
/third_party/boost/libs/config/doc/
Dconfiguring_boost.qbk406 [[`has_*pass.cpp`][
411 [[`has_*fail.cpp`][
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dbison.m4452 [b4_symbol_if([$1], [has_$2],
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp892 struct BOOST_PP_CAT(has_, name) \
938 struct BOOST_PP_CAT(has_, name) \
/third_party/boost/libs/function_types/doc/
Dfunction_types.qbk862 struct has_'name'_property_tag;
/third_party/e2fsprogs/po/
Did.po995 msgid "@S has_@j flag is clear, but a @j is present.\n"
996 msgstr "@S tanda has_@j hilang, tetapi @j %s ada.\n"
8668 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dca.po1003 msgid "@S has_@j flag is clear, but a @j is present.\n"
1004 msgstr "El senyalador has_@j del @S està buit, però el @j té dades.\n"
8837 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dzh_CN.po998 msgid "@S has_@j flag is clear, but a @j is present.\n"
8645 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dtr.po1000 msgid "@S has_@j flag is clear, but a @j is present.\n"
8902 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dnl.po1006 msgid "@S has_@j flag is clear, but a @j is present.\n"
8857 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Des.po1050 msgid "@S has_@j flag is clear, but a @j is present.\n"
8728 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dcs.po1005 msgid "@S has_@j flag is clear, but a @j is present.\n"
8884 #~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Dvi.po1003 msgid "@S has_@j flag is clear, but a @j is present.\n"
1004 msgstr "Cờ @S has_@j vẫn tốt, nhưng lại có một @j hiện diện ở đây.\n"
Dfi.po959 msgid "@S has_@j flag is clear, but a @j is present.\n"

12