Searched defs:type_suffix (Results 1 – 5 of 5) sorted by relevance
57 type_suffix: Option<FloatType>, field125 pub fn type_suffix(&self) -> Option<FloatType> { in type_suffix() method212 let type_suffix = match &input[end_number_part..] { in parse_impl() localVariable
34 type_suffix: Option<IntegerType>, field146 pub fn type_suffix(&self) -> Option<IntegerType> { in type_suffix() method278 let type_suffix = match type_suffix { in parse_impl() localVariable
85 #define CONST_FT_RFORK_RULE_ARRAY_ENTRY( func_suffix, type_suffix ) \ argument
452 set (type_suffix "_${type}") variable454 set (type_suffix "") variable
1582 std::string type_suffix = ""; in GenUnionUnPack_ObjectAPI() local