Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ Next
Method
Next
rtpose_wrapper/include/caffe/util/db_lmdb.hpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
virtual void SeekToFirst() { Seek(MDB_FIRST); }
29
virtual void Next() { Seek(MDB_NEXT); }
30
virtual string key() {
31
return string(static_cast<const char*>(mdb_key_.mv_data), mdb_key_.mv_size);
32
}
Callers
3
main
Function · 0.45
read_one
Method · 0.45
TYPED_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TYPED_TEST
Function · 0.36