Searched defs:TypeVector (Results 1 – 5 of 5) sorted by relevance
37 struct TypeVector { struct38 template <typename... FortranType> static constexpr TypeVector Create() { in Create()42 constexpr size_t size() const { return size_; }; in size()43 using const_iterator = const DynamicType *;44 constexpr const_iterator begin() const { return startPtr; } in begin()45 constexpr const_iterator end() const { return endPtr; } in end()46 const DynamicType &operator[](size_t i) const { return *(startPtr + i); } in operator []()48 const DynamicType *startPtr{nullptr};49 const DynamicType *endPtr{nullptr};50 const size_t size_;
393 typedef std::vector<std::string> TypeVector; typedef in ObjCRuntimeMethodType
165 std::vector<CVType> TypeVector; member
1664 typedef SmallVector<ParsedType, 12> TypeVector; typedef
2062 typedef SmallVector<ParsedType, 12> TypeVector; typedef