Searched refs:dumpbc (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6855 static void dumpbc(uint32_t *p, uint32_t *end, FILE *f) { in dumpbc() function 7389 dumpbc(g->bytecode, g->bytecode_end, stderr); in mgroup_new() 7390 dumpbc(g->bytecode, g->bytecode_end, f); in mgroup_new()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7529 static void dumpbc(uint32_t *p, uint32_t *end, FILE *f) { in dumpbc() function 8068 dumpbc(g->bytecode, g->bytecode_end, stderr); in mgroup_new() 8069 dumpbc(g->bytecode, g->bytecode_end, f); in mgroup_new()
|