OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_arc
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h
126
Arc
prev_arc
(kNoLabel, kNoLabel, Weight::One(), 0);
162
if (
prev_arc
.ilabel != kNoLabel && arc.ilabel <
prev_arc
.ilabel) {
166
if (
prev_arc
.olabel != kNoLabel && arc.olabel <
prev_arc
.olabel) {
182
prev_arc
= arc;
/external/openfst/src/include/fst/
test-properties.h
128
Arc
prev_arc
;
local
166
if (arc.ilabel <
prev_arc
.ilabel) {
170
if (arc.olabel <
prev_arc
.olabel) {
187
prev_arc
= arc;
properties.h
330
const A *
prev_arc
);
407
/// \param
prev_arc
the previously-added (or "last") arc of state s, or NULL if
411
const A &arc, const A *
prev_arc
) {
429
if (
prev_arc
!= 0) {
430
if (
prev_arc
->ilabel > arc.ilabel) {
434
if (
prev_arc
->olabel > arc.olabel) {
edit-fst.h
199
const A *
prev_arc
= NULL;
local
203
prev_arc
= &(arc_it.Value());
206
return
prev_arc
;
534
const A *
prev_arc
= data_->AddArc(s, arc, wrapped_);
local
535
SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc,
prev_arc
));
Completed in 285 milliseconds