Home
last modified time | relevance | path

Searched defs:str_view (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc221 auto str_view = base::StringView(str, entry.class_name().size); in ParseHeapGraph() local
254 auto str_view = base::StringView(str, entry.str().size); in ParseHeapGraph() local
261 auto str_view = base::StringView(str, entry.str().size); in ParseHeapGraph() local
269 auto str_view = base::StringView(str); in ParseHeapGraph() local
Dprofile_module.cc313 auto str_view = base::StringView(str, entry.str().size); in ParseProfilePacket() local
/external/cpu_features/src/
Dstring_view.c71 StringView CpuFeatures_StringView_PopFront(const StringView str_view, in CpuFeatures_StringView_PopFront()
79 StringView CpuFeatures_StringView_PopBack(const StringView str_view, in CpuFeatures_StringView_PopBack()
87 StringView CpuFeatures_StringView_KeepFront(const StringView str_view, in CpuFeatures_StringView_KeepFront()
/external/tensorflow/tensorflow/core/runtime_fallback/util/
Dattr_util_test.cc84 tfrt::string_view str_view(str); in TEST() local