|
CIRCT 22.0.0git
|
Classes | |
| class | TSQueue |
| Thread safe queue. More... | |
Functions | |
| void | encodeBase64 (const void *data, size_t size, std::string &out) |
| size_t | hash_combine (size_t h1, size_t h2) |
| C++'s stdlib doesn't have a hash_combine function. This is a simple one. | |
| void esi::utils::encodeBase64 | ( | const void * | data, |
| size_t | size, | ||
| std::string & | out | ||
| ) |
Definition at line 23 of file Utils.cpp.
References Table.
Referenced by esi::backends::trace::TraceAccelerator::Impl::write().
|
inline |
C++'s stdlib doesn't have a hash_combine function. This is a simple one.
Definition at line 32 of file Utils.h.
Referenced by PYBIND11_MODULE().