/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/examples/ |
H A D | search.cc | 56 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch() 64 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch() 72 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch() 80 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch() 88 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch() 96 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in DoSearch()
|
H A D | collections.cc | 91 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 99 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 107 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 115 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 123 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 131 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main()
|
H A D | cdlookup.cc | 122 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 130 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 138 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 146 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 154 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main() 162 std::cout << "LastErrorMessage: " << Query.LastErrorMessage() << std::endl; in main()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 51 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 53 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 59 : Parser{Format::YAML}, StrTab(StrTab), LastErrorMessage(), in YAMLRemarkParser() 60 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 67 if (LastErrorMessage.empty()) in error() 69 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 70 LastErrorMessage.clear(); in error()
|
/dports/audio/libkcddb/libkcddb-21.12.3/libkcddb/musicbrainz/ |
H A D | musicbrainzlookup.cpp | 170 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup() 180 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup() 190 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup() 200 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup() 210 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup() 220 qDebug() << "LastErrorMessage: " << QString::fromUtf8(Query.LastErrorMessage().c_str()); in lookup()
|
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/ |
H A D | CustomerAuth.pm | 79 $Self->{LastErrorMessage} = ''; 211 $Self->{LastErrorMessage} = 245 return $Self->{LastErrorMessage};
|
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/configservice/types/ |
H A D | types.go | 67 LastErrorMessage *string 334 LastErrorMessage *string 488 LastErrorMessage *string 559 LastErrorMessage *string 712 LastErrorMessage *string
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/configservice/types/ |
H A D | types.go | 67 LastErrorMessage *string member 334 LastErrorMessage *string member 488 LastErrorMessage *string member 559 LastErrorMessage *string member 712 LastErrorMessage *string member
|
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/configservice/types/ |
H A D | types.go | 67 LastErrorMessage *string member 334 LastErrorMessage *string member 488 LastErrorMessage *string member 559 LastErrorMessage *string member 712 LastErrorMessage *string member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 53 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 55 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 175 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 176 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 183 if (LastErrorMessage.empty()) in error() 185 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 186 LastErrorMessage.clear(); in error()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 53 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 55 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 175 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 176 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 183 if (LastErrorMessage.empty()) in error() 185 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 186 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 53 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 55 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 175 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 176 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 183 if (LastErrorMessage.empty()) in error() 185 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 186 LastErrorMessage.clear(); in error()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument 54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM() 174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser() 175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {} 182 if (LastErrorMessage.empty()) in error() 184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error() 185 LastErrorMessage.clear(); in error()
|
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/configservice/types/ |
H A D | types.go | 158 LastErrorMessage *string member 425 LastErrorMessage *string member 579 LastErrorMessage *string member 650 LastErrorMessage *string member 803 LastErrorMessage *string member
|
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/configservice/types/ |
H A D | types.go | 158 LastErrorMessage *string member 425 LastErrorMessage *string member 579 LastErrorMessage *string member 650 LastErrorMessage *string member 803 LastErrorMessage *string member
|