Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dscc.h80 std::vector<const Descriptor*> stack_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.h245 void* stack_[kMaxStackDepth]; variable
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h230 std::stack<ParseType> stack_; variable
Ddefault_value_objectwriter.h305 std::stack<Node*> stack_; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h340 UVector32 *stack_; variable
Ducharstrie.h359 UVector32 *stack_; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h378 UVector32 *stack_; variable
Ducharstrie.h395 UVector32 *stack_; variable
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h378 UVector32 *stack_; variable
Ducharstrie.h395 UVector32 *stack_; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h378 UVector32 *stack_; variable
Ducharstrie.h395 UVector32 *stack_; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java666 private ArrayList<Long> stack_=new ArrayList<>(); field in CharsTrie.Iterator
DBytesTrie.java720 private ArrayList<Long> stack_=new ArrayList<>(); local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java755 private ArrayList<Long> stack_=new ArrayList<>(); local
DCharsTrie.java693 private ArrayList<Long> stack_=new ArrayList<>(); field in CharsTrie.Iterator
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc355 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches member
/third_party/gn/src/gn/
Dcommand_format.cc257 std::vector<IndentState> stack_; member in commands::__anon5df4d2fb0111::Printer