Home
last modified time | relevance | path

Searched refs:upb_env_ok (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h5242 bool upb_env_ok(const upb_env *e);
5328 return upb_env_ok(this);
Dupb.c1848 bool upb_env_ok(const upb_env *e) { in upb_env_ok() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h679 bool upb_env_ok(const upb_env *e);
718 bool ok() const { return upb_env_ok(this); }