Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
51 struct TypeEntry { struct63 std::vector<TypeEntry> type_entries;
369 std::vector<const TypeSpec::TypeEntry*> type_entries;
402 [] (const TypeSpec::TypeEntry& x) { return x.config.orientation == 0 && in TEST_P()412 [](const TypeSpec::TypeEntry& x) { return x.config.orientation == in TEST_P()
59 TypeSpec::TypeEntry& entry = type_entries.emplace_back(); in AddType()73 std::vector<TypeSpec::TypeEntry> type_entries;
869 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal()