MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / String

Function String

rtpose_wrapper/src/gtest/gtest.h:3042–3042  ·  view source on GitHub ↗

The default c'tor constructs a NULL string.

Source from the content-addressed store, hash-verified

3040
3041 // The default c'tor constructs a NULL string.
3042 String() : c_str_(NULL), length_(0) {}
3043
3044 // Constructs a String by cloning a 0-terminated C string.
3045 String(const char* a_c_str) { // NOLINT

Callers 15

gtest.hFile · 0.70
GetPrefixUntilCommaFunction · 0.70
operator()Method · 0.70
GetOutputFormatMethod · 0.70
FilterMatchesTestMethod · 0.70
ShowCStringQuotedMethod · 0.70
ShowWideCStringMethod · 0.70
ShowWideCStringQuotedMethod · 0.70
FormatMethod · 0.70
StringStreamToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected