Searched refs:indices (Results 1 – 8 of 8) sorted by relevance
74 template <size_t size, size_t... indices>78 indices...>::Type;81 template <size_t... indices>82 struct make_index_sequence_builder<0, indices...> {83 using Type = index_sequence<indices...>;
255 template <typename StructType, size_t... indices>256 struct StructDescriptor<StructType, index_sequence<indices...>> {367 FieldDescriptorBuilder<indices>::kDescriptor...};
45 auto indices = pkt->GetPayloadIndecies(); in Packet() local46 packet_start_index_ = indices.first; in Packet()47 packet_end_index_ = indices.second; in Packet()
82 let graph_selection = graph_source.selected.indices127 table_source.selected.indices = []180 let graph_selection = graph_source.selected.indices185 let table_selection = table_source.selected.indices
1176 std::vector<size_t> indices; in TEST_F() local1179 [&indices](size_t index) mutable { indices.emplace_back(index); }); in TEST_F()1193 ASSERT_TRUE(std::is_sorted(indices.begin(), indices.end())); in TEST_F()1194 ASSERT_GT(indices.size(), 0UL); in TEST_F()1197 ASSERT_EQ(indices[indices.size() - 1], 2UL); in TEST_F()
1174 # shown in the various tree structured indices initially; the user can expand
1263 # shown in the various tree structured indices initially; the user can expand