Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dordered_map.h47 using pair_type = std::pair<key_t, value_t>; variable
221 using pair_type = std::pair<key_t, value_t>; variable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs821 let pair_type = place.layout.gcc_type(self); in load_operand() localVariable
1314 let pair_type = self.cx.type_struct(&[src.get_type(), self.bool_type], false); in atomic_cmpxchg() localVariable