HomeSort by relevance Sort by last modified time
    Searched defs:parens (Results 1 - 12 of 12) sorted by null

  /external/openfst/src/extensions/pdt/
pdtinfo.cc 53 vector<pair<int64, int64> > parens; local
54 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
56 s::PrintPdtInfo(*ifst, parens);
pdtcompose.cc 69 vector<pair<int64, int64> > parens; local
70 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
75 s::PdtCompose(*ifst1, *ifst2, parens, &ofst, copts, FLAGS_left_pdt);
pdtexpand.cc 57 vector<pair<int64, int64> > parens; local
58 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
65 s::PdtExpand(*ifst, parens, &ofst, s::PdtExpandOptions(
pdtreverse.cc 52 vector<pair<int64, int64> > parens, rparens; local
53 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
56 s::PdtReverse(*ifst, parens, &ofst);
pdtreplace.cc 64 vector<pair<int64, int64> > parens; local
65 s::PdtReplace(fst_tuples, &ofst, &parens, root);
68 fst::WriteLabelPairs(FLAGS_pdt_parentheses, parens);
pdtshortestpath.cc 58 vector<pair<int64, int64> > parens, rparens; local
59 fst::ReadLabelPairs(FLAGS_pdt_parentheses, &parens, false);
77 s::PdtShortestPath(*ifst, parens, &ofst, opts);
  /external/openfst/src/include/fst/
tuple-weight.h 189 stack<int> parens; local
192 while (c != separator || !parens.empty()) {
198 // if parens encountered before separator, they must be matched
200 parens.push(1);
202 // Fail for mismatched parens
203 if (parens.empty()) {
207 parens.pop();
pair-weight.h 159 stack<int> parens; local
161 while (c != separator || !parens.empty()) {
167 // if parens encountered before separator, they must be matched
169 parens.push(1);
171 // Fail for mismatched parens
172 if (parens.empty()) {
176 parens.pop();
sparse-tuple-weight.h 514 stack<int> parens; local
516 while (c != separator || !parens.empty()) {
522 // If parens encountered before separator, they must be matched
524 parens.push(1);
526 // Fail for mismatched parens
527 if (parens.empty()) {
531 parens.pop();
564 stack<int> parens; local
566 while (c != separator || !parens.empty()) {
572 // If parens encountered before separator, they must be matche
592 stack<int> parens; local
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 5 int parens : (J); member in struct:Bitfields
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 91 milliseconds