Searched refs:RestoreInitialTables (Results 1 – 8 of 8) sorted by relevance
68 size_t RestoreInitialTables() { return processor_->RestoreInitialTables(); } in RestoreInitialTables() function in perfetto::trace_processor::__anond96a2a970111::TraceProcessorIntegrationTest308 TEST_F(TraceProcessorIntegrationTest, RestoreInitialTables) { in TEST_F() argument312 ASSERT_EQ(RestoreInitialTables(), 0u); in TEST_F()326 ASSERT_EQ(RestoreInitialTables(), 3u); in TEST_F()
75 size_t RestoreInitialTables() override;
1028 g_tp->RestoreInitialTables(); in StartInteractiveShell()
879 size_t TraceProcessorImpl::RestoreInitialTables() { in RestoreInitialTables() function in perfetto::trace_processor::TraceProcessorImpl
62 void RestoreInitialTables();
257 void Rpc::RestoreInitialTables() { in RestoreInitialTables() function in perfetto::trace_processor::Rpc259 trace_processor_->RestoreInitialTables(); in RestoreInitialTables()
315 trace_processor_rpc_.RestoreInitialTables(); in HandleRequest()
87 virtual size_t RestoreInitialTables() = 0;