Searched refs:KwargEntry (Results 1 – 1 of 1) sorted by relevance
66 struct KwargEntry { struct71 bool operator==(const KwargEntry& other) const {75 bool operator!=(const KwargEntry& other) const { return !(*this == other); }84 std::vector<KwargEntry> keyword_args;105 H AbslHashValue(H h, const CallSignature::KwargEntry& kw) { in AbslHashValue()