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

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_multimap.i 125 const MultiMap::key_type& oldkey = key;
131 for ( ; i != e && key == oldkey; ++i )
160 const MultiMap::key_type& oldkey = key;
165 for ( ; i != e && key == oldkey; ++i )
193 const MultiMap::key_type& oldkey = key;
199 for ( ; i != e && key == oldkey; ++i )
  /external/pdfium/core/fpdfapi/parser/
cpdf_dictionary.cpp 202 void CPDF_Dictionary::ReplaceKey(const CFX_ByteString& oldkey,
204 auto old_it = m_Map.find(oldkey);
cpdf_dictionary.h 96 // Invalidates iterators for the element with the key |oldkey|.
97 void ReplaceKey(const CFX_ByteString& oldkey, const CFX_ByteString& newkey);
  /external/e2fsprogs/lib/ext2fs/
tdb.c     [all...]

Completed in 450 milliseconds