MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Hex

Method Hex

extern/re2/re2/re2.h:898–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896
897template <typename T>
898inline RE2::Arg RE2::Hex(T* ptr) {
899 return RE2::Arg(ptr, [](const char* str, size_t n, void* dest) -> bool {
900 return re2_internal::Parse(str, n, reinterpret_cast<T*>(dest), 16);
901 });
902}
903
904template <typename T>
905inline RE2::Arg RE2::Octal(T* ptr) {

Callers

nothing calls this directly

Calls 2

ParseFunction · 0.85
ArgClass · 0.70

Tested by

no test coverage detected