MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ValuesSize

Method ValuesSize

internal/json.cc:1571–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569 }
1570
1571 int ValuesSize(const google::protobuf::MessageLite& message) const override {
1572 return reflection_.ListValue().ValuesSize(
1573 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1574 }
1575
1576 const google::protobuf::MessageLite& Values(const google::protobuf::MessageLite& message,
1577 int index) const override {

Callers 2

ListValueDebugStringMethod · 0.45
ListValueEqualMethod · 0.45

Calls 1

ListValueMethod · 0.80

Tested by

no test coverage detected