Searched refs:InitialByteForEnvelope (Results 1 – 10 of 10) sorted by relevance
50 uint8_t InitialByteForEnvelope();
193 uint8_t InitialByteForEnvelope() { in InitialByteForEnvelope() function202 return msg.size() >= 6 && msg[0] == InitialByteForEnvelope() && in IsCBORMessage()209 if (msg[0] != InitialByteForEnvelope()) in CheckCBORMessage()
874 std::vector<uint8_t> bytes = {cbor::InitialByteForEnvelope(), in TEST()
191 uint8_t InitialByteForEnvelope();
280 uint8_t InitialByteForEnvelope() { in InitialByteForEnvelope() function287 return msg.size() >= 6 && msg[0] == InitialByteForEnvelope() && in IsCBORMessage()
862 std::vector<uint8_t> bytes = {cbor::InitialByteForEnvelope(), in TEST()
91 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::InitialByteForEnvelope;238 if (bytes[0] != cbor::InitialByteForEnvelope()) return nullptr;
200 uint8_t InitialByteForEnvelope();
288 uint8_t InitialByteForEnvelope() {295 return msg.size() >= 6 && msg[0] == InitialByteForEnvelope() &&
34 using {{config.crdtp.namespace}}::cbor::InitialByteForEnvelope;