HomeSort by relevance Sort by last modified time
    Searched defs:StackId (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 42 typedef K StackId;
52 StackId parent_id;
55 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {}
85 StackId Find(StackId stack_id, Label label) {
96 StackId &child_id = child_map_[make_pair(stack_id, label)];
113 StackId Pop(StackId stack_id) const {
118 ssize_t Top(StackId stack_id) const {
132 size_t operator()(const pair<StackId, Label> &p) const
    [all...]
compose.h 288 typedef StateId StackId;
289 typedef PdtStack<StackId, Label> ParenStack;
290 typedef IntegerFilterState<StackId> FilterState2;
398 StackId stack_id = stack_.Find(f2.GetState(), label);
expand.h 82 typedef StateId StackId;
83 typedef PdtStateTuple<StateId, StackId> StateTuple;
92 new PdtStateTable<StateId, StackId>()),
108 state_table_(new PdtStateTable<StateId, StackId>()),
181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel);
197 const PdtStack<StackId, Label> &GetStack() const { return *stack_; }
199 const PdtStateTable<StateId, StackId> &GetStateTable() const {
206 PdtStack<StackId, Label> *stack_;
207 PdtStateTable<StateId, StackId> *state_table_;
234 typedef StateId StackId;
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 67 DCHECK_EQ(StackId(), stk);
78 u32 StackId() const {

Completed in 75 milliseconds