Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/internal/
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
/external/cronet/base/trace_event/
Dtrace_event.h428 WithScope(const char* scope, uint64_t raw_id) in WithScope() function
430 WithScope(const char* scope, LocalId local_id) in WithScope() function
434 WithScope(const char* scope, GlobalId global_id) in WithScope() function
/external/libchrome/base/trace_event/
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
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptorx.rs293 pub trait WithScope<'a> { interface
/external/rust/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
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dscope.rs258 pub(crate) trait WithScope<'a> { interface