Home
last modified time | relevance | path

Searched refs:upb_symtab_free (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp384 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_;
Ddef.h285 void upb_symtab_free(upb_symtab* s);
Ddef.c831 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c299 upb_symtab_free(symtab); in main()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c784 upb_symtab_free(lsymtab->symtab); in lupb_symtab_gc()
/external/protobuf/php/ext/google/protobuf/
Ddef.c620 upb_symtab_free(pool->symtab); in internal_descriptor_pool_free_c()
Dupb.h3925 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_;
Dupb.c2740 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c104 upb_symtab_free(self->symtab); in DescriptorPool_free()
Dupb.h3404 void upb_symtab_free(upb_symtab* s);
3441 upb_symtab_free(s);
Dupb.c3208 void upb_symtab_free(upb_symtab *s) { in upb_symtab_free() function