Searched refs:upb_symtab_free (Results 1 – 11 of 11) sorted by relevance
384 SymbolTable() : ptr_(upb_symtab_new(), upb_symtab_free) {} in SymbolTable()385 explicit SymbolTable(upb_symtab* s) : ptr_(s, upb_symtab_free) {} in SymbolTable()414 std::unique_ptr<upb_symtab, decltype(&upb_symtab_free)> ptr_;
285 void upb_symtab_free(upb_symtab* s);
831 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function
299 upb_symtab_free(symtab); in main()
784 upb_symtab_free(lsymtab->symtab); in lupb_symtab_gc()
620 upb_symtab_free(pool->symtab); in internal_descriptor_pool_free_c()
3925 void upb_symtab_free(upb_symtab* s);3951 SymbolTable() : ptr_(upb_symtab_new(), upb_symtab_free) {} in SymbolTable()3952 explicit SymbolTable(upb_symtab* s) : ptr_(s, upb_symtab_free) {} in SymbolTable()3981 std::unique_ptr<upb_symtab, decltype(&upb_symtab_free)> ptr_;
2740 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function
104 upb_symtab_free(self->symtab); in DescriptorPool_free()
3404 void upb_symtab_free(upb_symtab* s);3441 upb_symtab_free(s);
3208 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function