[Rprotobuf-commits] r580 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 19 06:22:03 CET 2013
Author: murray
Date: 2013-12-19 06:22:02 +0100 (Thu, 19 Dec 2013)
New Revision: 580
Modified:
pkg/R/completion.R
Log:
Add more missing methods from EnumDescriptors and EnumValueDescriptors.
Modified: pkg/R/completion.R
===================================================================
--- pkg/R/completion.R 2013-12-19 05:13:16 UTC (rev 579)
+++ pkg/R/completion.R 2013-12-19 05:22:02 UTC (rev 580)
@@ -45,7 +45,7 @@
.Call( "EnumDescriptor__getConstantNames", x at pointer, PACKAGE = "RProtoBuf" ),
"name(", "fileDescriptor()", "as.character()", "toString()",
"containing_type()", "length()", "value_count()", "value(",
- "has(")
+ "has(", "asMessage()")
grep( pattern, names, value = TRUE )
}
# }}}
@@ -64,7 +64,8 @@
"fileDescriptor()", "containing_type()",
"is_extension()", "number()", "type(", "cpp_type(", "label(",
"is_repeated()", "is_required()", "is_optional()",
- "message_type()", "enum_type()"
+ "message_type()", "enum_type()",
+ "has_default_value()", "default_value(",
)
grep( pattern, names, value = TRUE )
}
More information about the Rprotobuf-commits
mailing list