Home
last modified time | relevance | path

Searched refs:ReportErrorsTo (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h5169 void ReportErrorsTo(Status* status);
5324 inline void Environment::ReportErrorsTo(Status* status) {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h713 void ReportErrorsTo(Status* status) { upb_env_reporterrorsto(this, status); } function