Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/strings/
Dcord.cc1096 : root_length_(length), trees_(kMinLengthSize, nullptr) {} in CordForest()
1136 root_length_ -= node->length; in ConcatNodes()
1137 if (root_length_ == 0) break; in ConcatNodes()
1208 size_t root_length_; member in absl::CordForest
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1084 : root_length_(length), trees_(kMinLengthSize, nullptr) {} in CordForest()
1124 root_length_ -= node->length; in ConcatNodes()
1125 if (root_length_ == 0) break; in ConcatNodes()
1196 size_t root_length_; member in absl::CordForest