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

Function IsAnyField

internal/message_equality.cc:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454bool IsAnyField(const FieldDescriptor* absl_nonnull field) {
455 return field->type() == FieldDescriptor::TYPE_MESSAGE &&
456 field->message_type()->well_known_type() ==
457 Descriptor::WELLKNOWNTYPE_ANY;
458}
459
460absl::StatusOr<EquatableValue> MapValueAsEquatableValue(
461 google::protobuf::Arena* absl_nonnull arena, const DescriptorPool* absl_nonnull pool,

Callers 4

MapValueAsEquatableValueFunction · 0.85
SingularFieldEqualsMethod · 0.85
FieldEqualsMethod · 0.85

Calls 1

typeMethod · 0.80

Tested by

no test coverage detected