HomeSort by relevance Sort by last modified time
    Searched refs:cParseError (Results 1 - 3 of 3) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.c 43 VALUE cParseError;
104 cParseError = rb_const_get(protobuf, rb_intern("ParseError"));
protobuf.h 167 extern VALUE cParseError;
encode_decode.c 675 rb_raise(cParseError, se->ruby_error_template, upb_status_errmsg(status));
    [all...]

Completed in 549 milliseconds