HomeSort by relevance Sort by last modified time
    Searched refs:down_other (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
map_field_inl.h 326 const MapField& down_other = down_cast<const MapField&>(other); local
328 down_other.SyncMapWithRepeatedField();
341 MapField* down_other = down_cast<MapField*>(other); local
342 std::swap(MapFieldBase::repeated_field_, down_other->repeated_field_);
344 std::swap(MapFieldBase::state_, down_other->state_);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h 326 const MapField& down_other = down_cast<const MapField&>(other); local
328 down_other.SyncMapWithRepeatedField();
341 MapField* down_other = down_cast<MapField*>(other); local
342 std::swap(MapFieldBase::repeated_field_, down_other->repeated_field_);
344 std::swap(MapFieldBase::state_, down_other->state_);

Completed in 182 milliseconds