Searched refs:WithScope (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | scope.rs | 257 pub(crate) trait WithScope<'a> { interface 314 impl<'a> WithScope<'a> for MessageWithScope<'a> { 430 impl<'a> WithScope<'a> for EnumWithScope<'a> { 449 impl<'a> WithScope<'a> for MessageOrEnumWithScope<'a> {
|
D | oneof.rs | 15 use scope::WithScope;
|
D | enums.rs | 13 use scope::WithScope;
|
D | message.rs | 15 use scope::WithScope;
|
D | rust_types_values.rs | 10 use scope::WithScope;
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 105 trace_event_internal::TraceID::WithScope(scope, ##__VA_ARGS__) 549 class WithScope { 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 664 TraceID(WithScope scoped_id) in TraceID()
|
/external/rust/crates/protobuf/src/ |
D | descriptorx.rs | 294 pub trait WithScope<'a> { interface 352 impl<'a> WithScope<'a> for MessageWithScope<'a> { 461 impl<'a> WithScope<'a> for EnumWithScope<'a> { 480 impl<'a> WithScope<'a> for MessageOrEnumWithScope<'a> {
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 218 class WithScope { 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 275 explicit LegacyTraceId(WithScope scoped_id) in LegacyTraceId() 1191 ::perfetto::internal::LegacyTraceId::WithScope(scope, ##__VA_ARGS__)
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 24 use scope::WithScope;
|