OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rho_arc_
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/
matcher.h
477
rho_arc_
= matcher_->Value();
479
if (
rho_arc_
.ilabel == rho_label_)
480
rho_arc_
.ilabel = rho_match_;
481
if (
rho_arc_
.olabel == rho_label_)
482
rho_arc_
.olabel = rho_match_;
484
rho_arc_
.ilabel = rho_match_;
486
rho_arc_
.olabel = rho_match_;
488
return
rho_arc_
;
517
mutable Arc
rho_arc_
; // Arc to return when rho match
member in class:fst::RhoMatcher
[
all
...]
Completed in 70 milliseconds