Searched defs:WithScope (Results  1 – 7 of 7) sorted by relevance
| /external/perfetto/include/perfetto/tracing/internal/ | 
| D | track_event_legacy.h | 199     WithScope(const char* scope, uint64_t raw_id)  in WithScope()  function201     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/ | 
| D | trace_event.h | 428     WithScope(const char* scope, uint64_t raw_id)  in WithScope()  function430     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/ | 
| D | trace_event.h | 551     WithScope(const char* scope, unsigned long long raw_id)  in WithScope()  function553     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/ | 
| D | descriptorx.rs | 293 pub trait WithScope<'a> {  interface
 | 
| /external/rust/crates/protobuf-codegen/src/gen/ | 
| D | rust_types_values.rs | 486     message_or_enum: &dyn WithScope,  in message_or_enum_to_rust_relative()
 | 
| D | scope.rs | 288 pub(crate) trait WithScope<'a> {  interface
 | 
| /external/rust/crates/protobuf-codegen/2.27.1/src/ | 
| D | scope.rs | 258 pub(crate) trait WithScope<'a> {  interface
 |