Home
last modified time | relevance | path

Searched refs:PutBuffer (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc90 bool ok = upb::PutBuffer(input, decoder.input()); in test_pb_roundtrip()
Dtest_decoder.cc855 bool ok = upb::PutBuffer(std::string(), decoder.input()); in test_valid()
/third_party/grpc/third_party/upb/tests/
Dtest_util.h133 int parsed = (int)sink_.PutBuffer(subc_, buf2, bytes, &global_handle); in ParseBuffer()
/third_party/grpc/third_party/upb/upb/
Dsink.h481 size_t PutBuffer(void *subc, const char *buf, size_t len, in PutBuffer() function
508 template <class T> bool PutBuffer(const T& str, BytesSink sink) { in PutBuffer() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5677 size_t PutBuffer(void *subc, const char *buf, size_t len,
5704 template <class T> bool PutBuffer(const T& str, BytesSink sink) {