Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c590 VALUE other_map = Map_new_this_type(_self); in Map_eq() local
591 Map_merge_into_self(other_map, _other); in Map_eq()
592 _other = other_map; in Map_eq()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc339 MapContainer* other_map = GetMap(arg); in MergeFrom() local
341 const Message* other_message = other_map->parent->message; in MergeFrom()