Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
inline 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
clear
Method · 0.45
Tested by
no test coverage detected