Home
last modified time | relevance | path

Searched refs:end_xs (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set.cc892 size_t SizeOfUnion(ItX it_xs, ItX end_xs, ItY it_ys, ItY end_ys) { in SizeOfUnion() argument
894 while (it_xs != end_xs && it_ys != end_ys) { in SizeOfUnion()
905 result += std::distance(it_xs, end_xs); in SizeOfUnion()