Searched refs:upb_symtab_addfile (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.hpp | 410 upb_symtab_addfile(ptr_.get(), file_proto, status->ptr())); in AddFile()
|
D | def.h | 294 const upb_filedef *upb_symtab_addfile(
|
D | def.c | 2120 const upb_filedef *upb_symtab_addfile( in upb_symtab_addfile() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 805 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/ |
D | def.c | 927 file = upb_symtab_addfile(pool->symtab, files[0], &status); in parse_and_add_descriptor()
|
D | upb.h | 3932 const upb_filedef *upb_symtab_addfile( 3977 upb_symtab_addfile(ptr_.get(), file_proto, status->ptr())); in AddFile()
|
D | upb.c | 2790 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/ |
D | upb.h | 3414 bool upb_symtab_addfile(upb_symtab *s, upb_filedef *file, upb_status* status); 3458 return upb_symtab_addfile(this, file, s);
|
D | upb.c | 3459 bool upb_symtab_addfile(upb_symtab *s, upb_filedef *file, upb_status *status) { in upb_symtab_addfile() function
|