Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c34 VALUE cParseError; variable
117 cParseError = rb_const_get(protobuf, rb_intern("ParseError")); in Init_protobuf_c()
Dprotobuf.h187 extern VALUE cParseError;
Dencode_decode.c1020 rb_raise(cParseError, se->ruby_error_template, errmsg); in stackenv_uninit()