Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc17 upb_byteshandler_setstartstr(handler, &FillStringHandler::StartString, in SetHandler()
25 static void* StartString(void *c, const void *hd, size_t size) { in StartString() function in FillStringHandler
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h335 bool StartString(HandlersPtr::Selector s, size_t size_hint, Sink* sub) { in StartString() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc66 sink.StartString(start, 0, &sub); in CallAndVerify()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6201 bool StartString(Handlers::Selector s, size_t size_hint, Sink* sub);
6552 inline bool Sink::StartString(Handlers::Selector sel, size_t size_hint,
/external/protobuf/php/ext/google/protobuf/
Dupb.h5969 bool StartString(HandlersPtr::Selector s, size_t size_hint, Sink* sub) {