Searched refs:FLAGS_fst_weight_parentheses (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dpair-weight.h241 if (FLAGS_fst_weight_parentheses.empty())
244 if (FLAGS_fst_weight_parentheses.size() != 2) {
245 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
249 char open_paren = FLAGS_fst_weight_parentheses[0];
250 char close_paren = FLAGS_fst_weight_parentheses[1];
263 bool read_parens = !FLAGS_fst_weight_parentheses.empty();
265 if (FLAGS_fst_weight_parentheses.size() != 2) {
266 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
271 strm, w, separator, FLAGS_fst_weight_parentheses[0],
272 FLAGS_fst_weight_parentheses[
[all...]
H A Dtuple-weight.h283 if (!FLAGS_fst_weight_parentheses.empty()) {
284 if (FLAGS_fst_weight_parentheses.size() != 2) {
285 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
293 strm << FLAGS_fst_weight_parentheses[0]; local
300 strm << FLAGS_fst_weight_parentheses[1]; local
314 if (!FLAGS_fst_weight_parentheses.empty()) {
315 if (FLAGS_fst_weight_parentheses.size() != 2) {
316 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
321 strm, w, separator, FLAGS_fst_weight_parentheses[0],
322 FLAGS_fst_weight_parentheses[
[all...]
H A Dsparse-tuple-weight.h340 if (!FLAGS_fst_weight_parentheses.empty()) {
341 if (FLAGS_fst_weight_parentheses.size() != 2) {
342 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
350 strm << FLAGS_fst_weight_parentheses[0]; local
367 strm << FLAGS_fst_weight_parentheses[1]; local
381 if (!FLAGS_fst_weight_parentheses.empty()) {
382 if (FLAGS_fst_weight_parentheses.size() != 2) {
383 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
388 strm, w, separator, FLAGS_fst_weight_parentheses[0],
389 FLAGS_fst_weight_parentheses[
[all...]
/external/openfst/src/test/
H A Dweight_test.cc107 FLAGS_fst_weight_parentheses = "()";
110 FLAGS_fst_weight_parentheses = "";
230 FLAGS_fst_weight_parentheses = "()";
239 FLAGS_fst_weight_parentheses = "";

Completed in 104 milliseconds