Searched refs:externalBytes_ (Results 1 – 2 of 2) sorted by relevance
31 externalBytes_ = nullptr; in ~SerialBuffer()70 if (bytes_ != nullptr || externalBytes_ != nullptr) { in AllocBufferByTotalLength()92 if (bytes_ != nullptr || externalBytes_ != nullptr) { in SetExternalBuff()104 externalBytes_ = buff; in SetExternalBuff()140 twinBuffer->externalBytes_ = externalBytes_; in Clone()156 if (externalBytes_ == nullptr) { in ConvertForCrossThread()172 externalBytes_ = nullptr; in ConvertForCrossThread()181 if (bytes_ == nullptr && externalBytes_ == nullptr) { in GetSize()232 return std::make_pair(externalBytes_, totalLen_); in GetReadOnlyBytesForEntireBuffer()243 return std::make_pair(externalBytes_, totalLen_ - paddingLen_); in GetReadOnlyBytesForEntireFrame()[all …]
68 const uint8_t *externalBytes_ = nullptr; variable