Searched refs:count_nonnull_refs_helper (Results 1 – 1 of 1) sorted by relevance
160 size_t count_nonnull_refs_helper() { in count_nonnull_refs_helper() function182 size_t count_nonnull_refs_helper(T arg, Args ... args) { in count_nonnull_refs_helper() function183 return count_nonnull_refs_single_helper(arg) + count_nonnull_refs_helper(args...); in count_nonnull_refs_helper()194 return count_nonnull_refs_helper(args...); in count_nonnull_refs()