Lines Matching refs:methods
171 methods: getMethods(spec_c, className) property
354 methods: {} property
356 xml2js.CLASSES[arrayType].methods[arrayType] = {
366 xml2js.CLASSES[arrayType].methods.getitem = {
379 xml2js.CLASSES[arrayType].methods.setitem = {
404 methods: {} property
406 xml2js.CLASSES[pointerType].methods[pointerType] = {
411 xml2js.CLASSES[pointerType].methods.value = {
419 xml2js.CLASSES[pointerType].methods.assign = {
437 var methodsOfType = (_.find(classSpec.methods, function(methodSpec, methodName) {
459 …_.extend(xml2js.CLASSES[className].methods, _.pick(classMethods, function(methodSpec, methodName) {
472 var valid = _.pick(classSpec.methods, function(methodSpec, methodName) {
476 xml2js.CLASSES[className].methods = valid;
616 var methods = _.find(getChildren(spec_c, 'sectiondef'), function(section) {
620 if (methods) {
621 _.each(methods.children, function(method) {