Searched refs:indentbuf (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 254 void indentbuf(string *buf, int depth) { in indentbuf() function 260 indentbuf(&output, *depth); \ 273 indentbuf(&output, *depth); in NUMERIC_VALUE_HANDLER() 279 indentbuf(&output, *depth); in startstr() 296 indentbuf(&output, *depth); in endstr() 302 indentbuf(&output, *depth); in startsubmsg() 309 indentbuf(&output, *depth); in endsubmsg() 315 indentbuf(&output, *depth); in startseq() 322 indentbuf(&output, *depth); in endseq() 328 indentbuf(&output, *depth); in startmsg() [all …]
|