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

  /external/chromium-trace/catapult/telemetry/telemetry/testing/
options_for_unittests.py 25 def GetCopy():
  /external/v8/src/profiler/
strings-storage.cc 31 const char* StringsStorage::GetCopy(const char* src) {
72 return GetCopy(format);
104 return GetCopy(name);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.cc 219 void RtpHeaderExtensionMap::GetCopy(RtpHeaderExtensionMap* map) const {
  /external/v8/src/compiler/
js-inlining.cc 89 Node* GetCopy(Node* orig) { return copies_[orig->id()]; }
99 Node* copy = GetCopy(orig);
117 copy->ReplaceInput(i, GetCopy(orig->InputAt(i)));
434 Node* start = visitor.GetCopy(graph.start());
435 Node* end = visitor.GetCopy(graph.end());

Completed in 250 milliseconds