Searched refs:type1 (Results 1 – 2 of 2) sorted by relevance
32 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local33 AddressWithType address_with_type_1(addr1, type1); in TEST()58 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local59 AddressWithType address_with_type_1(addr1, type1); in TEST()
129 [](const EventType& type1, const EventType& type2) { return type1.name < type2.name; }); in GetTracepointEventTypes() argument