Home
last modified time | relevance | path

Searched refs:module_debug_path_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen/gen/external/perfetto/protos/perfetto/trace/profiling/
Dsmaps.pb.cc138 , decltype(_impl_.module_debug_path_){} in SmapsEntry()
176 _impl_.module_debug_path_.InitDefault(); in SmapsEntry()
178 _impl_.module_debug_path_.Set("", GetArenaForAllocation()); in SmapsEntry()
181 _this->_impl_.module_debug_path_.Set(from._internal_module_debug_path(), in SmapsEntry()
200 , decltype(_impl_.module_debug_path_){} in SharedCtor()
225 _impl_.module_debug_path_.InitDefault(); in SharedCtor()
227 _impl_.module_debug_path_.Set("", GetArenaForAllocation()); in SharedCtor()
245 _impl_.module_debug_path_.Destroy(); in SharedDtor()
270 _impl_.module_debug_path_.ClearNonDefaultToEmpty(); in Clear()
775 &_impl_.module_debug_path_, lhs_arena, in InternalSwap()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
H A Dsmaps.pb.h422 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_debug_path_; in Swap()
968 _impl_.module_debug_path_.ClearToEmpty(); in clear_module_debug_path()
979 _impl_.module_debug_path_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation()); in set_module_debug_path()
988 return _impl_.module_debug_path_.Get(); in _internal_module_debug_path()
992 _impl_.module_debug_path_.Set(value, GetArenaForAllocation()); in _internal_set_module_debug_path()
996 return _impl_.module_debug_path_.Mutable(GetArenaForAllocation()); in _internal_mutable_module_debug_path()
1004 auto* p = _impl_.module_debug_path_.Release(); in release_module_debug_path()
1006 if (_impl_.module_debug_path_.IsDefault()) { in release_module_debug_path()
1007 _impl_.module_debug_path_.Set("", GetArenaForAllocation()); in release_module_debug_path()
1018 _impl_.module_debug_path_.SetAllocated(module_debug_path, GetArenaForAllocation()); in set_allocated_module_debug_path()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
Dsmaps.pb.h422 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_debug_path_; in Swap()
968 _impl_.module_debug_path_.ClearToEmpty(); in clear_module_debug_path()
979 _impl_.module_debug_path_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation()); in set_module_debug_path()
988 return _impl_.module_debug_path_.Get(); in _internal_module_debug_path()
992 _impl_.module_debug_path_.Set(value, GetArenaForAllocation()); in _internal_set_module_debug_path()
996 return _impl_.module_debug_path_.Mutable(GetArenaForAllocation()); in _internal_mutable_module_debug_path()
1004 auto* p = _impl_.module_debug_path_.Release(); in release_module_debug_path()
1006 if (_impl_.module_debug_path_.IsDefault()) { in release_module_debug_path()
1007 _impl_.module_debug_path_.Set("", GetArenaForAllocation()); in release_module_debug_path()
1018 _impl_.module_debug_path_.SetAllocated(module_debug_path, GetArenaForAllocation()); in set_allocated_module_debug_path()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dprofiler_tables_py.h7691 …AddColumnToVector(columns, "module_debug_path", &self->module_debug_path_, ColumnFlag::module_debu… in GetColumns()
7723module_debug_path_(ColumnStorage<ColumnType::module_debug_path::stored_type>::Create<false>()), in ProfilerSmapsTable()
7776 new column::StringStorage(string_pool(), &module_debug_path_.vector())), in ProfilerSmapsTable()
8004 module_debug_path_.ShrinkToFit(); in ShrinkToFit()
8203 ColumnStorage<ColumnType::module_debug_path::stored_type> module_debug_path_; variable