Searched defs:print_key (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h38 const string &end_key, const bool print_key, const string &symbols_fname,
91 if (print_key)
35 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 string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h182 const bool print_key; member in struct:fst::script::FarPrintStringsArgs
191 const string &end_key, const bool print_key,
195 begin_key(begin_key), end_key(end_key), print_key(print_key),
205 args->begin_key, args->end_key, args->print_key,
217 const bool print_key,
188 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 string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc91 const bool print_key,
97 end_key, print_key, symbols_fname,
85 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 string &symbols_fname, 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 96 milliseconds