Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.cc81 RepRef repref{rep, (refcount > 1) ? refcount - 1 : 1}; in AnalyzeCordRep()
106 struct RepRef { struct in absl::cord_internal::__anon2059ca8d0111::CordRepAnalyzer
112 RepRef Child(const CordRep* child) const { in Child() argument
113 return RepRef{child, refcount * child->refcount.Get()}; in Child()
132 static RepRef AssertConcat(RepRef repref) { in AssertConcat()
135 return (rep != nullptr && rep->tag == CONCAT) ? repref : RepRef{nullptr, 0}; in AssertConcat()
161 RepRef CountLinearReps(RepRef rep, MemoryUsage& memory_usage) { in CountLinearReps()
175 return RepRef{nullptr, 0}; in CountLinearReps()
184 return RepRef{nullptr, 0}; in CountLinearReps()
191 void AnalyzeConcat(RepRef rep) { in AnalyzeConcat()
[all …]