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

  /external/openfst/src/include/fst/script/
print.h 38 ostream *ostrm; member in struct:fst::script::FstPrinterArgs
47 ostream *ostrm,
50 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
60 fstprinter.Print(args->ostrm, args->dest);
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
draw.h 50 ostream *ostrm; member in struct:fst::script::FstDrawerArgs
68 ostream *ostrm,
74 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
88 fstdrawer.Draw(args->ostrm, args->dest);
106 ostream *ostrm,
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 153 Stream &ostrm = result.GetOutputStream(); local
154 ostrm.Printf("Available platforms:\n");
157 ostrm.Printf ("%s: %s\n",
170 ostrm.Printf("%s: %s\n", plugin_name, plugin_desc);
208 Stream &ostrm = result.GetOutputStream(); local
222 platform_sp->GetStatus (ostrm);
258 Stream &ostrm = result.GetOutputStream(); local
266 platform_sp->GetStatus (ostrm);
327 Stream &ostrm = result.GetOutputStream(); local
329 ostrm.Printf ("Disconnected from \"%s\"\n", platform_sp->GetPluginName().GetCString())
530 Stream &ostrm = result.GetOutputStream(); local
820 Stream &ostrm = result.GetOutputStream(); local
    [all...]
  /external/openfst/src/include/fst/
symbol-table.h 523 ostringstream ostrm; local
524 table->Write(ostrm);
525 *result = ostrm.str();
fst.h 936 ostringstream ostrm; local
937 fst.Write(ostrm, FstWriteOptions("FstToString"));
938 *result = ostrm.str();
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 1379 std::ostringstream ostrm; local
1436 std::ostringstream ostrm; local
1668 std::ostringstream ostrm; local
2422 std::ostringstream ostrm; local
2733 std::ostringstream ostrm; local
2801 std::ostringstream ostrm; local
2971 std::ostringstream ostrm; local
3429 std::ostringstream ostrm; local
3597 std::ostringstream ostrm; local
3721 std::ostringstream ostrm; local
    [all...]

Completed in 220 milliseconds