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

  /external/webrtc/webrtc/base/
cryptstring.h 114 char * old_storage = storage_; local
125 memcpy(storage_, old_storage, length_);
128 old_storage[0] = 0;
130 old_storage[i] = old_storage[i - 1];
132 delete[] old_storage;
  /external/v8/src/
objects.cc 2900 Handle<FixedArray> old_storage = handle(object->properties(), isolate); local
    [all...]

Completed in 43 milliseconds