Lines Matching defs:Items

88   std::vector<CallHierarchyItem> Items =
90 ASSERT_THAT(Items, ElementsAre(withName("callee")));
91 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
136 std::vector<CallHierarchyItem> Items =
138 ASSERT_THAT(Items, ElementsAre(withName("callee")));
139 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
183 std::vector<CallHierarchyItem> Items =
185 ASSERT_THAT(Items, ElementsAre(withName("callee")));
186 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
218 std::vector<CallHierarchyItem> Items =
220 ASSERT_THAT(Items, ElementsAre(withName("Waldo::find")));
221 auto Incoming = incomingCalls(Items[0], Index.get());
258 std::vector<CallHierarchyItem> Items =
260 ASSERT_THAT(Items, ElementsAre(withName("caller3")));
261 auto OugoingLevel1 = outgoingCalls(Items[0], Index.get());
358 std::vector<CallHierarchyItem> Items =
360 ASSERT_THAT(Items, ElementsAre(withName("callee")));
361 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
387 std::vector<CallHierarchyItem> Items =
389 ASSERT_THAT(Items, ElementsAre(withName("caller3")));
390 auto OutgoingLevel1 = outgoingCalls(Items[0], Index.get());
505 std::vector<CallHierarchyItem> Items =
507 ASSERT_THAT(Items, ElementsAre(withName("callee")));
508 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
567 std::vector<CallHierarchyItem> Items =
569 ASSERT_THAT(Items, ElementsAre(withName("callee")));
571 auto Incoming = incomingCalls(Items[0], Index.get());
595 std::vector<CallHierarchyItem> Items =
597 ASSERT_THAT(Items, ElementsAre(withName("var1")));
598 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
616 std::vector<CallHierarchyItem> Items =
618 ASSERT_THAT(Items, ElementsAre(withName("var")));
619 auto IncomingLevel1 = incomingCalls(Items[0], Index.get());
640 std::vector<CallHierarchyItem> Items =
642 ASSERT_THAT(Items, ElementsAre(withName("callee")));
644 auto Incoming = incomingCalls(Items[0], Index.get());