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

Method FieldsSize

internal/json.cc:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586 }
1587
1588 int FieldsSize(const google::protobuf::MessageLite& message) const override {
1589 return reflection_.Struct().FieldsSize(
1590 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1591 }
1592
1593 const google::protobuf::MessageLite* absl_nullable FindField(
1594 const google::protobuf::MessageLite& message,

Callers 2

StructDebugStringMethod · 0.45
StructEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected