Searched refs:mapper_ (Results 1 – 1 of 1) sorted by relevance
/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 …]
|