Searched refs:upb_json_codecache (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.h | 109 struct upb_json_codecache; 110 typedef struct upb_json_codecache upb_json_codecache; typedef 116 upb_json_codecache *upb_json_codecache_new(void); 117 void upb_json_codecache_free(upb_json_codecache *cache); 118 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache, 135 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
|
D | parser.rl | 163 upb_json_codecache *parser_codecache; 288 struct upb_json_codecache { 294 const upb_json_codecache *cache; 412 const upb_json_codecache *cache = p->method->cache; 2859 static upb_json_parsermethod *parsermethod_new(upb_json_codecache *c, 2944 upb_json_codecache *upb_json_codecache_new(void) { 2946 upb_json_codecache *c; 2958 void upb_json_codecache_free(upb_json_codecache *c) { 2963 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c,
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 165 upb_json_codecache *parser_codecache; 290 struct upb_json_codecache { struct 296 const upb_json_codecache *cache; argument 414 const upb_json_codecache *cache = p->method->cache; in set_name_table() 3296 static upb_json_parsermethod *parsermethod_new(upb_json_codecache *c, in parsermethod_new() 3381 upb_json_codecache *upb_json_codecache_new(void) { in upb_json_codecache_new() 3383 upb_json_codecache *c; in upb_json_codecache_new() 3395 void upb_json_codecache_free(upb_json_codecache *c) { in upb_json_codecache_free() 3400 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c, in upb_json_codecache_get()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 7148 struct upb_json_codecache; 7149 typedef struct upb_json_codecache upb_json_codecache; 7155 upb_json_codecache *upb_json_codecache_new(); 7156 void upb_json_codecache_free(upb_json_codecache *cache); 7157 const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache, 7174 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
|
D | upb.c | 8938 upb_json_codecache *parser_codecache; 9063 struct upb_json_codecache { struct 9069 const upb_json_codecache *cache; argument 9187 const upb_json_codecache *cache = p->method->cache; in set_name_table() 12078 static upb_json_parsermethod *parsermethod_new(upb_json_codecache *c, in parsermethod_new() 12173 upb_json_codecache *upb_json_codecache_new() { in upb_json_codecache_new() 12175 upb_json_codecache *c; in upb_json_codecache_new() 12187 void upb_json_codecache_free(upb_json_codecache *c) { in upb_json_codecache_free() 12192 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c, in upb_json_codecache_get()
|
D | protobuf.h | 771 upb_json_codecache* json_fill_method_cache;
|