Searched refs:KeyFn (Results 1 – 3 of 3) sorted by relevance
57 template <class Collection, class KeyFn, class Compare = default_less>63 typedef typename util::result_of<KeyFn(typename inner_cursor::element_type)>::type88 KeyFn keySelector;92 KeyFn keySelector, in impl_t()149 KeyFn keyFn, in cursor()178 KeyFn keyFn, in linq_groupby()188 KeyFn keyFn;
233 template <class KeyFn>234 linq_driver< linq_groupby<Collection, KeyFn> > groupby(KeyFn fn) in groupby()236 return linq_groupby<Collection, KeyFn>(c, std::move(fn) ); in groupby()
1752 DeclID KeyFn = ReadDeclID(Record, Idx); in VisitCXXRecordDeclImpl() local1753 if (KeyFn && D->IsCompleteDefinition) in VisitCXXRecordDeclImpl()1757 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()