Home
last modified time | relevance | path

Searched refs:add_to_table (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c58 static void add_to_table(HashTable* t, const void* def, void* value) { in add_to_table() function
109 add_to_table(upb_def_to_php_obj_map, def, value); in add_def_obj()
122 add_to_table(ce_to_php_obj_map, ce, value); in add_ce_obj()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc626 int add_to_table) { in on_hdr() argument
644 if (add_to_table) { in on_hdr()