Lines Matching defs:TestLogParser
167 class TestLogParser
170 TestLogParser (bool logData);
171 ~TestLogParser (void);
184 TestLogParser (const TestLogParser&);
185 TestLogParser& operator= (const TestLogParser&);
188 TestLogParser::TestLogParser (bool logData)
195 TestLogParser::~TestLogParser (void)
199 void TestLogParser::parse (TestLogListener& listener, const char* buffer, size_t size)
334 return (jlong)new TestLogParser(logData);
351 delete ((TestLogParser*)nativePointer);
367 TestLogParser* parser = (TestLogParser*)nativePointer;