OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetStart
(Results
1 - 10
of
10
) sorted by null
/external/openfst/src/include/fst/
mutable-fst.h
53
virtual void
SetStart
(StateId) = 0; // Set the initial state
259
virtual void
SetStart
(StateId s) {
261
GetImpl()->
SetStart
(s);
edit-fst.h
164
void
SetStart
(StateId s) {
165
edits_.
SetStart
(s);
485
hdr.
SetStart
(Start());
511
void
SetStart
(StateId s) {
513
data_->
SetStart
(s);
663
impl->
SetStart
(hdr.Start());
vector-fst.h
63
void
SetStart
(StateId s) { start_ = s; }
117
SetStart
(newid[Start()]);
124
SetStart
(kNoStateId);
213
void
SetStart
(StateId s) {
214
BaseImpl::
SetStart
(s);
298
BaseImpl::
SetStart
(fst.Start());
332
impl->BaseImpl::
SetStart
(hdr.Start());
539
hdr.
SetStart
(fst.Start());
cache.h
91
// HasFinal(), and HasArcs() to determine if cached and
SetStart
(),
174
VectorFstBaseImpl<S>::
SetStart
(impl.Start());
212
void
SetStart
(StateId s) {
213
VectorFstBaseImpl<S>::
SetStart
(s);
fst.h
127
void
SetStart
(int64 start) { start_ = start; }
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
48
// HasFinal(), and HasArcs() to determine if cached and
SetStart
(),
157
void
SetStart
(StateId s) {
158
VectorFstBaseImpl<S>::
SetStart
(s);
fst.h
92
void
SetStart
(int64 start) { start_ = start; }
vector-fst.h
57
void
SetStart
(StateId s) { start_ = s; }
111
SetStart
(newid[Start()]);
118
SetStart
(kNoStateId);
206
void
SetStart
(StateId s) {
207
BaseImpl::
SetStart
(s);
327
BaseImpl::
SetStart
(fst.Start());
356
impl->BaseImpl::
SetStart
(hdr.Start());
423
hdr.
SetStart
(Start());
574
virtual void
SetStart
(StateId s) {
576
impl_->
SetStart
(s)
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
[
all
...]
Antlr.Runtime.Tree.pas
[
all
...]
Completed in 1091 milliseconds