Searched refs:upb_bytessink_reset (Results 1 - 6 of 6) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 122 upb_bytessink_reset(&sink->sink, &sink->handler, sink);
|
H A D | upb.h | 5582 UPB_INLINE void upb_bytessink_reset(upb_bytessink *s, const upb_byteshandler *h, function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource 5870 upb_bytessink_reset(this, handler, closure);
|
H A D | upb.c | 8441 upb_bytessink_reset(&d->input_, &m->input_handler_, d); 11187 upb_bytessink_reset(&p->input_, &p->input_handler_, p);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | encode_decode.c | 827 upb_bytessink_reset(&sink->sink, &sink->handler, sink);
|
H A D | upb.h | 6017 UPB_INLINE void upb_bytessink_reset(upb_bytessink *s, const upb_byteshandler *h, function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource 6305 upb_bytessink_reset(this, handler, closure);
|
H A D | upb.c | 9153 upb_bytessink_reset(&d->input_, &m->input_handler_, d); 11960 upb_bytessink_reset(&p->input_, &method->input_handler_, p);
|
Completed in 203 milliseconds