Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/strings/
Dcord.cc172 static const int kMinLengthSize = ABSL_ARRAYSIZE(min_length); variable
190 } else if (node->concat()->depth() > kMinLengthSize) { in IsRootBalanced()
1096 : root_length_(length), trees_(kMinLengthSize, nullptr) {} in CordForest()
1111 if (concat_node->depth() >= kMinLengthSize || in Build()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc95 static const int kMinLengthSize = ABSL_ARRAYSIZE(min_length); variable
107 } else if (node->concat()->depth() > kMinLengthSize) { in IsRootBalanced()
1084 : root_length_(length), trees_(kMinLengthSize, nullptr) {} in CordForest()
1099 if (concat_node->depth() >= kMinLengthSize || in Build()