Searched defs:CallCapture (Results 1 – 2 of 2) sorted by relevance
98 struct CallCapture struct105 CallCapture &operator=(CallCapture &&other); argument109 EntryPoint entryPoint;110 std::string customFunctionName;111 ParamBuffer params;112 bool isActive = true;
138 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture142 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture150 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture