Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dbye.cc67 reason_.assign(reinterpret_cast<const char*>(&payload[4u * src_count + 1]), in Parse()
70 reason_.clear(); in Parse()
95 if (!reason_.empty()) { in Create()
96 uint8_t reason_length = reason_.size(); in Create()
98 memcpy(&packet[*index], reason_.data(), reason_length); in Create()
123 reason_ = reason; in WithReason()
128 size_t reason_size_in_32bits = reason_.empty() ? 0 : (reason_.size() / 4 + 1); in BlockLength()
Dbye.h41 const std::string& reason() const { return reason_; } in reason()
56 std::string reason_; variable
/external/deqp/execserver/
DxsProtocol.hpp147 …ProcessLaunchFailedMessage (const char* reason_) : Message(MESSAGETYPE_PROCESS_LAUNCH_FAILED), r… in ProcessLaunchFailedMessage() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp196 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
198 , reason(reason_) in AllocationCallbackViolation()
/external/webrtc/webrtc/p2p/base/
Dstun.h432 const std::string& reason() const { return reason_; } in reason()
443 std::string reason_; variable
Dstun.cc788 reason_ = reason; in SetReason()
802 if (!buf->ReadString(&reason_, length() - 4)) in Read()
811 buf->WriteString(reason_); in Write()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1338 Deoptimizer::DeoptReason reason() const { return reason_; } in reason()
1347 : reason_(reason), type_(type) { in DECLARE_CONCRETE_INSTRUCTION()
1351 Deoptimizer::DeoptReason reason_; variable