Searched defs:WithScope (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event.h | 551 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/ |
D | descriptorx.rs | 294 pub trait WithScope<'a> { interface
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 220 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/ |
D | scope.rs | 257 pub(crate) trait WithScope<'a> { interface
|