Searched refs:param_idx (Results 1 – 2 of 2) sorted by relevance
1131 size_t param_idx = method->IsStatic() ? proto_idx : proto_idx + 1; in AddMethodAndParamsAnnotations() local1132 auto ¶m = func.params[param_idx]; in AddMethodAndParamsAnnotations()1135 …SetLastError("Cannot emit annotations for parameter a" + std::to_string(param_idx) + "of function … in AddMethodAndParamsAnnotations()
317 template <size_t param_idx, bool is_binary>322 template <size_t param_idx, bool is_binary, typename Arg, typename... Args>325 std::cerr << " param" << param_idx << "="; in PrintParams()333 PrintParams<param_idx + 1, is_binary>(args...); in PrintParams()