Home
last modified time | relevance | path

Searched defs:StackOperations (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc197 struct StackOperations { struct
200 inline bool owned(int depth) const { return depth < share_depth; } in owned()
203 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node()
207 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack()
225 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack()
239 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize()
264 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind()
310 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate()
321 int share_depth;
323 NodeStack stack;