OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAGS_fst_weight_parentheses
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
pair-weight.h
241
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
[1])
[
all
...]
tuple-weight.h
283
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];
300
strm <<
FLAGS_fst_weight_parentheses
[1];
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
[1])
[
all
...]
sparse-tuple-weight.h
340
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];
367
strm <<
FLAGS_fst_weight_parentheses
[1];
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
[1])
[
all
...]
/external/openfst/src/test/
weight_test.cc
107
FLAGS_fst_weight_parentheses
= "()";
110
FLAGS_fst_weight_parentheses
= "";
230
FLAGS_fst_weight_parentheses
= "()";
239
FLAGS_fst_weight_parentheses
= "";
Completed in 247 milliseconds