Home
last modified time | relevance | path

Searched refs:view (Results 1 - 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
H A Dstring_view_util.h52 const char *Hold(STRING_VIEW view) in Hold() argument
59 if (view.size() == 0) { in Hold()
66 char *p = new (std::nothrow) char[view.size() + 1]; in Hold()
73 if (memset_s(p, view.size() + 1, '\0', view.size() + 1) != 0) { in Hold()
79 std::copy(view.data(), view.data() + view.size(), p); in Hold()
/developtools/smartperf_host/trace_streamer/test/resource/
H A Dquery_multi_file_no_space.sql5 view
H A Dquery_multi_file.sql5 view
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h98 const char *HoldStringView(const std::string& view) in HoldStringView() argument
101 const char* str = stringSet_.emplace(view).first->data(); in HoldStringView()

Completed in 2 milliseconds