OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipairs
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/bin/
fstsymbols.cc
96
vector<pair<Label, Label> >
ipairs
;
local
97
fst::ReadLabelPairs(FLAGS_relabel_ipairs, &
ipairs
,
99
SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(),
ipairs
);
fstrelabel.cc
58
usage += " -relabel_ipairs
ipairs
.txt\n";
100
vector<pair<Label, Label> >
ipairs
;
local
103
if(!fst::ReadLabelPairs(FLAGS_relabel_ipairs, &
ipairs
,
112
s::Relabel(fst,
ipairs
, opairs);
/external/openfst/src/include/fst/
relabel.h
50
// \param
ipairs
vector of input label pairs indicating old to new mapping
56
const vector<pair<typename A::Label, typename A::Label> >&
ipairs
,
65
for (size_t i = 0; i <
ipairs
.size(); ++i) {
66
input_map[
ipairs
[i].first] =
ipairs
[i].second;
144
vector<pair<Label, Label> >
ipairs
;
local
151
ipairs
.push_back(make_pair(isymbol_val, new_isymbol_val));
171
Relabel(fst,
ipairs
, opairs);
213
const vector<pair<Label, Label> >&
ipairs
,
223
if (
ipairs
.size() > 0)
[
all
...]
/external/javassist/src/main/javassist/compiler/
CodeGen.java
523
int
ipairs
= 0;
local
533
pairs[
ipairs
++]
[
all
...]
Completed in 269 milliseconds