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

Method set

extern/re2/re2/stringpiece.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void set(const char* str) {
97 data_ = str;
98 size_ = str == NULL ? 0 : strlen(str);
99 }
100
101 void set(const char* str, size_type len) {
102 data_ = str;

Callers 3

PropagateMatchMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected