HomeSort by relevance Sort by last modified time
    Searched refs:RIT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_state.cpp 762 const auto RIT = records.find(ERT->getName());
763 if (RIT == records.end()) {
773 File::Record &record = RIT->getValue();
820 const auto RIT = Records.find(ERT->getName());
821 if (RIT != Records.end())
822 return Record32(&RIT->getValue());
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 131 for (CONST_RIT rit = dotAssignments().rbegin(), rie = dotAssignments().rend();
132 rit != rie;
133 ++rit) {
134 if ((*rit).type() == Assignment::DEFAULT) {
136 (dotAssignments().size() - (rit - dotAssignments().rbegin()) - 1);
143 typedef DotAssignments::reverse_iterator RIT;
144 for (RIT rit = dotAssignments().rbegin(), rie = dotAssignments().rend();
145 rit != rie;
146 ++rit) {
    [all...]

Completed in 3582 milliseconds