Home
last modified time | relevance | path

Searched refs:display_field (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c546 display_field(struct decode_scope *scope, const char *field_name) in display_field() function
696 display_field(scope, field_name); in display()
/third_party/rust/crates/tracing/tracing/tests/
Devent.rs322 tracing::event!(Level::TRACE, display_field = %"hello world", debug_field = ?"hello world"); in both_shorthands()
Dspan.rs821 …tracing::span!(Level::TRACE, "my_span", display_field = %"hello world", debug_field = ?"hello worl… in both_shorthands()