Searched refs:FlatBufPrinter (Results 1 – 1 of 1) sorted by relevance
127 class FlatBufPrinter : public grpc_generator::Printer { class129 FlatBufPrinter(std::string *str) : str_(str), escape_char_('$'), indent_(0) {} in FlatBufPrinter() function in flatbuffers::FlatBufPrinter247 return std::unique_ptr<grpc_generator::Printer>(new FlatBufPrinter(str)); in CreatePrinter()