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

Method IterateFields

internal/json.cc:1600–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598 }
1599
1600 JsonMapIterator IterateFields(
1601 const google::protobuf::MessageLite& message) const override {
1602 return reflection_.Struct().BeginFields(
1603 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1604 }
1605
1606 private:
1607 JsonReflection reflection_;

Callers 2

StructDebugStringMethod · 0.45
StructEqualMethod · 0.45

Calls 1

BeginFieldsMethod · 0.45

Tested by

no test coverage detected