Searched refs:addMethod (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/npm/node_modules/genfun/ |
D | README.md | 22 * [`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>)`
|
D | CHANGELOG.md | 44 * **addMethod:** default-method shortcut syntax for gf.add ([40a3ebb](https://github.com/zkat/genfu…
|
/third_party/node/deps/npm/node_modules/protoduck/ |
D | index.js | 83 addMethod: ['duck', _metaAddMethod] property 185 ? duck._metaobject.addMethod(duck, target, name, methodTypes, fn)
|
/third_party/node/deps/npm/node_modules/genfun/lib/ |
D | genfun.js | 59 Genfun.prototype.add = function addMethod (selector, func) {
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 568 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
|
D | ParseContext.cpp | 5861 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/ |
D | ParseContext.h | 632 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
|
D | ParseContext.cpp | 6878 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/ |
D | localintermediate.h | 530 TIntermTyped* addMethod(TIntermTyped*, const TType&, const TString*, const TSourceLoc&);
|
D | Intermediate.cpp | 2432 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name… in addMethod() function in glslang::TIntermediate
|
D | ParseHelper.cpp | 980 return intermediate.addMethod(base, TType(EbtInt), &field, loc); in handleDotDereference()
|