MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / ParseString

Method ParseString

libapp2sys/prebuilt/include/google/protobuf/io/tokenizer.h:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402inline void Tokenizer::ParseString(const string& text, string* output) {
403 output->clear();
404 ParseStringAppend(text, output);
405}
406
407} // namespace io
408} // namespace protobuf

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected