Home
last modified time | relevance | path

Searched refs:json_fill_method_cache (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Ddef.c615 pool->json_fill_method_cache = upb_json_codecache_new(); in internal_descriptor_pool_init_c_instance()
626 upb_json_codecache_free(pool->json_fill_method_cache); in internal_descriptor_pool_free_c()
Dprotobuf.h771 upb_json_codecache* json_fill_method_cache; variable
Dencode_decode.c1056 return upb_json_codecache_get(desc->pool->json_fill_method_cache, desc->msgdef); in msgdef_jsonparsermethod()