Searched defs:StackOperations (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 230 struct StackOperations { struct 233 inline bool owned(int depth) const { return depth < share_depth; } in owned() 236 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 240 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 258 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 272 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 300 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 346 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 357 int share_depth; 359 NodeStack stack;
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 230 struct StackOperations { struct 233 inline bool owned(int depth) const { return depth < share_depth; } in owned() 236 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 240 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 258 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 272 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 300 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 346 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 357 int share_depth; 359 NodeStack stack;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.cc | 231 struct StackOperations { struct 234 inline bool owned(int depth) const { return depth < share_depth; } in owned() 237 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 241 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 259 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 273 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 301 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 347 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 358 int share_depth; 360 NodeStack stack;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 230 struct StackOperations { struct 233 inline bool owned(int depth) const { return depth < share_depth; } in owned() 236 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 240 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 258 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 272 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 300 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 346 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 357 int share_depth; 359 NodeStack stack;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 231 struct StackOperations { struct 234 inline bool owned(int depth) const { return depth < share_depth; } in owned() 237 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 241 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 259 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 273 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 301 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 347 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 358 int share_depth; 360 NodeStack stack;
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 230 struct StackOperations { struct 233 inline bool owned(int depth) const { return depth < share_depth; } in owned() 236 inline CordRepBtree* node(int depth) const { return stack[depth]; } in node() 240 inline CordRepBtree* BuildStack(CordRepBtree* tree, int depth) { in BuildStack() 258 inline void BuildOwnedStack(CordRepBtree* tree, int height) { in BuildOwnedStack() 272 static inline CordRepBtree* Finalize(CordRepBtree* tree, OpResult result) { in Finalize() 300 inline CordRepBtree* Unwind(CordRepBtree* tree, int depth, size_t length, in Unwind() 346 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() 357 int share_depth; 359 NodeStack stack;
|