Home
last modified time | relevance | path

Searched defs:macro_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_dxgi_support_tables.py25 macro_prefix = 'F_' variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtests.rs343 let macro_prefix = if node.file_id != file_id.into() { "!" } else { "" }; in infer_with_mismatches() localVariable
360 let macro_prefix = if src_ptr.file_id != file_id.into() { "!" } else { "" }; in infer_with_mismatches() localVariable