Searched refs:print_key (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h214 const bool print_key; member in struct:fst::script::FarPrintStringsArgs
225 const string &end_key, const bool print_key, const bool print_weight,
231 print_key(print_key), print_weight(print_weight),
241 args->begin_key, args->end_key, args->print_key, args->print_weight,
253 const bool print_key,
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dprint-strings.h41 const string &end_key, const bool print_key, const bool print_weight,
99 if (print_key)
38 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarprintstrings.cc33 DEFINE_bool(print_key, false, "Prefix each string by its key");
H A Dfarscript.cc108 const bool print_key,
116 begin_key, end_key, print_key, print_weight,
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c107 static int print_key(TDB_CONTEXT *the_tdb, TDB_DATA key, TDB_DATA dbuf, void *state);
346 static int print_key(TDB_CONTEXT *the_tdb, TDB_DATA key, TDB_DATA dbuf, void *state) function
490 tdb_traverse(tdb, print_key, NULL);

Completed in 117 milliseconds