Searched refs:replaceCommands (Results 1 – 1 of 1) sorted by relevance
213 …id GetAnnotationInfo(const abckit::core::Module &mod, std::vector<ReplaceCommand> &replaceCommands) in GetAnnotationInfo() argument217 replaceCommands.push_back(GetReplaceCommand(track)); in GetAnnotationInfo()239 std::vector<ReplaceCommand> replaceCommands; in TEST_F() local242 GetAnnotationInfo(mod, replaceCommands); in TEST_F()246 EXPECT_EQ(replaceCommands.size(), 1); in TEST_F()247 const auto &command = replaceCommands.front(); in TEST_F()