Lines Matching full:case
37 case panda_file::LiteralTag::ARRAY_U1: in IsBoolValue()
38 case panda_file::LiteralTag::BOOL: in IsBoolValue()
48 case panda_file::LiteralTag::ARRAY_U8: in IsByteValue()
49 case panda_file::LiteralTag::ARRAY_I8: in IsByteValue()
50 case panda_file::LiteralTag::TAGVALUE: in IsByteValue()
51 case panda_file::LiteralTag::ACCESSOR: in IsByteValue()
52 case panda_file::LiteralTag::NULLVALUE: in IsByteValue()
62 case panda_file::LiteralTag::ARRAY_U16: in IsShortValue()
63 case panda_file::LiteralTag::ARRAY_I16: in IsShortValue()
73 case panda_file::LiteralTag::ARRAY_U32: in IsIntegerValue()
74 case panda_file::LiteralTag::ARRAY_I32: in IsIntegerValue()
75 case panda_file::LiteralTag::INTEGER: in IsIntegerValue()
85 case panda_file::LiteralTag::ARRAY_U64: in IsLongValue()
86 case panda_file::LiteralTag::ARRAY_I64: in IsLongValue()
96 case panda_file::LiteralTag::ARRAY_F32: in IsFloatValue()
97 case panda_file::LiteralTag::FLOAT: in IsFloatValue()
107 case panda_file::LiteralTag::ARRAY_F64: in IsDoubleValue()
108 case panda_file::LiteralTag::DOUBLE: in IsDoubleValue()
118 case panda_file::LiteralTag::ARRAY_STRING: in IsStringValue()
119 case panda_file::LiteralTag::STRING: in IsStringValue()
120 case panda_file::LiteralTag::METHOD: in IsStringValue()
121 case panda_file::LiteralTag::GENERATORMETHOD: in IsStringValue()
122 case panda_file::LiteralTag::ASYNCGENERATORMETHOD: in IsStringValue()
141 case panda_file::Type::TypeId::U1: in GetArrayTagFromComponentType()
143 case panda_file::Type::TypeId::U8: in GetArrayTagFromComponentType()
145 case panda_file::Type::TypeId::I8: in GetArrayTagFromComponentType()
147 case panda_file::Type::TypeId::U16: in GetArrayTagFromComponentType()
149 case panda_file::Type::TypeId::I16: in GetArrayTagFromComponentType()
151 case panda_file::Type::TypeId::U32: in GetArrayTagFromComponentType()
153 case panda_file::Type::TypeId::I32: in GetArrayTagFromComponentType()
155 case panda_file::Type::TypeId::U64: in GetArrayTagFromComponentType()
157 case panda_file::Type::TypeId::I64: in GetArrayTagFromComponentType()
159 case panda_file::Type::TypeId::F32: in GetArrayTagFromComponentType()
161 case panda_file::Type::TypeId::F64: in GetArrayTagFromComponentType()