Home
last modified time | relevance | path

Searched defs:optional_attribute (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dcontainer.hpp227 struct optional_attribute struct
229 typedef T const& type;
231 static type call(T const& val) in call()
236 static bool is_valid(T const&) in is_valid()
243 struct optional_attribute<boost::optional<T> > struct
245 typedef T const& type;
247 static type call(boost::optional<T> const& val) in call()
252 static bool is_valid(boost::optional<T> const& val) in is_valid()
Dadapt_adt_attributes.hpp232 struct optional_attribute< struct
239 >::type type;
242 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
248 is_valid(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in is_valid()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree_traits.hpp765 struct optional_attribute<utree> struct
767 typedef utree const& type;
769 static type call(utree const& val) in call()
775 static bool is_valid(utree const& val) in is_valid()
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dop_generator.cc109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in CollectOpDependencies() local
405 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in RenderOptionsClass() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dattribute_category.hpp34 struct optional_attribute {}; struct
Dmove_to.hpp157 move_to(Source& src, Dest& dest, optional_attribute) in move_to() argument