Searched refs:mapper_ (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | state-map.h | 212 mapper_(new C(mapper, fst_)), in StateMapFstImpl() 221 mapper_(mapper), in StateMapFstImpl() 229 mapper_(new C(*impl.mapper_, fst_)), in StateMapFstImpl() 236 if (own_mapper_) delete mapper_; in ~StateMapFstImpl() local 241 SetStart(mapper_->Start()); in Start() 247 SetFinal(s, mapper_->Final(s)); in Final() 284 (mapper_->Properties(0) & kError))) in Properties() 291 for (mapper_->SetState(s); !mapper_->Done(); mapper_->Next()) in Expand() 292 PushArc(s, mapper_->Value()); in Expand() 304 if (mapper_->InputSymbolsAction() == MAP_COPY_SYMBOLS) in Init() [all …]
|
D | arc-map.h | 336 mapper_(new C(mapper)), in ArcMapFstImpl() 347 mapper_(mapper), in ArcMapFstImpl() 357 mapper_(new C(*impl.mapper_)), in ArcMapFstImpl() 366 if (own_mapper_) delete mapper_; in ~ArcMapFstImpl() local 380 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Final() 393 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Final() 434 (mapper_->Properties(0) & kError))) in Properties() 453 const B& barc = (*mapper_)(aarc); in Expand() 464 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Expand() 475 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Expand() [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 272 mapper_(new C(mapper)), in MapFstImpl() 282 mapper_(mapper), in MapFstImpl() 292 if (own_mapper_) delete mapper_; in ~MapFstImpl() local 306 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Final() 316 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Final() 366 const B& barc = (*mapper_)(aarc); in Expand() 377 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Expand() 388 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)), in Expand() 409 final_action_ = mapper_->FinalAction(); in Init() 411 SetProperties(mapper_->Properties(props)); in Init() [all …]
|