Home
last modified time | relevance | path

Searched defs:FunctionReference (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLFunctionReference.h21 struct FunctionReference : public Expression { struct
22 FunctionReference(const Context& context, int offset, in FunctionReference() argument
32 return std::unique_ptr<Expression>(new FunctionReference(fOffset, fFunctions, &fType)); in clone() argument
44 FunctionReference(int offset, std::vector<const FunctionDeclaration*> function, in FunctionReference() argument
/third_party/skia/src/sksl/ir/
DSkSLFunctionReference.h25 FunctionReference(const Context& context, int line, in FunctionReference() function
48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, in FunctionReference() function