Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc231 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;
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
Dcord_rep_btree.cc231 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;
/external/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc230 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;