Lines Matching full:endpoints
15 "endpoints":
46 "endpoints":
84 "endpoints":
106 "endpoints":
123 // Missing the endpoints/paths array
128 "endpoints":
195 auto& endpoints = x->second; in TEST_F() local
196 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
199 auto& types = std::get<0>(endpoints[0]); in TEST_F()
203 auto& paths = std::get<1>(endpoints[0]); in TEST_F()
207 auto& types = std::get<0>(endpoints[1]); in TEST_F()
211 auto& paths = std::get<1>(endpoints[1]); in TEST_F()
219 auto& endpoints = x->second; in TEST_F() local
220 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
223 auto& types = std::get<0>(endpoints[0]); in TEST_F()
227 auto& paths = std::get<1>(endpoints[0]); in TEST_F()
231 auto& types = std::get<0>(endpoints[1]); in TEST_F()
235 auto& paths = std::get<1>(endpoints[1]); in TEST_F()