Home
last modified time | relevance | path

Searched refs:SetInputRetriever (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_asas.h59 void SetInputRetriever(as::InputRetriever& input);
H A Dlibsswf_as.h1149 virtual InputRetriever *SetInputRetriever(InputRetriever *retriever) = 0;
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dcompiler.c++62 void Compiler::SetInputRetriever(as::InputRetriever& input) in SetInputRetriever() function in sswf::asas::Compiler
/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dcompiler.h52 virtual InputRetriever *SetInputRetriever(InputRetriever *retriever);
H A Dcompiler.c++207 InputRetriever *IntCompiler::SetInputRetriever(InputRetriever *retriever) in SetInputRetriever() function in sswf::as::IntCompiler
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++2214 compiler->SetInputRetriever(retriever); in save_do_action()