| 230 | VT_VALUE = 6 |
| 231 | }; |
| 232 | const flatbuffers::String *key() const { |
| 233 | return GetPointer<const flatbuffers::String *>(VT_KEY); |
| 234 | } |
| 235 | bool KeyCompareLessThan(const KeyValue *o) const { |
| 236 | return *key() < *o->key(); |
| 237 | } |
no outgoing calls
no test coverage detected