Searched refs:has_kwarg_ (Results 1 – 2 of 2) sorted by relevance
43 has_kwarg_(false), in FuncGraph()548 if (has_kwarg_) { in GetVariableArgParameter()570 if (has_kwarg_) { in GetVariableArgName()590 if (has_kwarg_) { in GetVariableKwargParameter()601 if (has_kwarg_) { in GetVariableKwargName()615 if (has_kwarg_) { in GetPositionalArgsCount()
217 void set_has_kwarg(bool has_) { has_kwarg_ = has_; } in set_has_kwarg()218 bool has_kwarg() const { return has_kwarg_; } in has_kwarg()449 bool has_kwarg_; variable