Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ SetStringValue
Function
SetStringValue
libapp2sys/prebuilt/include/google/protobuf/map.h:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
val_.bool_value_ = value;
143
}
144
void SetStringValue(const string& val) {
145
SetType(FieldDescriptor::CPPTYPE_STRING);
146
*val_.string_value_ = val;
147
}
148
149
int64 GetInt64Value() const {
150
TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64,
Callers
nothing calls this directly
Calls
1
SetType
Function · 0.85
Tested by
no test coverage detected