Home
last modified time | relevance | path

Searched refs:reason_ (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/beast/test/beast/http/
Dtest_parser.hpp72 string_view reason_, in on_response_impl() argument
77 reason_.data(), reason_.size()); in on_response_impl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp81 …ludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(reaso… in ExcludedConfig()
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/
Dresults.hpp34 test(bool pass_, std::string const& reason_) in test()
36 , reason(reason_) in test()
/third_party/boost/boost/beast/_experimental/unit_test/
Dresults.hpp34 test(bool pass_, std::string const& reason_) in test()
36 , reason(reason_) in test()
/third_party/vk-gl-cts/execserver/
DxsProtocol.hpp147 …ProcessLaunchFailedMessage (const char* reason_) : Message(MESSAGETYPE_PROCESS_LAUNCH_FAILED), r… in ProcessLaunchFailedMessage() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
210 , reason(reason_) in AllocationCallbackViolation()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc76 reason_ = reason; in Init()
118 tfc_->transport()->is_client ? "cli" : "svr", reason_, trw_str, in Finish()
Dflow_control.h133 const char* reason_; variable
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp45 : reason_(reason), message_(message) { in DeviceLostInfo()
48 return reason_; in getReason()
55 interop::GPUDeviceLostReason reason_; member in wgpu::binding::__anon368dc2fe0111::DeviceLostInfo