MCPcopy Create free account
hub / github.com/comaps/comaps / has_caption

Method has_caption

libs/indexer/drules_struct.pb.cc:5278–5280  ·  view source on GitHub ↗

.CaptionRuleProto caption = 5;

Source from the content-addressed store, hash-verified

5276
5277// .CaptionRuleProto caption = 5;
5278bool DrawElementProto::has_caption() const {
5279 return this != internal_default_instance() && caption_ != NULL;
5280}
5281void DrawElementProto::clear_caption() {
5282 if (GetArenaNoVirtual() == NULL && caption_ != NULL) delete caption_;
5283 caption_ = NULL;

Callers 4

ByteSizeLongMethod · 0.95
DrawElementProtoMethod · 0.60
MergeFromMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected