Searched refs:putmap (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 1090 static void putmap(zval* map, const upb_fielddef* f, upb_sink sink, 1176 static void putmap(zval* map, const upb_fielddef* f, upb_sink sink, in putmap() function 1370 putmap(map, f, sink, depth, true TSRMLS_CC); in putjsonstruct() 1435 putmap(map, f, sink, depth, is_json TSRMLS_CC); in putrawmsg()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 1115 static void putmap(VALUE map, const upb_fielddef *f, upb_sink *sink, in putmap() function 1337 putmap(map, f, sink, depth, emit_defaults, is_json); in putmsg()
|