Lines Matching defs:syntax
699 * Returns a new file descriptor. The syntax must be set before it's passed
723 rb_define_method(klass, "syntax", FileDescriptor_syntax, 0);
742 * FileDescriptor.syntax => syntax
744 * Returns this file descriptors syntax.
746 * Valid syntax versions are:
1725 "Cannot add a native map field using proto2 syntax.");
2083 // Default syntax for Ruby is proto3.
2089 VALUE syntax;
2092 syntax = rb_hash_lookup2(options, ID2SYM(rb_intern("syntax")), Qnil);
2094 if (syntax != Qnil) {
2097 Check_Type(syntax, T_SYMBOL);
2098 syntax_str = rb_id2str(SYM2ID(syntax));