Home
last modified time | relevance | path

Searched defs:match_policy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/scanner/
Dscanner.hpp62 struct match_policy struct
65 struct result { typedef match<T> type; };
68 no_match() const in no_match()
74 empty_match() const in empty_match()
81 create_match( in create_match()
91 void group_match( in group_match()
98 void concat_match(Match1T& l, Match2T const& r) const in concat_match()
/aosp_15_r20/packages/modules/Connectivity/bpf/progs/
DdscpPolicy.c39 static inline __always_inline void match_policy(struct __sk_buff* skb, const bool ipv4) { in match_policy() function