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

Method CRadix

extern/re2/re2/re2.h:891–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889
890template <typename T>
891inline RE2::Arg RE2::CRadix(T* ptr) {
892 return RE2::Arg(ptr, [](const char* str, size_t n, void* dest) -> bool {
893 return re2_internal::Parse(str, n, reinterpret_cast<T*>(dest), 0);
894 });
895}
896
897template <typename T>
898inline RE2::Arg RE2::Hex(T* ptr) {

Callers

nothing calls this directly

Calls 2

ParseFunction · 0.85
ArgClass · 0.70

Tested by

no test coverage detected