Searched defs:C22 (Results 1 – 2 of 2) sorted by relevance
51 template<template<typename T2> class TC, typename U> struct C22 { struct55 template<template<typename T2> class TC> struct C22<TC, int> { argument56 TC<int> a;
75 class C22 { C22(int i); }; // NOLINT(google-explicit- constructor) class