Home
last modified time | relevance | path

Searched refs:WithScope (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dscope.rs257 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> {
Doneof.rs15 use scope::WithScope;
Denums.rs13 use scope::WithScope;
Dmessage.rs15 use scope::WithScope;
Drust_types_values.rs10 use scope::WithScope;
/external/libchrome/base/trace_event/
Dtrace_event.h105 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/
Ddescriptorx.rs294 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/
Dtrack_event_legacy.h218 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/
Dmod.rs24 use scope::WithScope;