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

Method MergeFrom

libs/indexer/drules_struct.pb.cc:388–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void DashDotProto::MergeFrom(const DashDotProto& from) {
389// @@protoc_insertion_point(class_specific_merge_from_start:DashDotProto)
390 GOOGLE_DCHECK_NE(&from, this);
391 _internal_metadata_.MergeFrom(from._internal_metadata_);
392 ::google::protobuf::uint32 cached_has_bits = 0;
393 (void) cached_has_bits;
394
395 dd_.MergeFrom(from.dd_);
396 if (from.offset() != 0) {
397 set_offset(from.offset());
398 }
399}
400
401void DashDotProto::CopyFrom(const DashDotProto& from) {
402// @@protoc_insertion_point(class_specific_copy_from_start:DashDotProto)

Callers 15

DashDotProtoMethod · 0.80
PathSymProtoMethod · 0.80
LineRuleProtoMethod · 0.80
LineDefProtoMethod · 0.80
AreaRuleProtoMethod · 0.80
SymbolRuleProtoMethod · 0.80
CaptionDefProtoMethod · 0.80
CaptionRuleProtoMethod · 0.80
CircleRuleProtoMethod · 0.80
PathTextRuleProtoMethod · 0.80
ShieldRuleProtoMethod · 0.80
DrawElementProtoMethod · 0.80

Calls 15

captionMethod · 0.80
circleMethod · 0.80
offsetMethod · 0.60
stepMethod · 0.60
has_dashdotMethod · 0.60
has_pathsymMethod · 0.60
priorityMethod · 0.60
capMethod · 0.60
has_borderMethod · 0.60
apply_for_typeMethod · 0.60
min_distanceMethod · 0.60
stroke_colorMethod · 0.60

Tested by

no test coverage detected