Searched defs:Get (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dprotocol_new.cpp18 struct Get { struct in namespace:myprotocol
19 Get() {} function in struct:myprotocol::Get
20 Get(uint32_t f, const std::string& k) : flags(f), key(k) {} function in struct:myprotocol::Get
[all...]
H A Dprotocol.cpp21 struct Get : define< tuple<uint32_t, std::string> > { struct in namespace:myprotocol
22 Get() { } function in struct:myprotocol::Get
23 Get(uint32_t f, const std::string& k) : function in struct:myprotocol::Get
[all...]

Completed in 30 milliseconds