Searched defs:types (Results 1 – 13 of 13) sorted by relevance
89 ### Primitive types91 #### Integral types99 #### Floating point types101 #### Arrays
55 PandaString AbsIntInstructionHandler::ImageOf(const TypeSet &types) in ImageOf()61 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(const PandaVector<Type> &types) in SubtypesOf()73 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(std::initializer_list<Type> types) in SubtypesOf()85 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(const PandaVector<Type> &types) in SupertypesOf()97 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(std::initializer_list<Type> types) in SupertypesOf()109 bool AbsIntInstructionHandler::CheckRegTypes(int reg, std::initializer_list<Type> types) in CheckRegTypes()114 bool AbsIntInstructionHandler::CheckTypes(const Type &type, std::initializer_list<Type> types) in CheckTypes()
243 PandaString ImagesOf(const Container &types) in ImagesOf()335 bool CheckTypes(const AbstractType &type, std::initializer_list<Type> types) in CheckTypes()
20 def types method
31 explicit TypeSet(const Type &t, Types... types) : Kind_ {t.GetTypeSystemKind()} in TypeSet()
17 "types": [ array
6 "types": "types/index.d.ts", string
80 ### MUTF-8 Encoding86 ### String97 ### TaggedValue
51 static std::unordered_map<std::string_view, VType> types { in GetType() local
417 std::vector<Type::TypeId> types {Type::TypeId::VOID, Type::TypeId::I32}; in TestProtos() local
2222 std::unique_ptr<PtJson> types; in Create() local2254 std::unique_ptr<PtJson> types = PtJson::CreateArray(); in ToJson() local
2141 TypeProfileEntry &SetTypes(std::vector<std::unique_ptr<TypeObject>> types) in SetTypes()
2571 std::vector<panda_file::Type::TypeId> types { in TestLoadStoreField() local