Searched refs:putescaped (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9200 static int putescaped(upb_textprinter *p, const char *buf, size_t len, in putescaped() function 9374 CHECK(putescaped(p, buf, len, upb_fielddef_type(f) == UPB_TYPE_STRING)); in textprinter_putstr()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9874 static int putescaped(upb_textprinter *p, const char *buf, size_t len, in putescaped() function 10048 CHECK(putescaped(p, buf, len, upb_fielddef_type(f) == UPB_TYPE_STRING)); in textprinter_putstr()
|