Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcord.cc606 static bool RepMemoryUsageLeaf(const CordRep* rep, size_t* total_mem_usage) { in RepMemoryUsageLeaf() function
1922 if (RepMemoryUsageLeaf(rep, &total_mem_usage)) { in MemoryUsageAux()
1937 if (!RepMemoryUsageLeaf(left, &total_mem_usage)) { in MemoryUsageAux()
1942 if (!RepMemoryUsageLeaf(right, &total_mem_usage)) { in MemoryUsageAux()
1953 if (RepMemoryUsageLeaf(next_node, &total_mem_usage)) { in MemoryUsageAux()