Searched refs:write_csv (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_fullstack_trickle.cc | 67 static void write_csv(std::ostream* out, A0&& a0) { in write_csv() function 73 static void write_csv(std::ostream* out, A0&& a0, Arg&&... arg) { in write_csv() function 76 write_csv(out, std::forward<Arg>(arg)...); in write_csv() 92 write_csv(log_.get(), "t", "iteration", "client_backlog", in TrickledCHTTP2() 145 write_csv( in Log()
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | tokens.py | 294 write_csv(self, csv_output) 315 def write_csv(database: Database, fd: BinaryIO) -> None: function 462 self._export = write_csv
|
D | database.py | 277 tokens.write_csv(database, fd)
|
/external/pigweed/pw_tokenizer/py/ |
D | detokenize_test.py | 429 tokens.write_csv(
|