Lines Matching full:util
23 #include <util/patchFix.h>
24 #include <util/ustring.h>
88 util::StringView SourceCode() const in SourceCode()
93 util::StringView SourceFile() const in SourceFile()
98 util::StringView RecordName() const in RecordName()
103 util::StringView FormatedRecordName() const in FormatedRecordName()
130 sourceCode_ = util::UString(sourceCode, Allocator()); in SetSource()
131 sourceFile_ = util::UString(sourceFile, Allocator()); in SetSource()
138 recordName_ = util::UString(recordName, Allocator()); in SetRecordName()
140 formatedRecordName_ = util::UString(formatedRecordName, Allocator()); in SetRecordName()
143 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
148 util::PatchFix *PatchFixHelper() in PatchFixHelper()
263 util::UString sourceCode_ {};
264 util::UString sourceFile_ {};
265 util::UString recordName_ {};
266 util::UString formatedRecordName_ {};
272 util::PatchFix *patchFixHelper_ {nullptr};
280 std::string targetApiSubVersion_ { util::Helpers::DEFAULT_SUB_API_VERSION };