Searched refs:KeyFn (Results 1 – 5 of 5) 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()
265 def KeyFn(s): function269 self.images.sort(key=KeyFn)
1752 DeclID KeyFn = ReadDeclID(Record, Idx); in VisitCXXRecordDeclImpl() local1753 if (KeyFn && D->IsCompleteDefinition) in VisitCXXRecordDeclImpl()1757 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()
1943 DeclID KeyFn = readDeclID(); in VisitCXXRecordDeclImpl() local1944 if (KeyFn && D->isCompleteDefinition()) in VisitCXXRecordDeclImpl()1948 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()