Home
last modified time | relevance | path

Searched refs:WithX (Results 1 – 11 of 11) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DGetMapTileRequest.h104 inline GetMapTileRequest& WithX(const Aws::String& value) { SetX(value); return *this;} in WithX() function
109 inline GetMapTileRequest& WithX(Aws::String&& value) { SetX(std::move(value)); return *this;} in WithX() function
114 inline GetMapTileRequest& WithX(const char* value) { SetX(value); return *this;} in WithX() function
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/option/
H A DREADME.md109 func WithX() Option {}
112 // Now, which of WithX/WithY go to which method?
129 func WithX() Method1Option {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/option/
H A DREADME.md109 func WithX() Option {}
112 // Now, which of WithX/WithY go to which method?
129 func WithX() Method1Option {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DPoint.h63 inline Point& WithX(double value) { SetX(value); return *this;} in WithX() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DPoint.h63 inline Point& WithX(double value) { SetX(value); return *this;} in WithX() function
H A DLandmark.h102 inline Landmark& WithX(double value) { SetX(value); return *this;} in WithX() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DGridLayout.cs41 pos = pos.WithX(pos.X + w.Bounds.Width + widget.ItemSpacing); in AdjustChild()
H A DTooltipContainerWidget.cs77 pos = pos.WithX(Game.Renderer.Resolution.Width - tooltip.Bounds.Right);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DCursorSequence.cs52 Hotspot = Hotspot.WithX(x); in CursorSequence()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DRectangle.h103 inline Rectangle& WithX(int value) { SetX(value); return *this;} in WithX() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A Dint2.cs49 public int2 WithX(int newX) in WithX() method