Searched refs:StringOrID (Results 1 – 2 of 2) sorted by relevance
234 struct StringOrID { struct239 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID() argument240 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID() argument246 std::vector<StringOrID> &Context,249 bool shouldIgnoreDuplicate(const std::vector<StringOrID> &Context) const;
211 static void printStringOrID(const WindowsResourceParser::StringOrID &S, in printStringOrID()227 const std::vector<WindowsResourceParser::StringOrID> &Context, in makeDuplicateResourceError()320 const std::vector<StringOrID> &Context) const { in shouldIgnoreDuplicate()370 std::vector<StringOrID> Context; in parse()392 std::vector<StringOrID> &Context, in addChildren()406 Context.push_back(StringOrID(NameString)); in addChildren()409 Context.push_back(StringOrID(Entry.Identifier.ID)); in addChildren()429 Context.push_back(StringOrID(Entry.Identifier.ID)); in addChildren()