Searched refs:input_iterator_tag (Results 26 - 38 of 38) sorted by relevance

12

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
H A Dpath.concat.pass.cpp305 using iterator_category = std::input_iterator_tag;
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h33 class InstrProfIterator : public std::iterator<std::input_iterator_tag,
/external/llvm/include/llvm/Support/
H A DYAMLParser.h307 : public std::iterator<std::input_iterator_tag, ValueT> {
/external/libcxx/test/support/
H A Dtest_iterators.h65 typedef std::input_iterator_tag iterator_category;
/external/llvm/include/llvm/IR/
H A DModule.h701 : public std::iterator<std::input_iterator_tag, DICompileUnit *> {
H A DMetadata.h1130 : std::iterator<std::input_iterator_tag, T *, std::ptrdiff_t, void, T *> {
H A DDebugInfoMetadata.h104 class iterator : std::iterator<std::input_iterator_tag, DITypeRef,
2099 : public std::iterator<std::input_iterator_tag, ExprOperand> {
/external/clang/include/clang/AST/
H A DDeclObjC.h1513 typedef std::input_iterator_tag iterator_category;
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h90 std::input_iterator_tag /*unused*/) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp354 typedef std::input_iterator_tag iterator_category;
H A DTreeTransform.h3803 typedef std::input_iterator_tag iterator_category;
5508 typedef std::input_iterator_tag iterator_category;
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4509 class ConstIter : public std::iterator<std::input_iterator_tag,
4638 // Its iterators are tagged with input_iterator_tag.
4723 // Its iterators are tagged with input_iterator_tag, and it has no
4827 // Its iterators are tagged with input_iterator_tag, and it has no
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc4507 class ConstIter : public std::iterator<std::input_iterator_tag,
4636 // Its iterators are tagged with input_iterator_tag.
4721 // Its iterators are tagged with input_iterator_tag, and it has no
4825 // Its iterators are tagged with input_iterator_tag, and it has no

Completed in 557 milliseconds

12