Searched defs:str_view (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cpu_features/src/ |
H A D | string_view.c | 71 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()
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/ |
H A D | string_view.c | 71 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()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | heap_graph_module.cc | 155 auto str_view = base::StringView(str, entry.class_name().size); in ParseHeapGraph() local 193 auto str_view = base::StringView(str, entry.str().size); in ParseHeapGraph() local 200 auto str_view = base::StringView(str, entry.str().size); in ParseHeapGraph() local
|
H A D | heap_graph_tracker.cc | 228 auto str_view = in HeapGraphTracker() local 235 auto str_view = in HeapGraphTracker() local
|
H A D | profile_module.cc | 328 auto str_view = base::StringView(str, entry.str().size); in ParseProfilePacket() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/client/ |
H A D | connection_id_generator.cc | 26 std::string Normalize(absl::string_view str_view) { in Normalize()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/client/ |
D | connection_id_generator.cc | 26 std::string Normalize(absl::string_view str_view) { in Normalize()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/ |
H A D | attr_util_test.cc | 84 tfrt::string_view str_view(str); in TEST() local
|
/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_memory_util_test.cc | 513 auto str_view = buffer.ToString</**/ ::std::string_view>(); in TEST() local
|