Home
last modified time | relevance | path

Searched defs:WithScope (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/
H A Dtrack_event_legacy.h199 WithScope(const char* scope, uint64_t raw_id) in WithScope() function
201 WithScope(const char* scope, LocalId local_id) in WithScope() function
205 WithScope(const char* scope, GlobalId global_id) in WithScope() function
209 WithScope(const char* scope, uint64_t prefix, uint64_t raw_id) in WithScope() function
211 WithScope(const char* scope, uint64_t prefix, GlobalId global_id) in WithScope() function
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/
H A Dtrack_event_legacy.h199 WithScope(const char* scope, uint64_t raw_id) in WithScope() function
201 WithScope(const char* scope, LocalId local_id) in WithScope() function
205 WithScope(const char* scope, GlobalId global_id) in WithScope() function
209 WithScope(const char* scope, uint64_t prefix, uint64_t raw_id) in WithScope() function
211 WithScope(const char* scope, uint64_t prefix, GlobalId global_id) in WithScope() function
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event.h427 WithScope(const char* scope, uint64_t raw_id) in WithScope() function
429 WithScope(const char* scope, LocalId local_id) in WithScope() function
433 WithScope(const char* scope, GlobalId global_id) in WithScope() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/trace_event/
Dtrace_event.h554 WithScope(const char* scope, unsigned long long raw_id) in WithScope() function
556 WithScope(const char* scope, LocalId local_id) in WithScope() function
560 WithScope(const char* scope, GlobalId global_id) in WithScope() function
564 WithScope(const char* scope, in WithScope() function
568 WithScope(const char* scope, unsigned long long prefix, GlobalId global_id) in WithScope() function
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event.h551 WithScope(const char* scope, unsigned long long raw_id) in WithScope() function
553 WithScope(const char* scope, LocalId local_id) in WithScope() function
557 WithScope(const char* scope, GlobalId global_id) in WithScope() function
561 WithScope(const char* scope, in WithScope() function
565 WithScope(const char* scope, unsigned long long prefix, GlobalId global_id) in WithScope() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/trace_event/
Dtrace_event.h554 WithScope(const char* scope, unsigned long long raw_id) in WithScope() function
556 WithScope(const char* scope, LocalId local_id) in WithScope() function
560 WithScope(const char* scope, GlobalId global_id) in WithScope() function
564 WithScope(const char* scope, in WithScope() function
568 WithScope(const char* scope, unsigned long long prefix, GlobalId global_id) in WithScope() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptorx.rs293 pub trait WithScope<'a> { interface
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs486 message_or_enum: &dyn WithScope, in message_or_enum_to_rust_relative()
Dscope.rs288 pub(crate) trait WithScope<'a> { interface
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dscope.rs258 pub(crate) trait WithScope<'a> { interface