Home
last modified time | relevance | path

Searched refs:concat_string_ref_count (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dallocator.h192 // function of concat_string_ref_count().
193 inline constexpr size_t concat_string_ref_count(size_t acc) { return acc; } in concat_string_ref_count() function
199 constexpr size_t concat_string_ref_count(size_t acc, const StringRef &value, in concat_string_ref_count() function
201 return concat_string_ref_count(acc + value.size(), in concat_string_ref_count()
224 size_t len = concat_string_ref_count(0, std::forward<Args>(args)...); in concat_string_ref()
246 value.size() + concat_string_ref_count(0, std::forward<Args>(args)...); in realloc_concat_string_ref()

Completed in 2 milliseconds