Home
last modified time | relevance | path

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

/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/src/
Ddescriptorx.rs294 pub trait WithScope<'a> { interface
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h220 WithScope(const char* scope, uint64_t raw_id) in WithScope() function
222 WithScope(const char* scope, LocalId local_id) in WithScope() function
226 WithScope(const char* scope, GlobalId global_id) in WithScope() function
230 WithScope(const char* scope, uint64_t prefix, uint64_t raw_id) in WithScope() function
232 WithScope(const char* scope, uint64_t prefix, GlobalId global_id) in WithScope() function
/external/rust/crates/protobuf-codegen/src/
Dscope.rs257 pub(crate) trait WithScope<'a> { interface