Home
last modified time | relevance | path

Searched refs:other_map (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c587 VALUE other_map = Map_new_this_type(_self); in Map_eq() local
588 Map_merge_into_self(other_map, _other); in Map_eq()
589 _other = other_map; in Map_eq()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc342 MapContainer* other_map = GetMap(arg); in MergeFrom() local
344 const Message* other_message = other_map->parent->message; in MergeFrom()
350 *other_message, other_map->parent_field_descriptor); in MergeFrom()