Searched refs:str_handler (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/ |
D | test_json.cc | 161 upb_byteshandler_setstring(&byteshandler_, &str_handler, NULL); in StringSink() 172 static size_t str_handler(void* _closure, const void* hd, in str_handler() function in StringSink
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 221 static void* str_handler(void *closure, in str_handler() function 595 is_bytes ? bytes_handler : str_handler, in add_handlers_for_singular_field()
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 354 static void* str_handler(void *closure, in str_handler() function 886 upb_handlers_setstartstr(h, f, str_handler, &attr); in add_handlers_for_singular_field()
|