Searched refs:tagService (Results 1 – 3 of 3) sorted by relevance
37 auto tagService = std::make_shared<TagService>(parameter); in DoSomethingInterestingWithMyAPI() local38 tagService->GetValue(parameter); in DoSomethingInterestingWithMyAPI()39 tagService->GetTagCode(); in DoSomethingInterestingWithMyAPI()40 tagService->Next(); in DoSomethingInterestingWithMyAPI()
1068 TagService tagService(""); variable1069 EXPECT_EQ(tagService.data_.size(), 0);
1261 std::shared_ptr<TagService> tagService = std::make_shared<TagService>(testEmptyStr); variable1264 EXPECT_NE(tagService->GetTagCode(), 1);1267 EXPECT_FALSE(tagService->Next());