Searched defs:dot_type (Results 1 – 7 of 7) sorted by relevance
163 pub dot_type: DotType, field215 pub(crate) fn dot_type(self) -> DotType { in dot_type() method407 let dot_type = (sixteen & CaseMapDataULE::DOT_TYPE_BITS) >> CaseMapDataULE::DOT_SHIFT; in from_unaligned() localVariable408 let dot_type = DotType::from_masked_bits(dot_type); in from_unaligned() localVariable
41 pub dot_type: DotType, field58 let dot_type = ule.dot_type(); in from_integer() localVariable212 pub fn dot_type(self) -> DotType { in dot_type() method
138 using dot_type = typename std::common_type< typedef
165 fn dot_type(&self, c: char) -> DotType { in dot_type() method
1939 enum dot_type dot_type = NON_DOT; in __chk_dentries() local
2728 PrimitiveType dot_type = in HandleDot() local
1447 enum dot_type { enum