Searched refs:count_nonnull_refs_helper (Results 1 – 1 of 1) sorted by relevance
171 size_t count_nonnull_refs_helper() { in count_nonnull_refs_helper() function193 size_t count_nonnull_refs_helper(T arg, Args ... args) { in count_nonnull_refs_helper() function194 return count_nonnull_refs_single_helper(arg) + count_nonnull_refs_helper(args...); in count_nonnull_refs_helper()205 return count_nonnull_refs_helper(args...); in count_nonnull_refs()