Searched refs:idents (Results 1 - 12 of 12) sorted by relevance
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 26 idents: &mut HashMap<Vec<u8>, EvalResult>, in test_definition() 107 fnidents = idents.clone(); in test_definition() 132 IdentifierParser::new(idents) in test_definition() 140 if let Some(_) = idents.insert(ident, val) { in test_definition() 288 let mut idents = HashMap::new(); in test_file() variables 291 all_succeeded &= test_definition(ident, &tokens, &mut idents) in test_file()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() 113 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() 113 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() 113 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() 113 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() 113 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1087 idents = [] 1090 idents.append(threading.get_ident()) 1096 self.assertEqual(idents.count(threading.get_ident()), 3,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 402 idents map[string]*Identifier // identifiers by name 696 i, existing := p.idents[id] 699 p.idents[id] = i 711 i, existing := p.idents[id] 714 p.idents[id] = i 742 idents: map[string]*Identifier{}, 754 Identifiers: p.idents,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 402 idents map[string]*Identifier // identifiers by name 696 i, existing := p.idents[id] 699 p.idents[id] = i 711 i, existing := p.idents[id] 714 p.idents[id] = i 742 idents: map[string]*Identifier{}, 754 Identifiers: p.idents,
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 13 fn idents() { in idents() functions
|
/third_party/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 402 idents map[string]*Identifier // identifiers by name 696 i, existing := p.idents[id] 699 p.idents[id] = i 711 i, existing := p.idents[id] 714 p.idents[id] = i 742 idents: map[string]*Identifier{}, 754 Identifiers: p.idents,
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 5606 static char *idents[] = { in peripheral_device_page() local 5625 if (ident < (sizeof(idents) / sizeof(char *))) in peripheral_device_page() 5626 name = idents[ident]; in peripheral_device_page()
|
Completed in 17 milliseconds