Searched refs:demoTablePriKey_ (Results 1 – 7 of 7) sorted by relevance
27 demoTablePriKey_.push_back("ts"); in GpuCounterTable()28 demoTablePriKey_.push_back("counter_id"); in GpuCounterTable()
28 demoTablePriKey_.push_back("start_ts"); in SliceTable()29 demoTablePriKey_.push_back("slice_id"); in SliceTable()
26 demoTablePriKey_.push_back("name"); in DemoMetaTable()
26 demoTablePriKey_.push_back("counter_id"); in GpuCounterObjectTable()
26 demoTablePriKey_.push_back("slice_id"); in SliceObjectTable()
141 for (size_t i = 0; i < demoTablePriKey_.size(); i++) { in DemoCreateTableSql()144 demoStmt += demoTablePriKey_.at(i); in DemoCreateTableSql()
135 std::vector<std::string> demoTablePriKey_ = {}; variable