Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c290 upb_symtab *symtab = upb_symtab_new(); in main()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp384 SymbolTable() : ptr_(upb_symtab_new(), upb_symtab_free) {} in SymbolTable()
Ddef.h284 upb_symtab *upb_symtab_new(void);
Ddef.c836 upb_symtab *upb_symtab_new(void) { in upb_symtab_new() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c761 lsymtab->symtab = upb_symtab_new(); in lupb_symtab_new()
/external/protobuf/php/ext/google/protobuf/
Ddef.c608 pool->symtab = upb_symtab_new(); in internal_descriptor_pool_init_c_instance()
Dupb.h3924 upb_symtab *upb_symtab_new();
3951 SymbolTable() : ptr_(upb_symtab_new(), upb_symtab_free) {} in SymbolTable()
Dupb.c2745 upb_symtab *upb_symtab_new() { in upb_symtab_new() function
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c116 self->symtab = upb_symtab_new(); in DescriptorPool_alloc()
Dupb.h3403 upb_symtab *upb_symtab_new();
3438 return upb_symtab_new();
Dupb.c3219 upb_symtab *upb_symtab_new() { in upb_symtab_new() function