Searched refs:InterceptedDataImpl (Results 1 – 3 of 3) sorted by relevance
64 InterceptedDataImpl::InterceptedDataImpl(std::vector<SingleVerKvEntry *> dataItems, in InterceptedDataImpl() function in DistributedDB::InterceptedDataImpl82 InterceptedDataImpl::~InterceptedDataImpl() in ~InterceptedDataImpl()85 std::vector<KVEntry> InterceptedDataImpl::GetEntries() in GetEntries()93 bool InterceptedDataImpl::CheckIndex(size_t index) in CheckIndex()106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()143 DBStatus InterceptedDataImpl::ModifyValue(size_t index, const Value &newValue) in ModifyValue()172 bool InterceptedDataImpl::IsError() const in IsError()177 void InterceptedDataImpl::GetKvEntries() in GetKvEntries()
30 class InterceptedDataImpl : public InterceptedData {32 …InterceptedDataImpl(std::vector<SingleVerKvEntry *> dataItems, const std::function<int(const Value…33 virtual ~InterceptedDataImpl();34 DISABLE_COPY_ASSIGN_MOVE(InterceptedDataImpl);
371 InterceptedDataImpl data(entries, [this](const Value &newValue) -> int { in InterceptData()