Searched refs:getMemory (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/proto_encoder/src/ |
| D | base_message.cpp | 56 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/ |
| D | base_message.h | 126 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/ |
| D | plugin_module_api.h | 87 GetMemoryFunc getMemory; member
|
| /developtools/profiler/proto_encoder/test/unittest/ |
| D | base_message_unittest.cpp | 968 if (ctx->getMemory(ctx, sizeof(BYTES_DATA), &memory, &offset)) { in __anon697c60380102() 1023 if (writeCtx->getMemory(writeCtx, sizeof(data), &memory, &offset)) {
|