MCPcopy Create free account
hub / github.com/catboost/catboost / c_str

Method c_str

contrib/libs/flatbuffers/include/flatbuffers/string.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25struct String : public Vector<char> {
26 const char *c_str() const { return reinterpret_cast<const char *>(Data()); }
27 std::string str() const { return std::string(c_str(), size()); }
28
29 // clang-format off

Callers 15

SubstituteAndAppendArrayFunction · 0.45
NearFunction · 0.45
SetAndroidNativeTagFunction · 0.45
GetFromEnvFunction · 0.45
whatMethod · 0.45
NewStringMethod · 0.45
check_op.ccFile · 0.45
WriteToStderrFunction · 0.45
ReadFlagsFromEnvFunction · 0.45
ScopedSetEnvMethod · 0.45
~ScopedSetEnvMethod · 0.45
ThrowStdLogicErrorFunction · 0.45

Calls 1

DataClass · 0.50

Tested by 15

NearFunction · 0.36
NearFunction · 0.36
source_textFunction · 0.36
FileOrDirectoryExistsMethod · 0.36
DirectoryExistsMethod · 0.36
IsDirectoryMethod · 0.36
CreateFolderMethod · 0.36
ParseNaturalNumberFunction · 0.36
SendMethod · 0.36
ReadProcFileFieldFunction · 0.36
FullMatchMethod · 0.36
PartialMatchMethod · 0.36