Home
last modified time | relevance | path

Searched defs:module_data (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Druntime_deps_unittest.cc318 Target module_data(setup.settings(), Label(source_dir, "module_data")); in TEST_F() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dchild_by_source.rs85 let module_data = &def_map[self.local_id]; in child_by_source_to() localVariable
Dnameres.rs322 let module_data = in block_def_map_query() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Dpath_resolution.rs343 let module_data = if module.block == self.block_id() { in resolve_path_fp_with_macro_single() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsymbols.rs287 let module_data = &def_map[module_id.local_id]; in push_module() localVariable
Dlib.rs924 let module_data = &def_map[self.id.local_id]; in visibility() localVariable
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h459 void* module_data; member