Home
last modified time | relevance | path

Searched defs:__iterator_traits (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dempty_template_param_name.rs5 pub struct __iterator_traits { struct
6 pub _address: u8,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dempty_template_param_name.hpp7 struct __iterator_traits { }; struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12099 struct __iterator_traits { }; struct
12102 struct __iterator_traits<_Iterator, struct
12109 typedef typename _Iterator::iterator_category iterator_category;
12110 typedef typename _Iterator::value_type value_type;
12111 typedef typename _Iterator::difference_type difference_type;
12112 typedef typename _Iterator::pointer pointer;
12113 typedef typename _Iterator::reference reference;