Home
last modified time | relevance | path

Searched refs:putescaped (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c9200 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/
Dupb.c9874 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()