Home
last modified time | relevance | path

Searched defs:value_iterator (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/iterator/test/
Dis_readable_iterator.cpp23 struct value_iterator struct
25 typedef std::input_iterator_tag iterator_category;
26 typedef v value_type;
27 typedef std::ptrdiff_t difference_type;
28 typedef v* pointer;
29 typedef v& reference;
Dis_lvalue_iterator.cpp23 struct value_iterator struct
25 typedef std::input_iterator_tag iterator_category;
26 typedef v value_type;
27 typedef std::ptrdiff_t difference_type;
28 typedef v* pointer;
29 typedef v& reference;
/third_party/spirv-tools/source/opt/
Dvalue_number_table.cpp137 auto value_iterator = instruction_to_value_.find(value_ins); in AssignValueNumber() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvalue_number_table.cpp137 auto value_iterator = instruction_to_value_.find(value_ins); in AssignValueNumber() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvalue_number_table.cpp137 auto value_iterator = instruction_to_value_.find(value_ins); in AssignValueNumber() local
/third_party/boost/libs/unordered/test/unordered/
Dfind_tests.cpp116 typedef typename test::random_values<X>::iterator value_iterator; in find_compatible_keys_test() typedef
/third_party/boost/boost/histogram/
Dindexed.hpp47 using value_iterator = std::conditional_t<std::is_const<histogram_type>::value, typedef in boost::histogram::indexed_range
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h659 explicit value_iterator(ListTy::iterator X) : iterator_adaptor(X) {} in value_iterator() function