Home
last modified time | relevance | path

Searched refs:upb_filedef_phpprefix (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp360 const char* phpprefix() const { return upb_filedef_phpprefix(ptr_); } in phpprefix()
Ddef.h271 const char *upb_filedef_phpprefix(const upb_filedef *f);
Ddef.c791 const char *upb_filedef_phpprefix(const upb_filedef *f) { in upb_filedef_phpprefix() function
/external/protobuf/php/ext/google/protobuf/
Ddef.c846 const char *prefix = upb_filedef_phpprefix(file); in register_class()
Dupb.h3863 const char *upb_filedef_phpprefix(const upb_filedef *f);
3895 const char* phpprefix() const { return upb_filedef_phpprefix(ptr_); } in phpprefix()
Dupb.c2704 const char *upb_filedef_phpprefix(const upb_filedef *f) { in upb_filedef_phpprefix() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3269 const char *upb_filedef_phpprefix(const upb_filedef *f);
4055 return upb_filedef_phpprefix(this);
Dupb.c3060 const char *upb_filedef_phpprefix(const upb_filedef *f) { in upb_filedef_phpprefix() function