OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rIter
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
70
for (object::relocation_iterator
rIter
= iter->begin_relocations();
71
rIter
!= iter->end_relocations();
rIter
.increment(ec)) {
72
const object::coff_relocation *reloc = Obj.getCOFFRelocation(
rIter
);
74
object::symbol_iterator Sym =
rIter
->getSymbol();
/external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp
855
UCharIterator sIter, cIter,
rIter
;
859
uiter_setReplaceable(&
rIter
, &s);
865
TestUCharIterator(&
rIter
, compareCI, moves, "uiter_setReplaceable");
[
all
...]
/external/icu4c/test/intltest/
citrtest.cpp
856
UCharIterator sIter, cIter,
rIter
;
860
uiter_setReplaceable(&
rIter
, &s);
866
TestUCharIterator(&
rIter
, compareCI, moves, "uiter_setReplaceable");
[
all
...]
Completed in 517 milliseconds