Searched refs:InstrumentScriptConsumer (Results 1 – 4 of 4) sorted by relevance
20 typedef ResourceConsumer<VMParserContext> InstrumentScriptConsumer; typedef75 … virtual VMParserContext* Create(ScriptKey key, InstrumentScriptConsumer* pConsumer, void*& pArg);77 …virtual void OnBorrow(VMParserContext* pResource, InstrumentScriptConsumer* pConsumer, void*& pArg… in OnBorrow()
16 …InstrumentManager::ScriptResourceManager::Create(ScriptKey key, InstrumentScriptConsumer* pConsume… in Create()
757 std::set<InstrumentScriptConsumer*> consumers = scripts.ConsumersOf({ in GetEngineChannelsUsingScriptSourceCode()762 std::set<InstrumentScriptConsumer*>::iterator iter = consumers.begin(); in GetEngineChannelsUsingScriptSourceCode()763 std::set<InstrumentScriptConsumer*>::iterator end = consumers.end(); in GetEngineChannelsUsingScriptSourceCode()
46 class AbstractEngineChannel: public EngineChannel, public InstrumentScriptConsumer {