Home
last modified time | relevance | path

Searched refs:addMethod (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/genfun/
DREADME.md22 * [`gf.add()`](#addMethod)
76 New methods may be added to the `genfun` object with [`gf.add()`](#addMethod).
97 #### <a name="addMethod"></a> `gf.add(<selector>, <body>)`
DCHANGELOG.md44 * **addMethod:** default-method shortcut syntax for gf.add ([40a3ebb](https://github.com/zkat/genfu…
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js83 addMethod: ['duck', _metaAddMethod] property
185 ? duck._metaobject.addMethod(duck, target, name, methodTypes, fn)
/third_party/node/deps/npm/node_modules/genfun/lib/
Dgenfun.js59 Genfun.prototype.add = function addMethod (selector, func) {
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h568 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
DParseContext.cpp5861 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
5870 TIntermTyped *TParseContext::addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc) in addMethod() function in sh::TParseContext
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h632 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
DParseContext.cpp6878 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6887 TIntermTyped *TParseContext::addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc) in addMethod() function in sh::TParseContext
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h530 TIntermTyped* addMethod(TIntermTyped*, const TType&, const TString*, const TSourceLoc&);
DIntermediate.cpp2432 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
DParseHelper.cpp980 return intermediate.addMethod(base, TType(EbtInt), &field, loc); in handleDotDereference()