/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | result.cc | 22 errors_.emplace_back(err); in Result() 26 errors_.insert(std::end(errors_), std::begin(res.errors_), in operator +=() 27 std::end(res.errors_)); in operator +=() 32 errors_.emplace_back(err); in operator +=() 38 switch (errors_.size()) { in Error() 42 return errors_[0].size() > 0 ? errors_[0] : kNoErrorMsg; in Error() 45 ss << errors_ in Error() [all...] |
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | error_support.cc | 33 if (!errors_.empty()) in AddError() 34 errors_ += "; "; in AddError() 37 errors_ += "."; in AddError() 41 errors_ += s.name; in AddError() 44 errors_ += std::to_string(s.index); in AddError() 51 errors_ += ": "; in AddError() 52 errors_ += error; in AddError() 56 return SpanFrom(errors_); in Errors()
|
H A D | error_support.h | 57 std::string errors_; member in v8_crdtp::ErrorSupport
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | enum_converter_test.cc | 44 fail_stream_(&success_, &errors_), in SpvPipelineStageTest() 47 std::string error() const { return errors_.str(); } in error() 51 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvPipelineStageTest 107 fail_stream_(&success_, &errors_), in SpvStorageClassTest() 110 std::string error() const { return errors_.str(); } in error() 114 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvStorageClassTest 179 fail_stream_(&success_, &errors_), in SpvBuiltinTest() 182 std::string error() const { return errors_.str(); } in error() 186 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvBuiltinTest 259 fail_stream_(&success_, &errors_), in SpvDimTest() 266 std::stringstream errors_; global() member in tint::reader::spirv::__anon25922::SpvDimTest 340 std::stringstream errors_; global() member in tint::reader::spirv::__anon25922::SpvImageFormatTest [all...] |
H A D | namer_test.cc | 28 SpvNamerTest() : fail_stream_(&success_, &errors_) {} in SpvNamerTest() 31 std::string error() { return errors_.str(); } in error() 34 std::stringstream errors_; member in tint::reader::spirv::__anon25938::SpvNamerTest
|
H A D | parser_impl.h | 151 const std::string error() { return errors_.str(); } in error() 772 std::stringstream errors_; member in tint::reader::spirv::ParserImpl
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | result.h | 44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess() 50 std::vector<std::string> errors_; member in amber::Result
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_reduce_mutator.cc | 48 errors_(), in SpirvReduceMutator() 153 util::GetBufferMessageConsumer(&errors_)); in ApplyReduction() 163 return errors_.str(); in GetErrors()
|
H A D | spirv_fuzz_mutator.cc | 37 errors_(std::make_unique<std::stringstream>()), in SpirvFuzzMutator() 57 std::move(fuzzer_context), util::GetBufferMessageConsumer(errors_.get()), in SpirvFuzzMutator() 86 return errors_->str(); in GetErrors()
|
H A D | spirv_opt_mutator.cc | 115 optimizer.SetMessageConsumer(util::GetBufferMessageConsumer(&errors_)); in Mutate() 133 return errors_.str(); in GetErrors()
|
H A D | spirv_fuzz_mutator.h | 78 std::unique_ptr<std::stringstream> errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvFuzzMutator
|
H A D | spirv_opt_mutator.h | 86 std::stringstream errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvOptMutator
|
H A D | spirv_reduce_mutator.h | 101 std::stringstream errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvReduceMutator
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 276 errors_.clear(); in SetFipsCrypto() 280 errors_.emplace_back(buf); in SetFipsCrypto() 282 std::reverse(std::begin(errors_), std::end(errors_)); in SetFipsCrypto() 286 return errors_.empty(); in SetFipsCrypto() 300 const std::string& last_error_string = copy.errors_.back(); in SetFipsCrypto() 309 copy.errors_.pop_back(); in SetFipsCrypto() 320 if (!ToV8Value(env->context(), errors_).ToLocal(&stack) || in SetFipsCrypto()
|
H A D | crypto_util.h | 187 std::vector<std::string> errors_; member 199 errors_.emplace_back(SPrintF(error_string, in Insert() 398 CryptoErrorStore* errors() { return &errors_; } in errors() 408 tracker->TrackField("errors", errors_); 452 CryptoErrorStore errors_; member in node::crypto::CryptoJob
|
/third_party/gn/src/gn/ |
H A D | header_checker.cc | 146 if (errors_.empty()) in Run() 148 *errors = errors_; in Run() 194 errors_.insert(errors_.end(), errors.begin(), errors.end()); in DoWork()
|
H A D | header_checker.h | 103 // Backend for Run() that takes the list of files to check. The errors_ list 200 std::vector<Err> errors_; member in HeaderChecker
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 275 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 280 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 320 errors_.clear(); in parse() 941 errors_.push_back(info); 946 int errorCount = int(errors_.size()); 950 errors_.resize(errorCount); // discard errors caused by recovery 954 errors_.resize(errorCount); 1011 for (Errors::const_iterator itError = errors_.begin(); 1012 itError != errors_.end(); 1027 for (Errors::const_iterator itError = errors_ [all...] |
H A D | json.h | 1481 Errors errors_; member in Json::Reader
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 305 errors_.clear(); in parse() 948 errors_.push_back(info); 953 int errorCount = int(errors_.size()); 957 errors_.resize(errorCount); // discard errors caused by recovery 961 errors_.resize(errorCount); 1026 for (Errors::const_iterator itError = errors_.begin(); 1027 itError != errors_.end(); 1042 for (Errors::const_iterator itError = errors_ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 305 errors_.clear(); in parse() 948 errors_.push_back(info); 953 int errorCount = int(errors_.size()); 957 errors_.resize(errorCount); // discard errors caused by recovery 961 errors_.resize(errorCount); 1026 for (Errors::const_iterator itError = errors_.begin(); 1027 itError != errors_.end(); 1042 for (Errors::const_iterator itError = errors_ [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 305 errors_.clear(); in parse() 948 errors_.push_back(info); 953 int errorCount = int(errors_.size()); 957 errors_.resize(errorCount); // discard errors caused by recovery 961 errors_.resize(errorCount); 1026 for (Errors::const_iterator itError = errors_.begin(); 1027 itError != errors_.end(); 1042 for (Errors::const_iterator itError = errors_ [all...] |
/third_party/node/src/ |
H A D | node.cc | 929 &result->args_, &result->exec_args_, &result->errors_, flags); in InitializeOncePerProcess() 941 result->errors_.emplace_back(node::LargePagesError(lp_result)); in InitializeOncePerProcess() 1037 result->errors_.emplace_back("OpenSSL configuration error:\n" + in InitializeOncePerProcess() 1051 result->errors_.emplace_back( in InitializeOncePerProcess()
|
H A D | node_internals.h | 325 const std::vector<std::string>& errors() const { return errors_; } in errors() 331 std::vector<std::string> errors_; member in node::final
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1430 Errors errors_; member in Json::Reader
|