MCPcopy Create free account
hub / github.com/Snapchat/Valdi / Entry

Class Entry

valdi_protobuf/src/valdi_protobuf/FieldMap.hpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 static constexpr size_t kMaxVecSize = 64;
35
36 struct Entry {
37 FieldNumber number;
38 const Field* value;
39
40 constexpr Entry(FieldNumber number, const Field* value) : number(number), value(value) {}
41 };
42
43 using EntryList = Valdi::SmallVector<Entry, 32>;
44

Callers 2

forEachMapMethod · 0.70
forEachVecMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected