Home
last modified time | relevance | path

Searched defs:BytesSink (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h27 class BytesSink; variable
451 BytesSink() {} in BytesSink() function
456 BytesSink(const upb_bytessink& sink) : sink_(sink) {} in BytesSink() function
468 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) { in BytesSink() function