Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dconstruct.hpp27 struct assign_to_attribute_from_iterators<char, Iterator> struct
30 call(Iterator const& first, Iterator const&, char& attr) in call()
37 struct assign_to_attribute_from_iterators<signed char, Iterator> struct
40 call(Iterator const& first, Iterator const&, signed char& attr) in call()
47 struct assign_to_attribute_from_iterators<unsigned char, Iterator> struct
50 call(Iterator const& first, Iterator const&, unsigned char& attr) in call()
58 struct assign_to_attribute_from_iterators<wchar_t, Iterator> struct
61 call(Iterator const& first, Iterator const&, wchar_t& attr) in call()
70 struct assign_to_attribute_from_iterators<unsigned short, Iterator> struct
73 call(Iterator const& first, Iterator const&, unsigned short& attr) in call()
[all …]
Dassign_to.hpp46 struct assign_to_attribute_from_iterators struct
50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call()
63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call()
70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call()
77 struct assign_to_attribute_from_iterators< struct
81 call(Iterator const& first, Iterator const& last in call()
94 struct assign_to_attribute_from_iterators< struct
98 call(Iterator const& first, Iterator const& last in call()
108 struct assign_to_attribute_from_iterators< struct
112 call(Iterator const& first, Iterator const& last in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dcustom_token_attribute.cpp48 struct assign_to_attribute_from_iterators<rational, Iterator> struct
51 call(Iterator const& first, Iterator const& last, rational& attr) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree_traits.hpp378 struct assign_to_attribute_from_iterators<utree, Iterator> struct
381 call(Iterator const& first, Iterator const& last, utree& attr) in call()