Home
last modified time | relevance | path

Searched refs:upb_symtab_addfile (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp410 upb_symtab_addfile(ptr_.get(), file_proto, status->ptr())); in AddFile()
Ddef.h294 const upb_filedef *upb_symtab_addfile(
Ddef.c2120 const upb_filedef *upb_symtab_addfile( in upb_symtab_addfile() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c805 file_def = upb_symtab_addfile(s, file, &status); in lupb_symtab_addfile()
831 upb_symtab_addfile(s, files[i], &status); in lupb_symtab_addset()
/external/protobuf/php/ext/google/protobuf/
Ddef.c927 file = upb_symtab_addfile(pool->symtab, files[0], &status); in parse_and_add_descriptor()
Dupb.h3932 const upb_filedef *upb_symtab_addfile(
3977 upb_symtab_addfile(ptr_.get(), file_proto, status->ptr())); in AddFile()
Dupb.c2790 const upb_filedef *upb_symtab_addfile( in upb_symtab_addfile() function
2851 if (!upb_symtab_addfile(s, file, &status)) goto err; in _upb_symtab_loaddefinit()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3414 bool upb_symtab_addfile(upb_symtab *s, upb_filedef *file, upb_status* status);
3458 return upb_symtab_addfile(this, file, s);
Dupb.c3459 bool upb_symtab_addfile(upb_symtab *s, upb_filedef *file, upb_status *status) { in upb_symtab_addfile() function