Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dprotobuf.c43 VALUE cParseError; variable
104 cParseError = rb_const_get(protobuf, rb_intern("ParseError")); in Init_protobuf_c()
Dprotobuf.h167 extern VALUE cParseError;
Dencode_decode.c702 rb_raise(cParseError, se->ruby_error_template, upb_status_errmsg(status)); in env_error_func()