HomeSort by relevance Sort by last modified time
    Searched defs:new_it (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
typo-correction-cxx11.cpp 56 auto new_it = new_annotations.find(5); local
57 auto &new_anotation = new_it.second; // expected-note {{'new_anotation' declared here}}
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter.cc 84 PacketList::iterator new_it; local
85 for (new_it = new_packets.begin(); new_it != new_packets.end(); ++new_it) {
86 size_t payload_length = (*new_it)->payload_length;
93 while (new_it != new_packets.end()) {
95 assert(!(*new_it)->payload);
96 delete (*new_it);
97 new_it = new_packets.erase(new_it);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 736 auto new_it = m_Map.find(newkey_bytestring); local
737 if (new_it == old_it)
740 if (new_it != m_Map.end()) {
741 new_it->second->Release();
742 new_it->second = old_it->second;
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 1149 RuleByNumber::const_iterator new_it = new_rules.registers_.begin(); local
    [all...]

Completed in 134 milliseconds