Searched refs:UNBOUNDED (Results 1 – 2 of 2) sorted by relevance
853 result.max_positional_args = has_varargs ? ArgInfo::UNBOUNDED : count; in GetArgInfo()901 has_varargs ? ArgInfo::UNBOUNDED in GetArgInfo()910 PythonCallable::ArgInfo::UNBOUNDED; // FIXME delete after c++17 member in PythonCallable::ArgInfo
624 static constexpr unsigned UNBOUNDED = UINT_MAX; // FIXME c++17 inline