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

Function length

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

Returns the length of the encapsulated string, or 0 if the string is NULL.

Source from the content-addressed store, hash-verified

3118 // Returns the length of the encapsulated string, or 0 if the
3119 // string is NULL.
3120 size_t length() const { return length_; }
3121
3122 // Gets the 0-terminated C string this String object represents.
3123 // The String object still owns the string. Therefore the caller

Callers 3

gtest.hFile · 0.85
emptyFunction · 0.85
CompareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected