Searched defs:ByteCode (Results 1 – 1 of 1) sorted by relevance
171 struct SK_API ByteCode { struct174 ByteCode() = default; argument176 ByteCode& operator=(const ByteCode&) = delete; argument181 std::vector<std::unique_ptr<ByteCodeFunction>> fFunctions; argument184 const ByteCodeFunction* getFunction(const char* name) const { in getFunction() argument