Searched refs:hex_pair_iterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp54 struct hex_pair_iterator { struct
60 hex_pair_iterator(StringRef C) function in struct:hex_pair_iterator
67 hex_pair_iterator() : Current(), End(), IsDone(true) {} function in struct:hex_pair_iterator
73 hex_pair_iterator operator ++() {
93 bool operator ==(const hex_pair_iterator Other) {
98 bool operator !=(const hex_pair_iterator Other) {
105 for (hex_pair_iterator I(Str), E; I != E; ++I) {
106 typename hex_pair_iterator::value_type Pair = *I;

Completed in 37 milliseconds