Searched refs:mIsBooleanAttribute (Results 1 – 4 of 4) sorted by relevance
83 …bool mIsBooleanAttribute; ///< This entry is boolean attribute (encoded as `key` w… member98 , mIsBooleanAttribute(false) in TxtEntry()109 , mIsBooleanAttribute(true) in TxtEntry()116 (mIsBooleanAttribute == aOther.mIsBooleanAttribute); in operator ==()
121 if (!txtEntry.mIsBooleanAttribute) in EncodeTxtData()131 if (!txtEntry.mIsBooleanAttribute) in EncodeTxtData()
511 if (txtEntry.mIsBooleanAttribute) in ReadExtAddrFromTxtData()
524 addedEntry.mIsBooleanAttribute = false; in AppendVendorTxtEntries()