Searched refs:mCode (Results 1 – 15 of 15) sorted by relevance
17 : mCode(errorCode),23 : mCode(other.mCode),34 : mCode(other.mCode),42 mCode = other.mCode;62 mCode = other.mCode;72 return mCode;82 return (mCode != EGL_SUCCESS);87 mCode = code;
31 : mCode(errorCode), mID(errorCode), mMessage(EmplaceErrorString(std::move(message))) in Error()35 : mCode(errorCode), mID(id), mMessage(EmplaceErrorString(std::move(message))) in Error()42 mMessage.reset(new std::string(GetGenericErrorMessage(mCode))); in createMessageString()
82 EGLint mCode; variable
12 private final int mCode; field in MojoException18 mCode = code; in MojoException()26 mCode = MojoResult.UNKNOWN; in MojoException()34 return mCode; in getMojoResult()42 return "MojoResult(" + mCode + "): " + MojoResult.describe(mCode); in toString()
39 public static String describe(int mCode) { in describe() argument40 switch (mCode) { in describe()
41 private int mCode; field in RcsException48 mCode = code; in RcsException()53 mCode = code; in RcsException()62 return mCode; in getCode()
205 mCode = 0; in Init()215 Code GetCode(void) const { return static_cast<Code>(HostSwap16(mCode)); } in GetCode()223 void SetCode(Code aCode) { mCode = HostSwap16(static_cast<uint16_t>(aCode)); } in SetCode()242 uint16_t mCode; member in ot::Dhcp6::Option
599 uint8_t GetCode(void) const { return mCode; } in GetCode()607 void SetCode(uint8_t aCode) { mCode = aCode; } in SetCode()646 uint8_t mCode; member in ot::Ip4::Icmp::Header
143 Code GetCode(void) const { return static_cast<Code>(mCode); } in GetCode()151 void SetCode(Code aCode) { mCode = static_cast<uint8_t>(aCode); } in SetCode()
187 OT_UNUSED_VARIABLE(mCode); in SetToDefault()
550 uint8_t mCode; member in ot::Ip6::Nd::RouterAdvertMessage::Header
86 mCode = aCode; in SetResponsCode()113 std::string ret(mProtocol + " " + mCode); in Serialize()
142 std::string mCode; member in otbr::rest::Response
93 uint8_t mCode; ///< Code member
291 uint8_t GetCode(void) const { return static_cast<Code>(GetHelpData().mHeader.mCode); } in GetCode()299 void SetCode(Code aCode) { GetHelpData().mHeader.mCode = static_cast<uint8_t>(aCode); } in SetCode()905 uint8_t mCode; ///< The CoAP Code member