Home
last modified time | relevance | path

Searched refs:getMemory (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/proto_encoder/src/
Dbase_message.cpp56 if (!writeCtx_->getMemory(writeCtx_, SIZE_RESERVED_LEN, in FinishSubMessage()
89 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_RESERVED_LEN + dataSize, in AddBytes()
121 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_RESERVED_LEN, in StartAddBytes()
145 if (!writeCtx_->getMemory(writeCtx_, SIZE_RESERVED_LEN, &fieldMemory, &backfillOffset_)) { in FinishAddBytes()
181 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_RESERVED_LEN, in AddBytesByCallBack()
201 if (!writeCtx_->getMemory(writeCtx_, SIZE_RESERVED_LEN, &fieldMemory, &fieldOffset)) { in AddBytesByCallBack()
/developtools/profiler/proto_encoder/include/
Dbase_message.h126 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_FIXED32, in AddFixed32()
159 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_FIXED64, in AddFixed64()
191 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + VARINT_ENCODE_MAX_SIZE, in AddVarint()
218 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + VARINT_ENCODE_MAX_SIZE, in AddZigZagVarint()
266 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_RESERVED_LEN, in AddSubMessage()
309 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + lenSize + maxLen, in AddPackedVarint()
351 if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE + SIZE_RESERVED_LEN + dataSize, in AddPackedFixed()
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h87 GetMemoryFunc getMemory; member
/developtools/profiler/proto_encoder/test/unittest/
Dbase_message_unittest.cpp968 if (ctx->getMemory(ctx, sizeof(BYTES_DATA), &memory, &offset)) { in __anon697c60380102()
1023 if (writeCtx->getMemory(writeCtx, sizeof(data), &memory, &offset)) {