OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fst_array_
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h
107
fst_array_
.push_back(0);
116
fst_array_
.push_back(0);
130
fst_array_
.reserve(impl.
fst_array_
.size());
131
fst_array_
.push_back(0);
132
for (size_t i = 1; i < impl.
fst_array_
.size(); ++i)
133
fst_array_
.push_back(impl.
fst_array_
[i]->Copy());
137
for (size_t i = 1; i <
fst_array_
.size(); ++i) {
138
delete
fst_array_
[i]
502
vector<const Fst<A>*>
fst_array_
;
member in class:fst::ReplaceFstImpl
[
all
...]
/external/openfst/src/include/fst/
replace-util.h
79
for (Label i = 0; i <
fst_array_
.size(); ++i)
80
delete
fst_array_
[i];
94
for (Label i = 0; i <
fst_array_
.size(); ++i) {
95
if (!
fst_array_
[i])
97
if (
fst_array_
[i]->Properties(props, true) != props || !depaccess_[i])
179
vector<const Fst<Arc> *>
fst_array_
; // Fst per ID
member in class:fst::ReplaceUtil
199
fst_array_
.push_back(0);
205
nonterminal_hash_[label] =
fst_array_
.size();
207
fst_array_
.push_back(fst);
223
fst_array_
.push_back(0)
[
all
...]
replace.h
370
fst_array_
.push_back(0);
374
nonterminal_hash_[label] =
fst_array_
.size();
376
fst_array_
.push_back(opts.take_ownership ? fst : fst->Copy());
399
if ((nonterminal == 0) && (
fst_array_
.size() > 1)) {
446
fst_array_
.reserve(impl.
fst_array_
.size());
447
fst_array_
.push_back(0);
448
for (size_t i = 1; i < impl.
fst_array_
.size(); ++i) {
449
fst_array_
.push_back(impl.
fst_array_
[i]->Copy(true))
906
vector<const Fst<A>*>
fst_array_
;
member in class:fst::ReplaceFstImpl
[
all
...]
accumulator.h
611
for (size_t i = 0; i <
fst_array_
.size(); ++i)
612
delete
fst_array_
[i];
625
fst_array_
.push_back(fst_tuples[i].second->Copy());
635
const Fst<Arc> *GetFst(size_t i) const { return
fst_array_
[i]; }
644
vector<const Fst<Arc>*>
fst_array_
;
member in class:fst::ReplaceAccumulatorData
Completed in 487 milliseconds