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

Function Parse

extern/re2/re2/re2.cc:1047–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045
1046template <>
1047bool Parse(const char* str, size_t n, void* dest) {
1048 // We fail if somebody asked us to store into a non-NULL void* pointer
1049 return (dest == NULL);
1050}
1051
1052template <>
1053bool Parse(const char* str, size_t n, std::string* dest) {

Callers 15

AddMethod · 0.85
InitMethod · 0.85
SimplifyRegexpMethod · 0.85
DoParse3aryMethod · 0.85
DoParse4aryMethod · 0.85
CRadixMethod · 0.85
HexMethod · 0.85
OctalMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
DEFINE_FLAGFunction · 0.85

Calls 3

StringPieceClass · 0.85
TerminateNumberFunction · 0.70
assignMethod · 0.45

Tested by 13

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
DEFINE_FLAGFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TestInstanceMethod · 0.68
TESTFunction · 0.68
DumpByteMapFunction · 0.68
DumpFunction · 0.68
TestFunction · 0.68
TestParseFunction · 0.68