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

  /external/v8/src/profiler/
strings-storage.h 24 const char* GetCopy(const char* src);
strings-storage.cc 33 const char* StringsStorage::GetCopy(const char* src) {
74 return GetCopy(format);
106 return GetCopy(name);
heap-snapshot-generator.cc     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_parser.cc 58 rtp_header_extension_map_.GetCopy(&map);
rtp_header_extension_unittest.cc 124 TEST_F(RtpHeaderExtensionTest, GetCopy) {
128 map_.GetCopy(&mapOut);
rtp_header_extension.h 103 void GetCopy(RtpHeaderExtensionMap* map) const;
rtp_header_extension.cc 219 void RtpHeaderExtensionMap::GetCopy(RtpHeaderExtensionMap* map) const {
  /external/perfetto/src/ftrace_reader/
cpu_reader_unittest.cc 137 std::unique_ptr<uint8_t[]> GetCopy() {
184 auto buffer = writer.GetCopy();
847 auto input = writer.GetCopy();
    [all...]

Completed in 214 milliseconds