MCPcopy Create free account
hub / github.com/Tencent/UnLua / Key

Class Key

Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130struct Key
131{
132 Key(const char* k, SizeType l) : key(k), size(l) {}
133 bool operator<(const Key& rhs) const {
134 return strcmp(key, rhs.key) < 0;
135 }
136 const char* key;
137 SizeType size;
138};
139
140
141

Callers 3

encodeTableMethod · 0.85
KeyMethod · 0.85
KeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected