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

Method FindField

internal/json.cc:1451–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449 virtual int FieldsSize(const google::protobuf::MessageLite& message) const = 0;
1450
1451 virtual const google::protobuf::MessageLite* absl_nullable FindField(
1452 const google::protobuf::MessageLite& message, absl::string_view name) const = 0;
1453
1454 virtual JsonMapIterator IterateFields(
1455 const google::protobuf::MessageLite& message) const = 0;

Callers 2

FindFieldMethod · 0.45
StructEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected