Lines Matching refs:Transform
302 template <typename T> T Transform(T object) { in Transform() function
307 python::PythonObject Transform(bool arg) { in Transform() function
312 python::PythonObject Transform(Status arg) { in Transform() function
316 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform() function
320 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform() function
324 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform() function
328 python::PythonObject Transform(lldb::ThreadPlanSP arg) { in Transform() function
332 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform() function
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform() function
340 python::PythonObject Transform(Event *arg) { in Transform() function
344 python::PythonObject Transform(lldb::StreamSP arg) { in Transform() function
348 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform() function
379 return std::make_tuple(Transform(std::get<I>(args))...); in TransformTuple()