Searched refs:open_paren (Results 1 – 7 of 7) sorted by relevance
/external/openfst/src/include/fst/extensions/pdt/ |
D | replace.h | 161 Label open_paren = kNoLabel, close_paren = kNoLabel; in Replace() local 166 open_paren = (*parens)[paren_id].first; in Replace() 170 open_paren = first_open_paren + paren_id; in Replace() 174 parens->push_back(make_pair(open_paren, close_paren)); in Replace() 178 Arc sarc(open_paren, open_paren, arc.weight, fst_start[nfst_id]); in Replace()
|
D | info.h | 113 Label open_paren = parens[pit->second].first; in PdtInfo() local 115 if (arc.ilabel == open_paren) { in PdtInfo() 117 if (!paren_set.count(open_paren)) { in PdtInfo() 119 paren_set.insert(open_paren); in PdtInfo()
|
D | shortest-path.h | 733 SearchState s, SearchState d, Label paren_id, bool open_paren) { in GetPathArc() argument 747 if (arc_open_paren != open_paren) in GetPathArc()
|
/external/openfst/src/include/fst/ |
D | pair-weight.h | 146 char separator, char open_paren, char close_paren) { in ReadWithParen() argument 151 if (c != open_paren) { in ReadWithParen() 168 if (c == open_paren) { in ReadWithParen() 249 char open_paren = FLAGS_fst_weight_parentheses[0]; variable 251 return strm << open_paren << w.Value1() << separator
|
D | sparse-tuple-weight.h | 209 char separator, char open_paren, char close_paren); 495 char open_paren, in ReadWithParen() argument 504 if (c != open_paren) { in ReadWithParen() 523 if (c == open_paren) { in ReadWithParen() 573 if (c == open_paren) { in ReadWithParen() 601 if (c == open_paren) { in ReadWithParen()
|
D | tuple-weight.h | 174 char open_paren, in ReadWithParen() argument 181 if (c != open_paren) { in ReadWithParen() 199 if (c == open_paren) { in ReadWithParen()
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
D | ast.py | 879 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None): argument 888 if token.name == open_paren:
|