Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c43 VALUE cParseError; variable
107 cParseError = rb_const_get(protobuf, rb_intern("ParseError")); in Init_protobuf_c()
Dprotobuf.h180 extern VALUE cParseError;
Dencode_decode.c832 rb_raise(cParseError, se->ruby_error_template, upb_status_errmsg(status)); in env_error_func()