Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLByteCode.h171 struct SK_API ByteCode { struct
174 ByteCode() = default; argument
176 ByteCode& operator=(const ByteCode&) = delete; argument
181 std::vector<std::unique_ptr<ByteCodeFunction>> fFunctions; argument
184 const ByteCodeFunction* getFunction(const char* name) const { in getFunction() argument