Home
last modified time | relevance | path

Searched refs:KeyFn (Results 1 – 5 of 5) 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/pdfium/testing/tools/
Dsafetynet_image.py265 def KeyFn(s): function
269 self.images.sort(key=KeyFn)
/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()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1943 DeclID KeyFn = readDeclID(); in VisitCXXRecordDeclImpl() local
1944 if (KeyFn && D->isCompleteDefinition()) in VisitCXXRecordDeclImpl()
1948 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()