Home
last modified time | relevance | path

Searched refs:KeyFn (Results 1 – 3 of 3) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_groupby.hpp57 template <class Collection, class KeyFn, class Compare = default_less>
63 typedef typename util::result_of<KeyFn(typename inner_cursor::element_type)>::type
88 KeyFn keySelector;
92 KeyFn keySelector, in impl_t()
149 KeyFn keyFn, in cursor()
178 KeyFn keyFn, in linq_groupby()
188 KeyFn keyFn;
Dlinq.hpp233 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()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1752 DeclID KeyFn = ReadDeclID(Record, Idx); in VisitCXXRecordDeclImpl() local
1753 if (KeyFn && D->IsCompleteDefinition) in VisitCXXRecordDeclImpl()
1757 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()