Searched refs:EncodeFalse (Results 1 – 9 of 9) sorted by relevance
71 uint8_t EncodeFalse();
156 bytes->push_back(value ? cbor::EncodeTrue() : cbor::EncodeFalse()); in Serialize()
228 uint8_t EncodeFalse() { in EncodeFalse() function
23 using {{config.crdtp.namespace}}::cbor::EncodeFalse;268 bytes->push_back(m_boolValue ? cbor::EncodeTrue() : cbor::EncodeFalse());
203 uint8_t EncodeFalse();
298 uint8_t EncodeFalse() { in EncodeFalse() function
80 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::EncodeFalse;373 bytes->push_back(m_boolValue ? cbor::EncodeTrue() : cbor::EncodeFalse());
212 uint8_t EncodeFalse();
306 uint8_t EncodeFalse() {