Searched refs:upb_textprinter_create (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 8035 upb_textprinter *upb_textprinter_create(upb_env *env, const upb_handlers *h, 8052 return upb_textprinter_create(env, handlers, output);
|
D | upb.c | 9470 upb_textprinter *upb_textprinter_create(upb_env *env, const upb_handlers *h, in upb_textprinter_create() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 8330 upb_textprinter *upb_textprinter_create(upb_env *env, const upb_handlers *h, 8347 return upb_textprinter_create(env, handlers, output);
|
D | upb.c | 10144 upb_textprinter *upb_textprinter_create(upb_env *env, const upb_handlers *h, in upb_textprinter_create() function
|