code
stringlengths
3
10M
language
stringclasses
31 values
module android.java.android.net.wifi.aware.WifiAwareNetworkSpecifier_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.android.net.wifi.aware.PeerHandle_d_interface; import import4 = android.java.java.lang.Class_d_interface; import import3 = android.java.android.net.wifi.aware.WifiAwareNetworkSpecifier_d_interface; import import2 = android.java.android.net.wifi.aware.WifiAwareNetworkSpecifier_Builder_d_interface; import import0 = android.java.android.net.wifi.aware.DiscoverySession_d_interface; @JavaName("WifiAwareNetworkSpecifier$Builder") final class WifiAwareNetworkSpecifier_Builder : IJavaObject { static immutable string[] _d_canCastTo = [ ]; @Import this(import0.DiscoverySession, import1.PeerHandle); @Import import2.WifiAwareNetworkSpecifier_Builder setPskPassphrase(string); @Import import2.WifiAwareNetworkSpecifier_Builder setPort(int); @Import import2.WifiAwareNetworkSpecifier_Builder setTransportProtocol(int); @Import import3.WifiAwareNetworkSpecifier build(); @Import import4.Class getClass(); @Import int hashCode(); @Import bool equals(IJavaObject); @Import @JavaName("toString") string toString_(); override string toString() { return arsd.jni.javaObjectToString(this); } @Import void notify(); @Import void notifyAll(); @Import void wait(long); @Import void wait(long, int); @Import void wait(); mixin IJavaObjectImplementation!(false); public static immutable string _javaParameterString = "Landroid/net/wifi/aware/WifiAwareNetworkSpecifier$Builder;"; }
D
module creator.viewport.common.mesheditor.operations.impl; import creator.viewport.common.mesheditor.tools; import creator.viewport.common.mesheditor.operations.base; import i18n; import creator.viewport; import creator.viewport.common; import creator.viewport.common.mesh; import creator.viewport.common.spline; import creator.core.input; import creator.core.actionstack; import creator.actions; import creator.ext; import creator.widgets; import creator; import inochi2d; import inochi2d.core.dbg; import bindbc.opengl; import bindbc.imgui; import std.algorithm.mutation; import std.algorithm.searching; import std.stdio; class IncMeshEditorOneImpl(T) : IncMeshEditorOne { protected: T target; Tool[VertexToolMode] tools; public: this(bool deformOnly) { super(deformOnly); tools[VertexToolMode.Points] = new PointTool; tools[VertexToolMode.Connect] = new ConnectTool; tools[VertexToolMode.PathDeform] = new PathDeformTool; tools[VertexToolMode.Grid] = new GridTool; } override Node getTarget() { return target; } override void setTarget(Node target) { this.target = cast(T)(target); } override CatmullSpline getPath() { auto pathTool = cast(PathDeformTool)(tools[VertexToolMode.PathDeform]); return pathTool.path; } override void setPath(CatmullSpline path) { auto pathTool = cast(PathDeformTool)(tools[VertexToolMode.PathDeform]); pathTool.setPath(path); } override int peek(ImGuiIO* io, Camera camera) { if (toolMode in tools) { return tools[toolMode].peek(io, this); } assert(0); } override int unify(int[] actions) { if (toolMode in tools) { return tools[toolMode].unify(actions); } assert(0); } override bool update(ImGuiIO* io, Camera camera, int actions) { bool changed = false; if (toolMode in tools) { tools[toolMode].update(io, this, actions, changed); } else { assert(0); } if (isSelecting) { newSelected = getInRect(selectOrigin, mousePos); mutateSelection = io.KeyShift; invertSelection = io.KeyCtrl; } return updateChanged(changed); } override void viewportTools(VertexToolMode mode) { switch (mode) { case VertexToolMode.Points: setToolMode(VertexToolMode.Points); setPath(null); refreshMesh(); break; case VertexToolMode.Connect: setToolMode(VertexToolMode.Connect); setPath(null); refreshMesh(); break; case VertexToolMode.PathDeform: import std.stdio; setToolMode(VertexToolMode.PathDeform); setPath(new CatmullSpline); deforming = false; refreshMesh(); break; case VertexToolMode.Grid: import std.stdio; setToolMode(VertexToolMode.Grid); setPath(null); deforming = false; refreshMesh(); break; default: } } override void setToolMode(VertexToolMode toolMode) { if (toolMode in tools) { this.toolMode = toolMode; tools[toolMode].setToolMode(toolMode, this); } } }
D
module scene.model.model; public import scene.model.material; import math.ray; import math.matrix; import scene.model.collision; class Model(T) { this( Matrix!T transformation, Material material ) { this.material = material; this.transformation = transformation; import std.stdio; import std.conv; writeln(to!string(this.transformation)); } abstract bool intersects( Ray!T ray, ref Collision!T collision ); protected Matrix!T transformation; public Material material; }
D
/***********************************************************************\ * custcntl.d * * * * Windows API header module * * * * Translated from MinGW Windows headers * * by Stewart Gordon * * * * Placed into public domain * \***********************************************************************/ module windows.custcntl; private import windows.windef; // FIXME: check type const CCF_NOTEXT = 1; const size_t CCHCCCLASS = 32, CCHCCDESC = 32, CCHCCTEXT = 256; struct CCSTYLEA { DWORD flStyle; DWORD flExtStyle; CHAR[CCHCCTEXT] szText; LANGID lgid; WORD wReserved1; } alias CCSTYLEA* LPCCSTYLEA; struct CCSTYLEW { DWORD flStyle; DWORD flExtStyle; WCHAR[CCHCCTEXT] szText; LANGID lgid; WORD wReserved1; } alias CCSTYLEW* LPCCSTYLEW; struct CCSTYLEFLAGA { DWORD flStyle; DWORD flStyleMask; LPSTR pszStyle; } alias CCSTYLEFLAGA* LPCCSTYLEFLAGA; struct CCSTYLEFLAGW { DWORD flStyle; DWORD flStyleMask; LPWSTR pszStyle; } alias CCSTYLEFLAGW* LPCCSTYLEFLAGW; struct CCINFOA { CHAR[CCHCCCLASS] szClass; DWORD flOptions; CHAR[CCHCCDESC] szDesc; UINT cxDefault; UINT cyDefault; DWORD flStyleDefault; DWORD flExtStyleDefault; DWORD flCtrlTypeMask; CHAR[CCHCCTEXT] szTextDefault; INT cStyleFlags; LPCCSTYLEFLAGA aStyleFlags; LPFNCCSTYLEA lpfnStyle; LPFNCCSIZETOTEXTA lpfnSizeToText; DWORD dwReserved1; DWORD dwReserved2; } alias CCINFOA* LPCCINFOA; struct CCINFOW { WCHAR[CCHCCCLASS] szClass; DWORD flOptions; WCHAR[CCHCCDESC] szDesc; UINT cxDefault; UINT cyDefault; DWORD flStyleDefault; DWORD flExtStyleDefault; DWORD flCtrlTypeMask; WCHAR[CCHCCTEXT] szTextDefault; INT cStyleFlags; LPCCSTYLEFLAGW aStyleFlags; LPFNCCSTYLEW lpfnStyle; LPFNCCSIZETOTEXTW lpfnSizeToText; DWORD dwReserved1; DWORD dwReserved2; } alias CCINFOW* LPCCINFOW; extern (Windows) { alias BOOL function(HWND, LPCCSTYLEA) LPFNCCSTYLEA; alias BOOL function(HWND, LPCCSTYLEW) LPFNCCSTYLEW; alias INT function(DWORD, DWORD, HFONT, LPSTR) LPFNCCSIZETOTEXTA; alias INT function(DWORD, DWORD, HFONT, LPWSTR) LPFNCCSIZETOTEXTW; alias UINT function(LPCCINFOA) LPFNCCINFOA; alias UINT function(LPCCINFOW) LPFNCCINFOW; UINT CustomControlInfoA(LPCCINFOA acci); UINT CustomControlInfoW(LPCCINFOW acci); } version (Unicode) { alias CCSTYLEW CCSTYLE; alias CCSTYLEFLAGW CCSTYLEFLAG; alias CCINFOW CCINFO; alias LPFNCCSTYLEW LPFNCCSTYLE; alias LPFNCCSIZETOTEXTW LPFNCCSIZETOTEXT; alias LPFNCCINFOW LPFNCCINFO; } else { alias CCSTYLEA CCSTYLE; alias CCSTYLEFLAGA CCSTYLEFLAG; alias CCINFOA CCINFO; alias LPFNCCSTYLEA LPFNCCSTYLE; alias LPFNCCSIZETOTEXTA LPFNCCSIZETOTEXT; alias LPFNCCINFOA LPFNCCINFO; } alias CCSTYLE* LPCCSTYLE; alias CCSTYLEFLAG* LPCCSTYLEFLAG; alias CCINFO* LPCCINFO;
D
instance BAU_908_Hodges (Npc_Default) { // ------ NSC ------ name = "Hodges"; guild = GIL_BAU; id = 908; voice = 3; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); //setzt Attribute und LEVEL entsprechend dem angegebenen Kapitel (1-6) // ------ Kampf-Taktik ------ fight_tactic = FAI_HUMAN_NORMAL; // MASTER / STRONG / COWARD // ------ Equippte Waffen ------ //Munition wird automatisch generiert, darf aber angegeben werden EquipItem (self, ItMw_1h_Bau_Mace); // ------ Inventory ------ B_CreateAmbientInv (self); CreateInvItems (self, ItMw_1h_Bau_Axe, 1); CreateInvItems (self, ItMw_1h_Vlk_Axe, 1); CreateInvItems (self, ItMw_1H_Mace_L_04, 1); CreateInvItems (self, ItMw_1h_Sld_Axe, 1); CreateInvItems (self, ItMw_1h_Sld_Sword, 1); CreateInvItems (self, ItMw_Schwert, 1); // ------ visuals ------ //Muss NACH Attributen kommen, weil in B_SetNpcVisual die Breite abh. v. STR skaliert wird B_SetNpcVisual (self, MALE, "Hum_Head_FatBald", Face_L_NormalBart01, BodyTex_L, ITAR_Bau_L); Mdl_SetModelFatness (self, 1); Mdl_ApplyOverlayMds (self, "Humans_Relaxed.mds"); // Tired / Militia / Mage / Arrogance / Relaxed // ------ NSC-relevante Talente vergeben ------ B_GiveNpcTalents (self); // ------ Kampf-Talente ------ //Der enthaltene B_AddFightSkill setzt Talent-Ani abhängig von TrefferChance% - alle Kampftalente werden gleichhoch gesetzt B_SetFightSkills (self, 50); //Grenzen für Talent-Level liegen bei 30 und 60 // ------ TA anmelden ------ daily_routine = Rtn_Start_908; }; FUNC VOID Rtn_Start_908 () { TA_Smith_Sharp (07,00,19,00,"NW_BIGFARM_SMITH_SHARP"); TA_Sleep (19,00,07,00,"NW_BIGFARM_STABLE_SLEEP_02"); }; FUNC VOID Rtn_BennetWeg_908 () { TA_Stand_Drinking (07,00,19,00,"NW_BIGFARM_PATH_HODGES"); TA_Stand_Drinking (19,00,07,00,"NW_BIGFARM_PATH_HODGES"); };
D
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/Objects-normal/x86_64/JiraImageDownloader.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraImageDownloader.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetilsAttachmentsCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentApiManger.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssuePriority.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/AssigneeListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Constants.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueSummaryDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueListCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueTypes/GetIssueTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/User.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraStatusTypes/GetIssueStatusTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssuesListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Crash/CrashController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Util.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/PhotoAlbumHelper.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/SaveImageActivity.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/ApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetStatusTypesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Avatar.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueImagePreviewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueFields.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueStatus.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueType.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraCreateIssue/CreateIssueAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/FullScreenImageViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/OpacitySelectionSlider.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/QAHelperController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssueDetailViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/JiraAccountDetails.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetIssueStatusResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueCommentCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Attachment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/GetAllUsersAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/BaseViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Creator.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueComment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerOptionsView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ImageProcessingContainer.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueAttachmentCollectionViewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Comment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/CreateIssueViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsHeaderCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/QAHelper.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/KMPlaceholderTextView.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/KRProgressHUD.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/LiquidFloatingActionButton.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/Objects-normal/x86_64/JiraImageDownloader~partial.swiftmodule : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraImageDownloader.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetilsAttachmentsCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentApiManger.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssuePriority.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/AssigneeListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Constants.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueSummaryDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueListCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueTypes/GetIssueTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/User.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraStatusTypes/GetIssueStatusTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssuesListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Crash/CrashController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Util.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/PhotoAlbumHelper.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/SaveImageActivity.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/ApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetStatusTypesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Avatar.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueImagePreviewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueFields.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueStatus.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueType.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraCreateIssue/CreateIssueAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/FullScreenImageViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/OpacitySelectionSlider.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/QAHelperController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssueDetailViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/JiraAccountDetails.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetIssueStatusResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueCommentCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Attachment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/GetAllUsersAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/BaseViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Creator.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueComment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerOptionsView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ImageProcessingContainer.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueAttachmentCollectionViewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Comment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/CreateIssueViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsHeaderCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/QAHelper.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/KMPlaceholderTextView.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/KRProgressHUD.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/LiquidFloatingActionButton.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/Objects-normal/x86_64/JiraImageDownloader~partial.swiftdoc : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraImageDownloader.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetilsAttachmentsCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddAttachment/AddAttachmentApiManger.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssuePriority.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/AssigneeListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Constants.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueSummaryDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueListCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueTypes/GetIssueTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/User.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraStatusTypes/GetIssueStatusTypesAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssuesListViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Crash/CrashController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Helpers/Util.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/PhotoAlbumHelper.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/SaveImageActivity.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/ApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetStatusTypesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Avatar.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/CreateIssueImagePreviewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueFields.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueStatus.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueType.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllIssues/GetAllIssuesApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraCreateIssue/CreateIssueAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/FullScreenImageViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAddComment/AddCommentResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/OpacitySelectionSlider.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Controllers/QAHelperController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/IssueDetailViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/JiraAccountDetails.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraGetIssueStatus/GetIssueStatusResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraEditIssue/EditIssueApiManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueCommentCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Attachment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsAssigneeCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraAllUsers/GetAllUsersAPIManager.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/BaseViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Creator.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueComment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomViews/ColorPickerOptionsView.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/ImageProcessingContainer.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsDescriptionCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/IssueDetailsResponse.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueAttachmentCollectionViewCell.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraIssueDetails/Comment.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/ViewControllers/CreateIssueViewController.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/CustomCells/IssueDetailsHeaderCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/QAHelper.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Headers/ObjectMapper-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/ObjectMapper/ObjectMapper.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/KMPlaceholderTextView.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Headers/KMPlaceholderTextView-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KMPlaceholderTextView/KMPlaceholderTextView.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/KRProgressHUD.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Headers/KRProgressHUD-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/KRProgressHUD/KRProgressHUD.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/LiquidFloatingActionButton.swiftmodule/x86_64.swiftmodule /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-Swift.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Headers/LiquidFloatingActionButton-umbrella.h /Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Products/Debug-iphonesimulator/LiquidFloatingActionButton/LiquidFloatingActionButton.framework/Modules/module.modulemap
D
module twigd.reference.operators;
D
// ************************************************************ // Komm mit // ************************************************************ INSTANCE DIA_AkilsSchaf_KommMit (C_INFO) { npc = Follow_Sheep_AKIL; nr = 1; condition = DIA_AkilsSchaf_KommMit_Condition; information = DIA_AkilsSchaf_KommMit_Info; description = "Pojë se mnou!"; }; FUNC INT DIA_AkilsSchaf_KommMit_Condition() { if (self.aivar[AIV_PARTYMEMBER] == FALSE) { return TRUE; }; }; FUNC VOID DIA_AkilsSchaf_KommMit_Info() { B_KommMit (); B_LieselMaeh (); self.aivar[AIV_PARTYMEMBER] = TRUE; if (Npc_IsDead(BDT_1025_Bandit_H) == FALSE) { BDT_1025_Bandit_H.aivar[AIV_EnemyOverride] = FALSE; }; if (Npc_IsDead(BDT_1026_Bandit_H) == FALSE) { BDT_1026_Bandit_H.aivar[AIV_EnemyOverride] = FALSE; }; AI_StopProcessInfos (self); };
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module flow.engine.interceptor.CreateUserTaskBeforeContext; import hunt.collection.List; import flow.bpmn.model.UserTask; import flow.engine.deleg.DelegateExecution; class CreateUserTaskBeforeContext { protected UserTask userTask; protected DelegateExecution execution; protected string name; protected string description; protected string dueDate; protected string priority; protected string category; protected string formKey; protected string skipExpression; protected string assignee; protected string owner; protected List!string candidateUsers; protected List!string candidateGroups; this() { } this(UserTask userTask, DelegateExecution execution, string name, string description, string dueDate, string priority, string category, string formKey, string skipExpression, string assignee, string owner, List!string candidateUsers, List!string candidateGroups) { this.userTask = userTask; this.execution = execution; this.name = name; this.description = description; this.dueDate = dueDate; this.priority = priority; this.category = category; this.formKey = formKey; this.skipExpression = skipExpression; this.assignee = assignee; this.owner = owner; this.candidateUsers = candidateUsers; this.candidateGroups = candidateGroups; } public UserTask getUserTask() { return userTask; } public void setUserTask(UserTask userTask) { this.userTask = userTask; } public DelegateExecution getExecution() { return execution; } public void setExecution(DelegateExecution execution) { this.execution = execution; } public string getName() { return name; } public void setName(string name) { this.name = name; } public string getDescription() { return description; } public void setDescription(string description) { this.description = description; } public string getDueDate() { return dueDate; } public void setDueDate(string dueDate) { this.dueDate = dueDate; } public string getPriority() { return priority; } public void setPriority(string priority) { this.priority = priority; } public string getCategory() { return category; } public void setCategory(string category) { this.category = category; } public string getFormKey() { return formKey; } public void setFormKey(string formKey) { this.formKey = formKey; } public string getSkipExpression() { return skipExpression; } public void setSkipExpression(string skipExpression) { this.skipExpression = skipExpression; } public string getAssignee() { return assignee; } public void setAssignee(string assignee) { this.assignee = assignee; } public string getOwner() { return owner; } public void setOwner(string owner) { this.owner = owner; } public List!string getCandidateUsers() { return candidateUsers; } public void setCandidateUsers(List!string candidateUsers) { this.candidateUsers = candidateUsers; } public List!string getCandidateGroups() { return candidateGroups; } public void setCandidateGroups(List!string candidateGroups) { this.candidateGroups = candidateGroups; } }
D
module dminer.core.blocks; import dminer.core.minetypes; import dminer.core.world; import dlangui.graphics.scene.mesh; immutable string BLOCK_TEXTURE_FILENAME = "blocks"; immutable int BLOCK_TEXTURE_DX = 1024; immutable int BLOCK_TEXTURE_DY = 1024; immutable int BLOCK_SPRITE_SIZE = 16; immutable int BLOCK_SPRITE_STEP = 16; immutable int BLOCK_SPRITE_OFFSET = 0; immutable int BLOCK_TEXTURE_SPRITES_PER_LINE = 1024/16; immutable int VERTEX_COMPONENTS = 12; enum BlockVisibility { INVISIBLE, OPAQUE, // completely opaque (cells covered by this block are invisible) OPAQUE_SEPARATE_TX, HALF_OPAQUE, // partially paque, cells covered by this block can be visible, render as normal block HALF_OPAQUE_SEPARATE_TX, HALF_TRANSPARENT, // should be rendered last (semi transparent texture) } class BlockDef { public: cell_t id; string name; BlockVisibility visibility = BlockVisibility.INVISIBLE; int txIndex; this() { } this(cell_t blockId, string blockName, BlockVisibility v, int tx) { id = blockId; name = blockName; visibility = v; txIndex = tx; } ~this() { } // blocks behind this block can be visible @property bool canPass() { return visibility == BlockVisibility.INVISIBLE || visibility == BlockVisibility.HALF_OPAQUE || visibility == BlockVisibility.HALF_OPAQUE_SEPARATE_TX || visibility == BlockVisibility.HALF_TRANSPARENT; } // block is fully opaque (all blocks behind are invisible) @property bool isOpaque() { return visibility == BlockVisibility.OPAQUE || visibility == BlockVisibility.OPAQUE_SEPARATE_TX; } // block is visible @property bool isVisible() { return visibility != BlockVisibility.INVISIBLE; } @property bool terrainSmoothing() { return false; } /// add cube face protected void addFace(Vector3d pos, Dir face, Mesh mesh, int textureIndex) { ushort startVertexIndex = cast(ushort)mesh.vertexCount; float[VERTEX_COMPONENTS * 4] vptr; ushort[6] iptr; createFaceMesh(vptr.ptr, face, pos.x, pos.y, pos.z, textureIndex); for (int i = 0; i < 6; i++) iptr[i] = cast(ushort)(startVertexIndex + face_indexes[i]); mesh.addVertexes(vptr); mesh.addPart(PrimitiveType.triangles, iptr); } /// create cube face void createFace(World world, ref Position camPosition, Vector3d pos, Dir face, Mesh mesh) { addFace(pos, face, mesh, txIndex); } /// create faces void createFaces(World world, ref Position camPosition, Vector3d pos, int visibleFaces, Mesh mesh) { for (int i = 0; i < 6; i++) if (visibleFaces & (1 << i)) createFace(world, camPosition, pos, cast(Dir)i, mesh); } } // pos, normal, color, tx /* North, z=-1 Y^ 0 | 1 X<-----x----- 3 | 2 */ private immutable float CCC = 0.5; // cell cube coordinates private immutable float TC0 = 0.0; private immutable float TC1 = 0.99; __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_north = [ CCC, CCC, -CCC, 0.0, 0.0, -1.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, -CCC, CCC, -CCC, 0.0, 0.0, -1.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, -CCC, -CCC, -CCC, 0.0, 0.0, -1.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, CCC, -CCC, -CCC, 0.0, 0.0, -1.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1, ]; /* South, z=1 Y^ 0 | 1 -----x----->X 3 | 2 */ __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_south = [ -CCC, CCC, CCC, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, CCC, CCC, CCC, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, CCC, -CCC, CCC, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, -CCC, -CCC, CCC, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1, ]; /* West, x=-1 Y^ 0 | 1 -----x----->Z 3 | 2 */ __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_west = [ -CCC, CCC, -CCC, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, -CCC, CCC, CCC, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, -CCC, -CCC, CCC, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, -CCC, -CCC, -CCC, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1 ]; /* East, x=1 Y^ 0 | 1 Z<-----x----- 3 | 2 */ __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_east = [ CCC, CCC, CCC, -1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, CCC, CCC, -CCC, -1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, CCC, -CCC, -CCC, -1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, CCC, -CCC, CCC, -1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1, ]; /* Up, y=1 0 | 1 -----x----->X 3 | 2 Zv */ __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_up = [ -CCC, CCC, -CCC, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, CCC, CCC, -CCC, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, CCC, CCC, CCC, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, -CCC, CCC, CCC, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1, ]; /* Down, y=-1 0 | 1 X<-----x----- 3 | 2 Zv */ __gshared static const float[VERTEX_COMPONENTS * 4] face_vertices_down = [ CCC, -CCC,-CCC, 0.0, -1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC0, -CCC, -CCC,-CCC, 0.0, -1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC0, -CCC, -CCC, CCC, 0.0, -1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC1, TC1, CCC, -CCC, CCC, 0.0, -1.0, 0.0, 1.0, 1.0, 1.0, 1.0, TC0, TC1, ]; __gshared static const ushort[6] face_indexes = [ 2, 1, 0, 0, 3, 2 // CCW ]; __gshared static const ushort[6] face_indexes_back = [ 0, 2, 1, 2, 3, 1 ]; static void fillFaceMesh(float * data, const float * src, float x0, float y0, float z0, int tileX, int tileY) { for (int i = 0; i < 4; i++) { const float * srcvertex = src + i * VERTEX_COMPONENTS; float * dstvertex = data + i * VERTEX_COMPONENTS; for (int j = 0; j < VERTEX_COMPONENTS; j++) { float v = srcvertex[j]; switch (j) { case 0: // x v += x0; break; case 1: // y v += y0; break; case 2: // z v += z0; break; case 10: // tx.u v = ((tileX + v * BLOCK_SPRITE_SIZE)) / cast(float)BLOCK_TEXTURE_DX; break; case 11: // tx.v //v = (BLOCK_TEXTURE_DY - (tileY + v * BLOCK_SPRITE_SIZE)) / cast(float)BLOCK_TEXTURE_DY; v = ((tileY + v * BLOCK_SPRITE_SIZE)) / cast(float)BLOCK_TEXTURE_DY; break; default: break; } dstvertex[j] = v; } } } static void createFaceMesh(float * data, Dir face, float x0, float y0, float z0, int tileIndex) { int tileX = (tileIndex % BLOCK_TEXTURE_SPRITES_PER_LINE) * BLOCK_SPRITE_STEP + BLOCK_SPRITE_OFFSET; int tileY = (tileIndex / BLOCK_TEXTURE_SPRITES_PER_LINE) * BLOCK_SPRITE_STEP + BLOCK_SPRITE_OFFSET; // data is 11 comp * 4 vert floats switch (face) with(Dir) { default: case NORTH: fillFaceMesh(data, face_vertices_north.ptr, x0, y0, z0, tileX, tileY); break; case SOUTH: fillFaceMesh(data, face_vertices_south.ptr, x0, y0, z0, tileX, tileY); break; case WEST: fillFaceMesh(data, face_vertices_west.ptr, x0, y0, z0, tileX, tileY); break; case EAST: fillFaceMesh(data, face_vertices_east.ptr, x0, y0, z0, tileX, tileY); break; case UP: fillFaceMesh(data, face_vertices_up.ptr, x0, y0, z0, tileX, tileY); break; case DOWN: fillFaceMesh(data, face_vertices_down.ptr, x0, y0, z0, tileX, tileY); break; } } // block type definitions __gshared BlockDef[256] BLOCK_DEFS; // faster check for block->canPass() __gshared bool[256] BLOCK_TYPE_CAN_PASS; // faster check for block->isOpaque() __gshared bool[256] BLOCK_TYPE_OPAQUE; // faster check for block->isVisible() __gshared bool[256] BLOCK_TYPE_VISIBLE; // faster check for block->isVisible() __gshared bool[256] BLOCK_TERRAIN_SMOOTHING; /// registers new block type void registerBlockType(BlockDef def) { if (BLOCK_DEFS[def.id]) { if (BLOCK_DEFS[def.id] is def) return; destroy(BLOCK_DEFS[def.id]); } BLOCK_DEFS[def.id] = def; // init property shortcuts BLOCK_TYPE_CAN_PASS[def.id] = def.canPass; BLOCK_TYPE_OPAQUE[def.id] = def.isOpaque; BLOCK_TYPE_VISIBLE[def.id] = def.isVisible; BLOCK_TERRAIN_SMOOTHING[def.id] = def.terrainSmoothing; } enum BlockImage : int { stone, grass_top, grass_side, grass_top_footsteps, dirt, bedrock, sand, gravel, sandstone, clay, cobblestone, cobblestone_mossy, brick, stonebrick, red_sand, face_test=64, } enum BlockId : cell_t { air, // 0 gray_brick, brick, bedrock, clay, cobblestone, gravel, red_sand, sand, dirt, grass, face_test } /// init block types array __gshared static this() { import std.string; for (int i = 0; i < 256; i++) { if (!BLOCK_DEFS[i]) { registerBlockType(new BlockDef(cast(cell_t)i, "undef%d".format(i), BlockVisibility.INVISIBLE, 0)); } } BLOCK_TYPE_CAN_PASS[BOUND_SKY] = false; BLOCK_TYPE_VISIBLE[BOUND_SKY] = false; BLOCK_TYPE_CAN_PASS[BOUND_BOTTOM] = false; BLOCK_TYPE_VISIBLE[BOUND_BOTTOM] = true; // empty cell registerBlockType(new BlockDef(BlockId.air, "air", BlockVisibility.INVISIBLE, 0)); // standard block types registerBlockType(new BlockDef(BlockId.gray_brick, "gray_brick", BlockVisibility.OPAQUE, BlockImage.stonebrick)); registerBlockType(new BlockDef(BlockId.brick, "brick", BlockVisibility.OPAQUE, BlockImage.brick)); registerBlockType(new BlockDef(BlockId.bedrock, "bedrock", BlockVisibility.OPAQUE, BlockImage.bedrock)); registerBlockType(new BlockDef(BlockId.clay, "clay", BlockVisibility.OPAQUE, BlockImage.clay)); registerBlockType(new BlockDef(BlockId.cobblestone, "cobblestone", BlockVisibility.OPAQUE, BlockImage.cobblestone)); registerBlockType(new BlockDef(BlockId.gravel, "gravel", BlockVisibility.OPAQUE, BlockImage.gravel)); registerBlockType(new BlockDef(BlockId.red_sand, "red_sand", BlockVisibility.OPAQUE, BlockImage.red_sand)); registerBlockType(new BlockDef(BlockId.sand, "sand", BlockVisibility.OPAQUE, BlockImage.sand)); registerBlockType(new BlockDef(BlockId.dirt, "dirt", BlockVisibility.OPAQUE, BlockImage.dirt)); registerBlockType(new CustomTopBlock(BlockId.grass, "grass", BlockVisibility.OPAQUE, BlockImage.dirt, BlockImage.grass_top, BlockImage.grass_side)); // for face texture test registerBlockType(new BlockDef(BlockId.face_test, "face_test", BlockVisibility.OPAQUE, BlockImage.face_test)); //registerBlockType(new BlockDef(50, "box", BlockVisibility.HALF_OPAQUE, 50)); //registerBlockType(new TerrainBlock(100, "terrain_bedrock", 2)); //registerBlockType(new TerrainBlock(101, "terrain_clay", 3)); //registerBlockType(new TerrainBlock(102, "terrain_cobblestone", 4)); //registerBlockType(new TerrainBlock(103, "terrain_gravel", 5)); //registerBlockType(new TerrainBlock(104, "terrain_red_sand", 6)); //registerBlockType(new TerrainBlock(105, "terrain_sand", 7)); } class CustomTopBlock : BlockDef { public: int topTxIndex; int sideTxIndex; this(cell_t blockId, string blockName, BlockVisibility v, int tx, int topTx, int sideTx) { super(blockId, blockName, BlockVisibility.OPAQUE, tx); topTxIndex = topTx; sideTxIndex = sideTx; } ~this() { } /// create cube face override void createFace(World world, ref Position camPosition, Vector3d pos, Dir face, Mesh mesh) { // checking cell above cell_t blockAbove = world.getCell(pos.x, pos.y + 1, pos.z); int tx = txIndex; if (BLOCK_TYPE_CAN_PASS[blockAbove]) { if (face == Dir.UP) { tx = topTxIndex; } else if (face != Dir.DOWN) { tx = sideTxIndex; } } addFace(pos, face, mesh, tx); } }
D
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODMaker/obj/ObjectHandler.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODMaker/obj/ObjectHandler.d : /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMaker/Root/ObjectHandler.cxx /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/TStore.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Rtypes.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/RtypesCore.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/RConfig.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/RVersion.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/DllImport.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Rtypeinfo.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/snprintf.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/strlcpy.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TGenericClassInfo.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TSchemaHelper.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/ConstDataVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/DataVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/exceptions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/AuxTypes.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxxUtils/unordered_set.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxxUtils/hashtable.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_const.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_volatile.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/user.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/select_compiler_config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/compiler/gcc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/select_stdlib_config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/stdlib/libstdcpp3.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/select_platform_config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/platform/linux.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/posix_features.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/suffix.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/workaround.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/cv_traits_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/bool_trait_def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/template_arity_spec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/int.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/int_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/adl_barrier.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/adl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/msvc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/intel.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/gcc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/workaround.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/nttp_decl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/nttp.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/integral_wrapper.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/integral_c_tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/static_constant.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/static_cast.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/cat.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/config/config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/template_arity_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessor/params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/preprocessor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/comma_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/punctuation/comma_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/iif.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/logical/bool.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/facilities/empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/punctuation/comma.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repeat.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/repeat.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/debug/error.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/detail/auto_rec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/eat.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/inc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/inc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/lambda.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/ttp.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/ctps.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/overload_resolution.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/integral_constant.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/bool.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/bool_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/integral_c.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/integral_c_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/lambda_support.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/bool_trait_undef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/type_trait_def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/type_trait_undef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxxUtils/noreturn.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/OwnershipPolicy.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/IndexTrackingPolicy.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxVectorBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxVectorData.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IConstAuxStore.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/AuxDataOption.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/AuxDataOption.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/AuxDataTraits.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/DataLink.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/DataLinkBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/tools/selection_ns.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/RVersion.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/RootMetaSelection.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/DataLink.icc /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TError.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccessInterfaces/TVirtualEvent.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccessInterfaces/TVirtualEvent.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccessInterfaces/TActiveEvent.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxxUtils/override.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/likely.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/assume.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/threading.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/threading.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxVectorData.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxTypeRegistry.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxTypeVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxTypeVectorFactory.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/AuxTypeVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxSetOption.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/PackedContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/PackedParameters.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/PackedParameters.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/PackedContainer.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/AuxTypeVector.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/AuxTypeVectorFactory.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/AuxTypeVectorFactory.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxTypeRegistry.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxStore.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxElement.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxElement.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxElement.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/ATHCONTAINERS_ASSERT.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/AuxStore_traits.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/AuxVectorBase.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVLNoBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVLInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/ClassID.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVLInfo.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVLCast.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVLIterator.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/ElementProxy.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/ElementProxy.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/iterator_adaptor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/static_assert.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/iterator_categories.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/detail/config_def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/eval_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/value_wknd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/integral.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/eti.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/na_spec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/lambda_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/void_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/na.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/na_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/lambda_arity_param.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/arity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/dtp.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessor/enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/limits/arity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/logical/and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/logical/bitand.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/identity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/facilities/identity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/add.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/dec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/while.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/fold_left.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/detail/fold_left.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/expr_iif.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/adt.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/detail/is_binary.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/detail/check.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/logical/compl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/fold_right.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/detail/fold_right.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/reverse.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/detail/while.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/elem.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/facilities/expand.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/facilities/overload.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/variadic/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/rem.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/detail/is_single_return.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/variadic/elem.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/sub.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/identity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/placeholders.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/arg.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/arg_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/na_assert.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/assert.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/not.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/nested_type_wknd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/yes_no.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/arrays.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/gpu.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/pp_counter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/arity_spec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/arg_typedef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/use_preprocessed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/include_preprocessed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/compiler.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/stringize.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_convertible.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/intrinsics.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_same.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_lvalue_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_rvalue_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/ice.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/yes_no_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/ice_or.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/ice_and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/ice_not.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/ice_eq.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_array.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_arithmetic.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_integral.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_float.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_void.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_abstract.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_lvalue_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_rvalue_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_function.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/false_result.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/is_function_ptr_helper.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/declval.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/detail/config_undef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/iterator_facade.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/interoperable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/or.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/or.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/iterator_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/detail/facade_iterator_category.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_const.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/indirect_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_member_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_member_function_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_cv.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_class.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_reference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/detail/enable_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/addressof.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/addressof.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_const.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_pod.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_scalar.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/always.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessor/default_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/apply.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/apply_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/apply_wrap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_apply.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/has_xxx.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/type_wrapper.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/has_xxx.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/msvc_typename.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/array/elem.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/array/data.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/array/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/enum_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/enum_trailing_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/has_apply.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/msvc_never_true.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/lambda.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/bind.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/bind_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/bind.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/next.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/next_prior.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/common_name_wknd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/protect.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/full_lambda.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/quote.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/void.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/bcc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/template_arity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/version.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVL_iter_swap.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVL_algorithms.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/DVL_algorithms.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/IsMostDerivedFlag.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_cv.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/add_volatile.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/aligned_storage.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/aligned_storage.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/alignment_of.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/size_t_trait_def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/size_t.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/size_t_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/size_t_trait_undef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/type_with_alignment.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/for_each_i.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/for.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/detail/for.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/to_list.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/tuple/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/transform.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/append.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/common_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/conditional.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/decay.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_bounds.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/extent.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/floating_point_promotion.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/function_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_new_operator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_nothrow_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_nothrow_constructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_constructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_nothrow_copy.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_copy.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_nothrow_destructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_destructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_operator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/has_binary_operator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_base_of.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_base_and_derived.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_fundamental.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_and_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_or.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_or_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_xor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_bit_xor_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_complement.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/has_prefix_operator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_dereference.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_divides.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_divides_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_greater.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_greater_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_left_shift.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_left_shift_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_less.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_less_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_logical_and.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_logical_not.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_logical_or.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_minus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_minus_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_modulus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_modulus_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_multiplies.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_multiplies_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_negate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_not_equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_plus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_plus_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_post_decrement.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/detail/has_postfix_operator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_post_increment.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_pre_decrement.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_pre_increment.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_right_shift.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_right_shift_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_unary_minus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_unary_plus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_move_assign.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_trivial_move_constructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/has_virtual_destructor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_complex.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_compound.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_copy_constructible.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/noncopyable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/noncopyable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_copy_assignable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_floating_point.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_member_object_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_nothrow_move_assignable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/enable_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/enable_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_nothrow_move_constructible.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_object.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_polymorphic.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_signed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_stateless.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_union.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_unsigned.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/is_virtual_base_of.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/make_unsigned.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/make_signed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/rank.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_extent.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_all_extents.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/remove_volatile.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/integral_promotion.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/promote.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/ClassName.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/ClassName.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/error.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/DataVector.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/tools/CompareAndPrint.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/ConstDataVector.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/transform_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/result_of.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/iteration/iterate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/slot/slot.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/slot/detail/def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/enum_binary_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/enum_shifted_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/facilities/intercept.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/iteration/detail/iter/forward1.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/iteration/detail/bounds/lower1.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/slot/detail/shared.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/iteration/detail/bounds/upper1.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/detail/result_of_iterate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TReturnCode.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/TStore.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainers/normalizedTypeinfoName.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TDestructorRegistry.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TDestructorRegistry.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TDestructor.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TDestructor.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TCDVHolderT.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/THolder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TCDVHolderT.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMaker/CxAODMaker/ObjectHandler.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMaker/CxAODMaker/ObjectHandlerBase.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TString.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Riosfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMathBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventLoop/StatusCode.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventLoop/Global.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/SystematicRegistry.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/Global.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/SystematicSet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/SystematicCode.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/SystematicVariation.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ConfigStore.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ConfigStore.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ConfigFieldBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ConfigField.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/IndexDecorator.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ObjectDecorator.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/EnumHasher.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ObjectDecorator.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMaker/CxAODMaker/EventInfoHandler.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/EventInfoDecorator.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/AuxContainerBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxStoreIO.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthContainersInterfaces/IAuxStoreHolder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/AuxSelection.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/CLASS_DEF.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/ClassID_traits.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/BaseInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/AuxContainerBase.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/tools/AuxPersVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/AuxInfoBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/AuxInfoBase.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/tools/AuxPersInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/ShallowCopy.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/ShallowAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCore/ShallowAuxInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/GoodRunsLists/GoodRunsListSelectionTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/GoodRunsLists/IGoodRunsListSelectionTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/IAsgTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgToolsConf.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgToolMacros.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/StatusCode.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/Check.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/MsgStreamMacros.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/MsgLevel.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEventInfo/EventInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEventInfo/versions/EventInfo_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLink.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLinkBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/tools/TypeTools.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLink.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/GoodRunsLists/RegularFormula.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TFormula.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TNamed.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TObject.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TStorage.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVersionCheck.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TBuffer.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TBits.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TObjArray.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TSeqCollection.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TCollection.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TIterator.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgMessaging.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/MsgStream.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/SgTEvent.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/SgTEvent.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/TEvent.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEventFormat/EventFormat.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEventFormat/versions/EventFormat_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEventFormat/EventFormatElement.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/TEvent.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgTool.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/PropertyMgr.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/Property.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/PropertyMgr.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/TProperty.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/ToolHandle.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/ToolHandle.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/ToolStore.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/ToolHandleArray.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/ToolHandleArray.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/TProperty.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PileupReweighting/PileupReweightingTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PileupReweighting/IPileupReweightingTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PileupReweighting/TPileupReweighting.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TNamed.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TFile.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TDirectoryFile.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TDirectory.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TList.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TDatime.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TUUID.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMap.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/THashTable.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TUrl.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVectorD.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVectorT.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixT.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixTBase.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixFBasefwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDBasefwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVectorFfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVectorDfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixTUtils.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixTSym.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixTSparse.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixD.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDUtils.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDUtilsfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDSym.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDSymfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDSparse.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixDSparsefwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TRandom3.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TRandom.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfxAOD/xAODConfigTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgMetadataTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/SgTEventMeta.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/SgTEventMeta.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/TVirtualIncidentListener.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODRootAccess/tools/TIncident.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AsgTools/AsgMetadataTool.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfInterfaces/ITrigConfigTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfInterfaces/IILVL1ConfigSvc.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfInterfaces/IIHLTConfigSvc.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/CTPConfig.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/Menu.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/L1DataBaseclass.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TrigConfData.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TriggerItem.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TriggerItemNode.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/L1DataDef.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/ThresholdConfig.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TriggerThreshold.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TriggerThresholdValue.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/CaloInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/CaloSinCos.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/METSigParam.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/IsolationParam.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/ThresholdMonitor.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/PIT.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/TIP.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index_container.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/allocator_utilities.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/no_exceptions_support.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/no_exceptions_support.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/core.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/detail/config_begin.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/detail/config_end.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/at.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/at_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/at_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/begin_end.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/begin_end_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/begin_end_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/sequence_tag_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_begin.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/traits_lambda_spec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/sequence_tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/is_msvc_eti_arg.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/advance.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/advance_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/less.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/comparison_op.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/numeric_op.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/numeric_cast.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/numeric_cast_utils.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/forwarding.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/msvc_eti_base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/less.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/negate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/long.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/long_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/advance_forward.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/advance_backward.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/prior.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/deref.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/msvc_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/contains.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/contains_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/contains_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/find.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/find_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/find_if_pred.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/iter_apply.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/iter_fold_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/logical.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/pair.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/iter_fold_if_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/same_as.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/lambda_spec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/size_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/size_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/distance.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/distance_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/iter_fold.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/O1_size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/O1_size_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/O1_size_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/iter_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/iterator_range.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index_container_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/identity.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/identity_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/indexed_by.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/limits/vector.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/vector20.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/vector10.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/vector0.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/at.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/typeof.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/front.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/front_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/push_front.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/push_front_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/item.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/pop_front.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/pop_front_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/push_back.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/push_back_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/pop_back.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/pop_back_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/back.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/back_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/clear.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/clear_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/vector0.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/iterator_tags.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/plus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/arithmetic_op.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/largest_int.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/plus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/minus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/minus.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/O1_size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/empty_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/begin_end.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/include_preprocessed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/vector.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/expr_if.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/ordered_index_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/ord_index_args.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/no_duplicate_tags.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/fold.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/set0.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/at_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/has_key_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/has_key_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/overload_names.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/ptr_to_ref.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/config/operators.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/clear_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/set0.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/size_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/empty_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/insert_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/insert_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/item.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/erase_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/erase_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/erase_key_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/erase_key_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/key_type_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/key_type_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/value_type_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/value_type_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/begin_end_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/set/aux_/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/has_key.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/has_key_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/transform.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/reverse_fold.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/reverse_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/pair_view.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/iterator_category.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/min_max.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/is_sequence.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/inserter_algorithm.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/back_inserter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/push_back.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/push_back_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/inserter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/front_inserter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/push_front.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/push_front_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/clear.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/clear_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/access_specifier.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/adl_swap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/base_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/index_base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/utility.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/utility_core.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/detail/meta_utils.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/copy_map.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/auto_space.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/do_not_copy_elements_tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/node_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/reverse_iter_fold.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/reverse_iter_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/header_holder.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/index_node_base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/archive/archive_exception.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/assert.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/archive/detail/decl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/archive/detail/abi_prefix.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/abi_prefix.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/archive/detail/abi_suffix.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/abi_suffix.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/access.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/pfto.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/throw_exception.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/is_index_list.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/empty_impl.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/vartempl_support.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/tuple/tuple.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/ref.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/ref.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/tuple/detail/tuple_basic.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/cv_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/swap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/swap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/index_loader.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/nvp.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/level.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/level_enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/tracking.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/greater.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/greater.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/tracking_enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/type_info_implementation.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/split_member.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/base_object.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/force_include.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/void_cast_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/wrapper.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/index_saver.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/index_matcher.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/converter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/has_tag.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/safe_mode.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/scope_guard.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/base_from_member.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/repetition/repeat_from_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/archive_constructed.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/serialization.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/strong_typedef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/operators.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/serialization_version.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/version.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/comparison.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/not_equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/less_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/greater_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/collection_size_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/split_free.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/serialization/is_bitwise_serializable.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/mem_fun.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/hashed_index.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/call_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/call_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/foreach_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/limits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/bucket_array.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/hash_index_node.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/elem.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/hash_index_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/modify_key_adaptor.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/hashed_index_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/hash_index_args.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/hash.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/hash_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/detail/hash_float.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/detail/float_functions.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/no_tr1/cmath.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/detail/limits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/integer/static_log2.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/integer_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/cstdint.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash/extensions.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/container_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/ordered_index.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/reverse_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/next_prior.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/bidir_node_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/ord_index_node.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/uintptr_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/ord_index_ops.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/unbounded.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/value_compare.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/bind.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/mem_fn.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/mem_fn.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/get_pointer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/no_tr1/memory.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/mem_fn_template.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/mem_fn_cc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/is_placeholder.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/arg.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/visit_each.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/storage.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/bind_template.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/bind_cc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/bind_mf_cc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/bind_mf2_cc.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/bind/placeholders.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/duplicates_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/sequenced_index.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/seq_index_node.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/seq_index_ops.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/sequenced_index_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/random_access_index.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/rnd_node_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/rnd_index_node.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/math/common_factor_rt.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/math_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/rnd_index_ops.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/rnd_index_ptr_array.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/random_access_index_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/rnd_index_loader.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/PrescaleSet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/BunchGroupSet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/BunchGroup.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/PrescaledClock.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/DeadTime.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/Random.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/CTPFiles.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/PrioritySet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfL1Data/Muctpi.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTChainList.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTChain.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTPrescale.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered_map.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/unordered_map.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/unordered_map_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/functional/hash_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/equivalent.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/table.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/buckets.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/util.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/select_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/move.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/move/algorithm.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/swap.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/allocate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/dec.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/pointer_to_other.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/extract_key.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/unordered/detail/unique.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTLevel.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/composite_key.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/at.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/list/rest_n.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/multi_index/detail/cons_stdtuple.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTSequenceList.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigConfHLTData/HLTSequence.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTrigger/TriggerMenu.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTrigger/versions/TriggerMenu_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTrigger/TriggerMenuContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTrigger/versions/TriggerMenuContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/TrigDecisionTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionInterface/ITrigDecisionTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/TrigDecisionToolCore.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/ChainGroupFunctions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/std_containers_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/std/string_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/yes_no_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/sequence_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/std/list_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/std/slist_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/trim.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/begin.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/config.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/range_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/mutable_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/extract_optional_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/msvc_has_iterator_workaround.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/const_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/end.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/implementation_help.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/common.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/sfinae.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/as_literal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/iterator_range.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/iterator_range_core.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/functions.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/size_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/difference_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/concepts.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept_check.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/assert.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/detail/general.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/detail/backward_compatibility.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/detail/has_constraints.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/conversion_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/usage.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/detail/concept_def.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/for_each_i.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/seq.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/concept/detail/concept_undef.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/iterator/iterator_concepts.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/value_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/misc_concept.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/has_member_size.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/binary.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/control/deduce_d.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/cat.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/fold_left.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/seq/transform.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/mod.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/arithmetic/detail/div_base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/comparison/less_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/logical/not.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/utility/identity_type.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/checked_delete.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/checked_delete.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/distance.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/empty.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/rbegin.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/reverse_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/rend.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/has_range_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/algorithm/equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/safe_bool.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/iterator_range_io.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/range/detail/str_types.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/trim.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/classification.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/classification.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/predicate_facade.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/case_conv.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/case_conv.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/predicate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/compare.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/find.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/finder.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/constants.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/finder.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/predicate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/split.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/iter_find.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/concept.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/find_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/find_iterator.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/iterate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/detail/prologue.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/config/no_tr1/functional.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/function_base.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/detail/sp_typeinfo.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/typeinfo.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/core/demangle.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/integer.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/integer_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/type_traits/composite_traits.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function_equal.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/function_fwd.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/enum.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/preprocessor/enum_params.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/detail/function_iterate.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/detail/maybe_include.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/function/function_template.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/util.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/join.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/sequence.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/replace.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/find_format.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/find_format.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/find_format_store.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/replace_storage.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/find_format_all.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/formatter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/detail/formatter.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/algorithm/string/erase.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/ChainGroup.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/CacheGlobalMemory.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxxUtils/unordered_map.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/IDecisionUnpacker.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/Logger.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/Conditions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/FeatureContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/boost/foreach.hpp /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/Combination.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/Feature.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigSteeringEvent/TrigPassBits.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigSteeringEvent/TrigPassBitsCollection.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigSteeringEvent/TrigPassFlags.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigSteeringEvent/TrigPassFlagsCollection.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/Types.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/TriggerElement.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/TDTUtilities.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/StandaloneFeature.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/TypelessFeature.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/TrigNavStructure.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/TriggerElementFactory.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/BaseHolder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/TypedHolder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigNavStructure/TypelessHolder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigSteeringEvent/Enums.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/ConfigurationAccess.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/DecisionAccess.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/TrigDecisionTool/ExpertMethods.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/ReturnCheck.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CxAODTools/CutFlowCounter.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TH1D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TH1.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TAxis.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TAttAxis.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArrayD.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArray.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TAttLine.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TAttFill.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TAttMarker.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArrayC.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArrayS.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArrayI.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TArrayF.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Foption.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TFitResultPtr.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/PATInterfaces/ISystematicsTool.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/ElectronContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/Electron.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/Electron_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/Egamma_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBase/IParticle.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TLorentzVector.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMath.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TError.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVector3.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVector2.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrix.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixF.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixFfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixFUtils.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TMatrixFUtilsfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TRotation.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBase/ObjectType.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/EgammaDefs.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/EgammaEnums.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/CaloCluster.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/versions/CaloCluster_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CaloGeoHelpers/CaloSampling.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/CaloGeoHelpers/CaloSampling.def /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/CaloClusterBadChannelData.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/versions/CaloClusterBadChannelData_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/CaloClusterContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODCaloEvent/versions/CaloClusterContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBase/IParticleContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPrimitives/IsolationType.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventPrimitives/EventPrimitives.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Core /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/DisableStupidWarnings.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/Macros.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/MKL_support.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/Constants.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/ForwardDeclarations.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/Meta.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/StaticAssert.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/XprHelper.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/Memory.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/NumTraits.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/MathFunctions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/GenericPacketMath.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/arch/SSE/PacketMath.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/arch/SSE/MathFunctions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/arch/SSE/Complex.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/arch/Default/Settings.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Functors.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/DenseCoeffsBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/DenseBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/BlockMethods.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/MatrixBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/CommonCwiseBinaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/MatrixCwiseUnaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/MatrixCwiseBinaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventPrimitives/AmgMatrixPlugin.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/EigenBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Assign.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/BlasUtil.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/DenseStorage.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/NestByValue.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/ForceAlignedAccess.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/ReturnByValue.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/NoAlias.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/PlainObjectBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Matrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventPrimitives/SymmetricMatrixHelpers.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Array.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CwiseBinaryOp.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CwiseUnaryOp.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CwiseNullaryOp.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CwiseUnaryView.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/SelfCwiseBinaryOp.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Dot.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/StableNorm.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/MapBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Stride.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Map.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Block.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/VectorBlock.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Ref.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Transpose.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/DiagonalMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Diagonal.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/DiagonalProduct.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/PermutationMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Transpositions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Redux.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Visitor.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Fuzzy.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/IO.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Swap.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CommaInitializer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Flagged.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/ProductBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/GeneralProduct.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/TriangularMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/SelfAdjointView.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/Parallelizer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/CoeffBasedProduct.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/GeneralMatrixVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/GeneralMatrixMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/SolveTriangular.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/SelfadjointMatrixVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/SelfadjointProduct.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/SelfadjointRank2Update.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/TriangularMatrixVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/TriangularMatrixMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/TriangularSolverMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/products/TriangularSolverVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/BandMatrix.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/CoreIterators.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/BooleanRedux.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Select.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/VectorwiseOp.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Random.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Replicate.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/Reverse.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/ArrayBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/ArrayCwiseUnaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/../plugins/ArrayCwiseBinaryOps.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/ArrayWrapper.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/GlobalFunctions.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Core/util/ReenableStupidWarnings.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Dense /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Core /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/LU /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/misc/Solve.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/misc/Kernel.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/misc/Image.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/LU/FullPivLU.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/LU/PartialPivLU.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/LU/Determinant.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/LU/Inverse.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/LU/arch/Inverse_SSE.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Cholesky /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Cholesky/LLT.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Cholesky/LDLT.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/QR /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Jacobi /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Jacobi/Jacobi.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Householder /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Householder/Householder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Householder/HouseholderSequence.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Householder/BlockHouseholder.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/QR/HouseholderQR.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/QR/FullPivHouseholderQR.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/QR/ColPivHouseholderQR.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/SVD /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/SVD/JacobiSVD.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/SVD/UpperBidiagonalization.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Geometry /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/OrthoMethods.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/EulerAngles.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Homogeneous.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/RotationBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Rotation2D.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Quaternion.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/AngleAxis.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Transform.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/EventPrimitives/AmgTransformPlugin.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Translation.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Scaling.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Hyperplane.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/ParametrizedLine.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/AlignedBox.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/Umeyama.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Geometry/arch/Geometry_SSE.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Eigenvalues /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/Tridiagonalization.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/RealSchur.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/EigenSolver.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/./RealSchur.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/./Tridiagonalization.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/ComplexSchur.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/ComplexEigenSolver.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/./ComplexSchur.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/RealQZ.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/./RealQZ.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/TrackingPrimitives.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/TrackParticle.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/TrackParticle_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/VertexContainerFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/VertexFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/TrackParticleContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/TrackParticleContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/TrackParticle_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/TrackParticleContainerFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/TrackParticleFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/ElectronContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/EgammaContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/ElectronAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/ElectronAuxContainer_v3.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/EgammaAuxVariables_v3.def /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/PhotonContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/Photon.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/Photon_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/Vertex.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/Vertex_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/GeoPrimitives/GeoPrimitives.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/Eigen/Geometry /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/NeutralParticleContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/NeutralParticle.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/NeutralParticle_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/NeutralParticleContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/NeutralParticle_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/NeutralParticleContainerFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/NeutralParticleFwd.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBase/ObjectType.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/VertexContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTracking/versions/VertexContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/PhotonContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/PhotonAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODEgamma/versions/PhotonAuxContainer_v3.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/Jet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/versions/Jet_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/BTaggingContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/BTagging.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/versions/BTagging_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/BTaggingEnums.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/BTagVertexContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/BTagVertex.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/versions/BTagVertex_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/versions/BTagVertexContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBTagging/versions/BTaggingContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetConstituentVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetTypes.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/Vector4D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/Vector4Dfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/PxPyPzE4D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/eta.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/etaMax.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/GenVector_exception.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/PtEtaPhiE4D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/Math.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/PxPyPzM4D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/PtEtaPhiM4D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/LorentzVector.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/DisplacementVector3D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/Cartesian3D.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/Polar3Dfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/PositionVector3Dfwd.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/GenVectorIO.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/BitReproducible.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/Math/GenVector/CoordinateSystemTags.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetAttributes.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetContainerInfo.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/versions/Jet_v1.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/versions/JetAccessorMap_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLinkVector.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLinkVectorBase.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/AthLinks/ElementLinkVector.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetAccessors.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/versions/JetContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/JetAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODJet/versions/JetAuxContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/MuonContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/Muon.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/Muon_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/MuonSegmentContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/MuonSegment.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/MuonSegment_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/MuonIdHelpers/MuonStationIndex.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/MuonSegmentContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/MuonSegment_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/MuonContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/Muon_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/MuonAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODMuon/versions/MuonAuxContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/TauJetContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/TauJet.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/versions/TauJet_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/TauDefs.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/PFOContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/PFO.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/versions/PFO_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/PFODefs.h /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/include/TVector3.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/versions/PFO_v1.icc /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/versions/PFOAttributesAccessor_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODPFlow/versions/PFOContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/versions/TauJetContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/TauJetAuxContainer.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODTau/versions/TauJetAuxContainer_v1.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/include/xAODBase/IParticleHelpers.h /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMaker/CxAODMaker/ObjectHandler.icc
D
/Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedMoveViewJob.o : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CombinedChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/MoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedMoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Legend.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerImage.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Range.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ChartLimitLine.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ChartDataRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/AxisRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/AxisBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ComponentBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarLineChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieRadarChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/ChartAnimationEasing.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Fill.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Platform.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Description.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CombinedChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CandleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/LineChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ScatterChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/IMarker.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ViewPortHandler.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Transformer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Renderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LegendRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/IShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/XShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CombinedChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/PieChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BubbleChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CandleStickChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/HorizontalBarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/RadarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ScatterChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/IHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/CombinedHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/BarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/HorizontalBarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/RadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieRadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/ChartHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IndexAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/Animator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Filters/DataApproximator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartColorTemplates.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/XAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/YAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartUtils.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/ChartBaseDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IPieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ICandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Highlight.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/TransformerHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CombinedChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BubbleChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/LineChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CandleStickChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/HorizontalBarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/RadarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ScatterChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/LegendEntry.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Headers/Public/Charts/Charts.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedMoveViewJob~partial.swiftmodule : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CombinedChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/MoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedMoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Legend.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerImage.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Range.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ChartLimitLine.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ChartDataRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/AxisRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/AxisBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ComponentBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarLineChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieRadarChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/ChartAnimationEasing.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Fill.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Platform.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Description.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CombinedChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CandleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/LineChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ScatterChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/IMarker.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ViewPortHandler.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Transformer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Renderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LegendRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/IShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/XShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CombinedChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/PieChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BubbleChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CandleStickChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/HorizontalBarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/RadarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ScatterChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/IHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/CombinedHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/BarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/HorizontalBarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/RadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieRadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/ChartHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IndexAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/Animator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Filters/DataApproximator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartColorTemplates.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/XAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/YAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartUtils.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/ChartBaseDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IPieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ICandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Highlight.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/TransformerHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CombinedChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BubbleChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/LineChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CandleStickChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/HorizontalBarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/RadarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ScatterChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/LegendEntry.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Headers/Public/Charts/Charts.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedMoveViewJob~partial.swiftdoc : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CombinedChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartData.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedViewPortJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/MoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedMoveViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/ZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Jobs/AnimatedZoomViewJob.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Legend.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerImage.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Range.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ChartLimitLine.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ChartDataRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/AxisRendererBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/AxisBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/ComponentBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarLineChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieRadarChartViewBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/ChartAnimationEasing.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Fill.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Platform.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/Description.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CombinedChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/CandleChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/LineChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/BarChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Interfaces/ScatterChartDataProvider.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/IMarker.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ViewPortHandler.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/Transformer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Renderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LegendRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/IShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/XShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineRadarRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CombinedChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/PieChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BubbleChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/LineChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/CandleStickChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/BarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/HorizontalBarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/RadarChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/ScatterChartRenderer.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/IHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/CombinedHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/BarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/HorizontalBarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/RadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/PieRadarHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/ChartHighlighter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IndexAxisValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultValueFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/IFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Formatters/DefaultFillFormatter.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Animation/Animator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Filters/DataApproximator.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartColorTemplates.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/XAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/YAxis.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/ChartUtils.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/ChartBaseDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IPieChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ICandleChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IBarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Interfaces/IScatterChartDataSet.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Highlight/Highlight.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Utils/TransformerHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/XAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Renderers/YAxisRendererRadarChart.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/MarkerView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CombinedChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/PieChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BubbleChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/LineChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/CandleStickChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/BarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/HorizontalBarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/RadarChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Charts/ScatterChartView.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Components/LegendEntry.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Headers/Public/Charts/Charts.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes
D
module godot.popuppanel; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.d.bind; import godot.object; import godot.classdb; import godot.popup; @GodotBaseClass struct PopupPanel { static immutable string _GODOT_internal_name = "PopupPanel"; public: union { godot_object _godot_object; Popup base; } alias base this; alias BaseClasses = AliasSeq!(typeof(base), typeof(base).BaseClasses); bool opEquals(in PopupPanel other) const { return _godot_object.ptr is other._godot_object.ptr; } PopupPanel opAssign(T : typeof(null))(T n) { _godot_object.ptr = null; } bool opEquals(typeof(null) n) const { return _godot_object.ptr is null; } mixin baseCasts; static PopupPanel _new() { static godot_class_constructor constructor; if(constructor is null) constructor = godot_get_class_constructor("PopupPanel"); if(constructor is null) return typeof(this).init; return cast(PopupPanel)(constructor()); } }
D
// Copyright Brian Schott (Hackerpilot) 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module analysis.undocumented; import std.d.ast; import std.d.lexer; import analysis.base; import std.stdio; /** * Checks for undocumented public declarations. Ignores some operator overloads, * main functions, and functions whose name starts with "get" or "set". */ class UndocumentedDeclarationCheck : BaseAnalyzer { alias visit = BaseAnalyzer.visit; this(string fileName) { super(fileName); } override void visit(const Module mod) { push(tok!"public"); mod.accept(this); } override void visit(const Declaration dec) { if (dec.attributeDeclaration) { auto attr = dec.attributeDeclaration.attribute; if (isProtection(attr.attribute)) set(attr.attribute); else if (dec.attributeDeclaration.attribute.storageClass !is null && dec.attributeDeclaration.attribute.storageClass.token == tok!"override") { setOverride(true); } } else { bool shouldPop = false; bool prevOverride = getOverride(); bool ovr = false; foreach (attribute; dec.attributes) { if (isProtection(attribute.attribute)) { shouldPop = true; push(attribute.attribute); } else if (attribute.storageClass !is null && attribute.storageClass.token == tok!"override") { ovr = true; } } if (ovr) setOverride(true); dec.accept(this); if (shouldPop) pop(); if (ovr) setOverride(prevOverride); } } override void visit(const VariableDeclaration variable) { if (!currentIsInteresting() || variable.comment !is null) return; if (variable.autoDeclaration !is null) { addMessage(variable.autoDeclaration.identifiers[0].line, variable.autoDeclaration.identifiers[0].column, variable.autoDeclaration.identifiers[0].text); return; } foreach (dec; variable.declarators) { addMessage(dec.name.line, dec.name.column, dec.name.text); return; } } override void visit(const FunctionBody fb) {} override void visit(const Unittest u) {} mixin V!ClassDeclaration; mixin V!InterfaceDeclaration; mixin V!StructDeclaration; mixin V!UnionDeclaration; mixin V!TemplateDeclaration; mixin V!FunctionDeclaration; mixin V!Constructor; private: mixin template V(T) { override void visit(const T declaration) { import std.traits : hasMember; if (currentIsInteresting()) { if (declaration.comment is null) { static if (hasMember!(T, "name")) { static if (is (T == FunctionDeclaration)) { import std.algorithm : canFind; if (!(ignoredFunctionNames.canFind(declaration.name.text) || isGetterOrSetter(declaration.name.text))) { addMessage(declaration.name.line, declaration.name.column, declaration.name.text); } } else { addMessage(declaration.name.line, declaration.name.column, declaration.name.text); } } else { addMessage(declaration.line, declaration.column, null); } } static if (!(is (T == TemplateDeclaration) || is(T == FunctionDeclaration))) { declaration.accept(this); } } } } static bool isGetterOrSetter(string name) { import std.algorithm:startsWith; return name.startsWith("get") || name.startsWith("set"); } void addMessage(size_t line, size_t column, string name) { import std.string : format; addErrorMessage(line, column, "dscanner.style.undocumented_declaration", name is null ? "Public declaration is undocumented." : format("Public declaration '%s' is undocumented.", name)); } bool getOverride() { return stack[$ - 1].isOverride; } void setOverride(bool o = true) { stack[$ - 1].isOverride = o; } bool currentIsInteresting()() { return stack[$ - 1].protection == tok!"public" && !(stack[$ - 1].isOverride); } void set(IdType p) in { assert (isProtection(p)); } body { stack[$ - 1].protection = p; } void push(IdType p) in { assert (isProtection(p)); } body { stack ~= ProtectionInfo(p, false); } void pop() { stack = stack[0 .. $ - 1]; } static struct ProtectionInfo { IdType protection; bool isOverride; } ProtectionInfo[] stack; } // Ignore undocumented symbols with these names private immutable string[] ignoredFunctionNames = [ "opCmp", "opEquals", "toString", "toHash", "main" ];
D
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) 2013 - 2015 Jeremy DeHaan ([email protected]) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution */ module dsfml.audio.soundstream; import core.thread; import core.time; import dsfml.audio.soundsource; import dsfml.system.vector3; import dsfml.system.err; /++ + Abstract base class for streamed audio sources. + + Unlike audio buffers (see SoundBuffer), audio streams are never completely loaded in memory. + + Instead, the audio data is acquired continuously while the stream is playing. This behaviour allows to play a sound with no loading delay, and keeps the memory consumption very low. + + Sound sources that need to be streamed are usually big files (compressed audio musics that would eat hundreds of MB in memory) or files that would take a lot of time to be received (sounds played over the network). + + SoundStream is a base class that doesn't care about the stream source, which is left to the derived class. SFML provides a built-in specialization for big files (see Music). No network stream source is provided, but you can write your own by combining this class with the network module. + + A derived class has to override two virtual functions: + - onGetData fills a new chunk of audio data to be played. + - onSeek changes the current playing position in the source + + It is important to note that each SoundStream is played in its own separate thread, so that the streaming loop doesn't block the rest of the program. In particular, the OnGetData and OnSeek virtual functions may sometimes be called from this separate thread. It is important to keep this in mind, because you may have to take care of synchronization issues if you share data between threads. + + See_Also: http://sfml-dev.org/documentation/2.0/classsf_1_1SoundStream.php#details + Authors: Laurent Gomila, Jeremy DeHaan +/ class SoundStream:SoundSource { package sfSoundStream* sfPtr; private SoundStreamCallBacks callBacks; protected this() { callBacks = new SoundStreamCallBacks(this); sfPtr = sfSoundStream_construct(callBacks); } ~this() { import dsfml.system.config; mixin(destructorOutput); sfSoundStream_destroy(sfPtr); } protected void initialize(uint channelCount, uint sampleRate) { import dsfml.system.string; sfSoundStream_initialize(sfPtr, channelCount, sampleRate); err.write(toString(sfErr_getOutput())); } @property { void pitch(float newPitch) { sfSoundStream_setPitch(sfPtr, newPitch); } float pitch() { return sfSoundStream_getPitch(sfPtr); } } /** * The volume of the sound. * * The volume is a vlue between 0 (mute) and 100 (full volume). The default value for the volume is 100. */ @property { void volume(float newVolume) { sfSoundStream_setVolume(sfPtr, newVolume); } float volume() { return sfSoundStream_getVolume(sfPtr); } } /** * The 3D position of the sound in the audio scene. * * Only sounds with one channel (mono sounds) can be spatialized. The default position of a sound is (0, 0, 0). */ @property { void position(Vector3f newPosition) { sfSoundStream_setPosition(sfPtr, newPosition.x, newPosition.y, newPosition.z); } Vector3f position() { Vector3f temp; sfSoundStream_getPosition(sfPtr, &temp.x, &temp.y, &temp.z); return temp; } } /** * Whether or not the stream should loop after reaching the end. * * If set, the stream will restart from the beginning after reaching the end and so on, until it is stopped or looping is set to false. * * Default looping state for streams is false. */ @property { void isLooping(bool loop) { sfSoundStream_setLoop(sfPtr, loop); } bool isLooping() { return sfSoundStream_getLoop(sfPtr); } } /** * The current playing position (from the beginning) of the stream. * * The playing position can be changed when the stream is either paused or playing. */ @property { void playingOffset(Duration offset) { sfSoundStream_setPlayingOffset(sfPtr, offset.total!"usecs"); } Duration playingOffset() { return usecs(sfSoundStream_getPlayingOffset(sfPtr)); } } /** * Make the sound's position relative to the listener (true) or absolute (false). * * Making a sound relative to the listener will ensure that it will always be played the same way regardless the position of the listener. This can be useful for non-spatialized sounds, sounds that are produced by the listener, or sounds attached to it. The default value is false (position is absolute). */ @property { void relativeToListener(bool relative) { sfSoundStream_setRelativeToListener(sfPtr, relative); } bool relativeToListener() { return sfSoundStream_isRelativeToListener(sfPtr); } } /** * The minimum distance of the sound. * * The "minimum distance" of a sound is the maximum distance at which it is heard at its maximum volume. Further than the minimum distance, it will start to fade out according to its attenuation factor. A value of 0 ("inside the head of the listener") is an invalid value and is forbidden. The default value of the minimum distance is 1. */ @property { void minDistance(float distance) { sfSoundStream_setMinDistance(sfPtr, distance); } float minDistance() { return sfSoundStream_getMinDistance(sfPtr); } } /** * The attenuation factor of the sound. * * The attenuation is a multiplicative factor which makes the sound more or less loud according to its distance from the listener. An attenuation of 0 will produce a non-attenuated sound, i.e. its volume will always be the same whether it is heard from near or from far. * * On the other hand, an attenuation value such as 100 will make the sound fade out very quickly as it gets further from the listener. The default value of the attenuation is 1. */ @property { void attenuation(float newAttenuation) { sfSoundStream_setAttenuation(sfPtr, newAttenuation); } float attenuation() { return sfSoundStream_getAttenuation(sfPtr); } } /** * The number of channels of the stream. * * 1 channel means mono sound, 2 means stereo, etc. * * Returns: Number of channels */ @property { uint channelCount() { return sfSoundStream_getChannelCount(sfPtr); } } /** * The stream sample rate of the stream * * The sample rate is the number of audio samples played per second. The higher, the better the quality. * * Returns: Sample rate, in number of samples per second. */ @property { uint sampleRate() { return sfSoundStream_getSampleRate(sfPtr); } } @property { Status status() { return cast(Status)sfSoundStream_getStatus(sfPtr); } } void play() { import dsfml.system.string; sfSoundStream_play(sfPtr); err.write(toString(sfErr_getOutput())); } void pause() { sfSoundStream_pause(sfPtr); } void stop() { sfSoundStream_stop(sfPtr); } abstract bool onGetData(ref const(short)[] samples); abstract void onSeek(Duration timeOffset); } private extern(C++) { struct Chunk { const(short)* samples; size_t sampleCount; } } private extern(C++) interface sfmlSoundStreamCallBacks { public: bool onGetData(Chunk* chunk); void onSeek(long time); } class SoundStreamCallBacks: sfmlSoundStreamCallBacks { SoundStream m_stream; this(SoundStream stream) { m_stream = stream; } extern(C++) bool onGetData(Chunk* chunk) { const(short)[] samples; auto ret = m_stream.onGetData(samples); (*chunk).samples = samples.ptr; (*chunk).sampleCount = samples.length; return ret; } extern(C++) void onSeek(long time) { m_stream.onSeek(usecs(time)); } } private extern(C): struct sfSoundStream; sfSoundStream* sfSoundStream_construct(sfmlSoundStreamCallBacks callBacks); void sfSoundStream_destroy(sfSoundStream* soundStream); void sfSoundStream_initialize(sfSoundStream* soundStream, uint channelCount, uint sampleRate); void sfSoundStream_play(sfSoundStream* soundStream); void sfSoundStream_pause(sfSoundStream* soundStream); void sfSoundStream_stop(sfSoundStream* soundStream); int sfSoundStream_getStatus(const sfSoundStream* soundStream); uint sfSoundStream_getChannelCount(const sfSoundStream* soundStream); uint sfSoundStream_getSampleRate(const sfSoundStream* soundStream); void sfSoundStream_setPitch(sfSoundStream* soundStream, float pitch); void sfSoundStream_setVolume(sfSoundStream* soundStream, float volume); void sfSoundStream_setPosition(sfSoundStream* soundStream, float positionX, float positionY, float positionZ); void sfSoundStream_setRelativeToListener(sfSoundStream* soundStream, bool relative); void sfSoundStream_setMinDistance(sfSoundStream* soundStream, float distance); void sfSoundStream_setAttenuation(sfSoundStream* soundStream, float attenuation); void sfSoundStream_setPlayingOffset(sfSoundStream* soundStream, long timeOffset); void sfSoundStream_setLoop(sfSoundStream* soundStream, bool loop); float sfSoundStream_getPitch(const sfSoundStream* soundStream); float sfSoundStream_getVolume(const sfSoundStream* soundStream); void sfSoundStream_getPosition(const sfSoundStream* soundStream, float* positionX, float* positionY, float* positionZ); bool sfSoundStream_isRelativeToListener(const sfSoundStream* soundStream); float sfSoundStream_getMinDistance(const sfSoundStream* soundStream); float sfSoundStream_getAttenuation(const sfSoundStream* soundStream); bool sfSoundStream_getLoop(const sfSoundStream* soundStream); long sfSoundStream_getPlayingOffset(const sfSoundStream* soundStream); const(char)* sfErr_getOutput();
D
cause to throb or beat rapidly shake with fast, tremulous movements beat rapidly
D
/* * ti_real.d * * This module implements the TypeInfo for the real type. * */ module runtime.typeinfo.ti_real; import runtime.util; class TypeInfo_e : TypeInfo { char[] toString() { return "real"; } hash_t getHash(void *p) { return (cast(uint *)p)[0] + (cast(uint *)p)[1] + (cast(ushort *)p)[4]; } int equals(void *p1, void *p2) { return _equals(*cast(real *)p1, *cast(real *)p2); } int compare(void *p1, void *p2) { return _compare(*cast(real *)p1, *cast(real *)p2); } size_t tsize() { return real.sizeof; } void swap(void *p1, void *p2) { real t; t = *cast(real *)p1; *cast(real *)p1 = *cast(real *)p2; *cast(real *)p2 = t; } void[] init() { static real r; return (cast(real *)&r)[0 .. 1]; } package: static int _equals(real f1, real f2) { return f1 == f2 || (isnan(f1) && isnan(f2)); } static int _compare(real d1, real d2) { // if either are NaN if (d1 !<>= d2) { if (isnan(d1)) { if (isnan(d2)) { return 0; } return -1; } return 1; } return (d1 == d2) ? 0 : ((d1 < d2) ? -1 : 1); } }
D
/home/flowersamda/Rust/learning/mutex/target/debug/deps/mutex-c3b5d9e0ad67b96e: src/main.rs /home/flowersamda/Rust/learning/mutex/target/debug/deps/mutex-c3b5d9e0ad67b96e.d: src/main.rs src/main.rs:
D
/Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/ExpandableNames.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/ViewController2.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/AppDelegate.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/JsonAssignedTasks+CoreDataClass.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/JsonAssignedTasks+CoreDataProperties.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/JsonWorkersEmployeeDetails+CoreDataClass.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/JsonWorkersEmployeeDetails+CoreDataProperties.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/Person+CoreDataClass.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/Person+CoreDataProperties.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/CoreDataSampleApp+CoreDataModel.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/CoreDataSampleApp.swiftmodule : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/CoreDataSampleApp.swiftdoc : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/CoreDataSampleApp-Swift.h : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/AppDelegate.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/CoreDataSampleApp+CoreDataModel.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataProperties.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ExpandableNames.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/Person+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonAssignedTasks+CoreDataClass.swift /Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/DerivedSources/CoreDataGenerated/CoreDataSampleApp/JsonWorkersEmployeeDetails+CoreDataClass.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule
D
module android.java.android.media.MediaController2_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import7 = android.java.java.lang.Class_d_interface; import import2 = android.java.android.media.MediaController2_Builder_d_interface; import import5 = android.java.android.media.MediaController2_ControllerCallback_d_interface; import import6 = android.java.android.media.MediaController2_d_interface; import import3 = android.java.android.os.Bundle_d_interface; import import4 = android.java.java.util.concurrent.Executor_d_interface; import import1 = android.java.android.media.Session2Token_d_interface; import import0 = android.java.android.content.Context_d_interface; @JavaName("MediaController2$Builder") final class MediaController2_Builder : IJavaObject { static immutable string[] _d_canCastTo = [ ]; @Import this(import0.Context, import1.Session2Token); @Import import2.MediaController2_Builder setConnectionHints(import3.Bundle); @Import import2.MediaController2_Builder setControllerCallback(import4.Executor, import5.MediaController2_ControllerCallback); @Import import6.MediaController2 build(); @Import import7.Class getClass(); @Import int hashCode(); @Import bool equals(IJavaObject); @Import @JavaName("toString") string toString_(); override string toString() { return arsd.jni.javaObjectToString(this); } @Import void notify(); @Import void notifyAll(); @Import void wait(long); @Import void wait(long, int); @Import void wait(); mixin IJavaObjectImplementation!(false); public static immutable string _javaParameterString = "Landroid/media/MediaController2$Builder;"; }
D
import std.stdio, std.algorithm, std.range, std.array; struct Prop { int[string] data; ref opDispatch(string s)() pure nothrow { return data[s]; } } immutable code = ` writef("% 4d", e.seq); if (e.seq != 1) { e.cnt++; e.seq = (e.seq & 1) ? 3 * e.seq + 1 : e.seq / 2; }`; void main() { auto envs = 12.iota.map!(i => Prop(["cnt": 0, "seq": i+1])).array; while (envs.any!(env => env.seq > 1)) { foreach (e; envs) { mixin(code); } writeln; } writefln("Counts:\n%(% 4d%)", envs.map!(env => env.cnt)); }
D
module haxe.HaxeObject; import haxe.HaxeTypes; import haxe.Serializer; import IntUtil = tango.text.convert.Integer; /** Types that can be accessed as hashes of Dynamic **/ package template DynamicHashType(T, alias F) { T opIndex(char[] key) { auto v = (key in F); if(v) return *v; return new Null(); } T opIndexAssign(T v, char[] key) { if(v is null) v = new Dynamic(); F[key] = v; return v; } int opApply(int delegate(ref T) dg) { int res; foreach(char[] k, ref T v; F) { if((res = dg(v)) != 0) break; } return res; } int opApply(int delegate(ref char[] key, ref T val) dg) { int res; foreach(char[] k, ref T v; F) { if((res = dg(k, v)) != 0) break; } return res; } } class HaxeObject : Dynamic, HaxeSerializable { public HaxeType type() { return HaxeType.TObject; } public Dynamic[char[]] __fields; public char[] __classname() { return "Object"; } this() { isNull = false; } /** Creator which takes a variadic list of char[] name, * value, ... **/ public static HaxeObject create(...) { auto o = new HaxeObject(); for (int i = 0; i < _arguments.length; i+=2) { char[] key = *cast(char[] *)_argptr; _argptr += key.length; Dynamic v; if (_arguments[i+1] == typeid(Dynamic)) { v = *cast(Dynamic *)_argptr; _argptr += v.sizeof; } else if (_arguments[i+1] == typeid(long)) { long val = *cast(long *)_argptr; _argptr += val.sizeof; v = new Int(val); } else if (_arguments[i+1] == typeid(real)) { real val = *cast(real *)_argptr; _argptr += val.sizeof; v = new Float(val); } else if (_arguments[i+1] == typeid(char [])) { char[] val = *cast(char[] *)_argptr; _argptr += val.sizeof; v = new String(val); } else if(v is null) { v = new Dynamic(); _argptr += v.sizeof; } else assert(0); o.__fields[key] = v; } } mixin DynamicHashType!(Dynamic, __fields); public char[] toString() { char[] b = "{"; bool first = true; foreach(k, v; __fields) { if(first) first = false; else b ~= ", "; b ~= k; b ~= ": "; b ~= v.toString(); } b ~= "}"; return b; } /** Only serializes the fields of the object. **/ public void __serialize(ref Serializer s) { s.serializeFields(__fields); } public bool __unserialize(ref HaxeObject o) { foreach(k, v; o.__fields) { __fields[k] = v; } return true; } }
D
instance PAL_91190_RITTER(Npc_Default) { name[0] = NAME_Ritter; guild = GIL_PAL; id = 91190; voice = 8; flags = 0; npcType = NPCTYPE_OCAMBIENT; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1H_Blessed_02); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Fighter",Face_N_Normal20,BodyTex_N,ItAr_PAL_M_NPC); Mdl_SetModelFatness(self,0); Mdl_ApplyOverlayMds(self,"Humans_Militia.mds"); B_GiveNpcTalents(self); B_SetFightSkills(self,80); daily_routine = rtn_start_91190; }; func void rtn_start_91190() { TA_Sit_Campfire(9,0,23,0,"NW_BIGFARM_CAMPON_19"); TA_Sit_Campfire(23,0,9,0,"NW_BIGFARM_CAMPON_19"); }; func void rtn_inbattle_91190() { ta_bigfight(8,0,22,0,"NW_BIGFIGHT_8698"); ta_bigfight(22,0,8,0,"NW_BIGFIGHT_8698"); };
D
func void ZS_StandAround() { PrintDebugNpc(PD_TA_FRAME,"ZS_StandAround"); B_SetPerception(self); if(Npc_WasInState(self,ZS_Smalltalk)) { Npc_PercEnable(self,PERC_NPCCOMMAND,B_SmallTalk); }; AI_SetWalkMode(self,NPC_WALK); B_ClearItem(self); if(!Npc_IsOnFP(self,"CAMPFIRE")) { PrintDebugNpc(PD_TA_CHECK,"...nicht auf FP!"); AI_GotoWP(self,self.wp); }; }; func int ZS_StandAround_Loop() { var int choice; PrintDebugNpc(PD_TA_LOOP,"ZS_StandAround_Loop"); if(Npc_WasInState(self,ZS_Smalltalk)) { B_GotoFP(self,"SMALLTALK"); AI_AlignToFP(self); } else if(Wld_IsFPAvailable(self,"CAMPFIRE")) { B_GotoFP(self,"CAMPFIRE"); AI_AlignToFP(self); } else { Npc_PerceiveAll(self); if(Wld_DetectNpcEx(self,-1,NOFUNC,-1,0)) { AI_TurnToNPC(self,other); }; }; if(Npc_WasInState(self,ZS_Smalltalk)) { Npc_SendPassivePerc(self,PERC_NPCCOMMAND,self,self); }; choice = Hlp_Random(100); PrintDebugInt(PD_TA_DETAIL,"...Zufallsani-Wurf: ",choice); if(self.aivar[AIV_ITEMSTATUS] == TA_IT_NONE) { if(C_NpcBelongsToOldCamp(self)) { if(choice < 10) { B_ChooseApple(self); } else if(choice < 20) { B_ChooseLoaf(self); } else if(choice < 30) { B_ChooseCheese(self); } else if(choice < 40) { B_ChooseBeer(self); } else if(choice < 60) { B_ChooseMeat(self); } else if(choice < 80) { B_Pee(self); } else if(choice < 100) { B_Bored(self); }; } else if(C_NpcBelongsToNewCamp(self)) { if(choice < 10) { B_ChooseRice(self); } else if(choice < 30) { B_ChooseWine(self); } else if(choice < 50) { B_ChooseBooze(self); } else if(choice < 60) { B_ChooseJoint(self); } else if(choice < 80) { B_Pee(self); } else if(choice < 100) { B_Bored(self); }; } else if(C_NpcBelongsToPsiCamp(self)) { if(choice < 20) { B_ChooseSoup(self); } else if(choice < 80) { B_ChooseJoint(self); } else if(choice < 90) { B_Pee(self); } else if(choice < 100) { B_Bored(self); }; }; } else if(choice < 20) { B_ClearItem(self); }; B_PlayItemRandoms(self); AI_Wait(self,1); return LOOP_CONTINUE; }; func void ZS_StandAround_End() { PrintDebugNpc(PD_TA_FRAME,"ZS_StandAround_End"); C_StopLookAt(self); B_ClearItem(self); }; func void B_SmallTalk() { PrintDebugNpc(PD_TA_FRAME,"B_SmallTalk"); if(Npc_IsInState(other,ZS_StandAround) && Npc_IsOnFP(other,"SMALLTALK") && (Npc_GetDistToNpc(self,other) < HAI_DIST_SMALLTALK)) { PrintDebugNpc(PD_TA_CHECK,"...'other' geeigneter SmallTalk-Partner!"); Npc_PercDisable(other,PERC_ASSESSPLAYER); Npc_PercDisable(other,PERC_OBSERVEINTRUDER); B_FullStop(other); Npc_SetTarget(other,self); Npc_GetTarget(self); AI_StartState(other,ZS_Smalltalk,1,""); Npc_PercDisable(self,PERC_ASSESSPLAYER); Npc_PercDisable(self,PERC_OBSERVEINTRUDER); B_FullStop(self); Npc_SetTarget(self,other); Npc_GetTarget(self); AI_StartState(self,ZS_Smalltalk,1,""); }; };
D
import std.stdio, std.regex, std.string; struct Token { string type; string value; ulong line; ulong position; } void main() { //Alpha-numeric auto whitespace = regex(r"^( +)"); auto number = regex(r"^([0-9]+)"); auto word = regex(r"^([a-z|A-Z]+)"); //Grouping auto langle = regex(r"^\<"); auto rangle = regex(r"^\>"); auto lbracket = regex(r"^\["); auto rbracket = regex(r"^\]"); auto lbrace = regex(r"^\{"); auto rbrace = regex(r"^\}"); auto lparen = regex(r"^\("); auto rparen = regex(r"^\)"); //Punctuation auto period = regex(r"^\."); auto elipses = regex(r"^..."); auto comma = regex(r"^,"); auto question = regex(r"^\?"); auto exclamation = regex(r"^\!"); auto colon = regex(r"^\:"); auto semicolon = regex(r"^;"); //Special auto at = regex(r"^\@"); auto newline = regex(r"^\n"); //Reserved auto reserved = regex(r"^(chapter|toc-title)"); //Other auto user = regex(r"^"); auto m = match("1", r"1"); //Cursor position ulong line = 1; ulong position = 1; ulong skiplength; //Token string lexitem; string lexvalue; Token[] tokens; /* Tests assert("".match(number)); assert(" 123".match(number)); assert("123 abc".match(number)); */ //TODO. want to be able to call it like document.tab(width) void tab(ref string document, ulong newPosition) { if (document.length != 0) { //increment cursor position counter position = position + newPosition; //Return tail of document document = document[newPosition .. $]; } } void printTokens(Token[] tokens) { foreach (token; tokens) writefln("%d:%d\t%s\t%s",token.line, token.position, token.type, token.value); } //Mock input string document = "@chapter 13: The Sleeper Awakens\n @toc-title The Sleeper\nWhy do we sleep? She asked."; writeln(document); while (document.length != 0) { /*TODO. the lexicon should be in an associative array and use a foreach loop to cycle through the definitions. Then * it's easier to add more definitions, and won't have to * add a new "if" statement for each. keep it generic foreach (definition; lexicon) { if (document.match(definition) if lexicon.hasKey(definition) { } */ if (document.match(whitespace)) { m = document.match(whitespace); lexitem = "SPACE"; lexvalue = m.captures[1]; skiplength = m.captures[1].length; } else if (document.match(number)) { m = document.match(number); lexitem = "NUMBER"; lexvalue = m.captures[1]; skiplength = m.captures[1].length; } else if (document.match(lbracket)) { lexitem = "LBRACKET"; lexvalue = ""; skiplength = 1; } else if (document.match(rbracket)) { lexitem = "RBRACKET"; lexvalue = ""; skiplength = 1; } else if (document.match(lbrace)) { lexitem = "LBRACE"; lexvalue = ""; skiplength = 1; } else if (document.match(rbrace)) { lexitem = "RBRACE"; lexvalue = ""; skiplength = 1; } else if (document.match(lparen)) { lexitem = "LPAREN"; lexvalue = ""; skiplength = 1; } else if (document.match(rparen)) { lexitem = "RPAREN"; lexvalue = ""; skiplength = 1; } else if (document.match(langle)) { lexitem = "LANGLE"; lexvalue = ""; skiplength = 1; } else if (document.match(rangle)) { lexitem = "RANGLE"; lexvalue = ""; skiplength = 1; } else if (document.match(question)) { lexitem = "QUESTION"; lexvalue = ""; skiplength = 1; } else if (document.match(exclamation)) { lexitem = "EXCLAMATION"; lexvalue = ""; skiplength = 1; } else if (document.match(period)) { lexitem = "PERIOD"; lexvalue = ""; skiplength = 1; } else if (document.match(colon)) { lexitem = "COLON"; lexvalue = ""; skiplength = 1; } else if (document.match(semicolon)) { lexitem = "SEMICOLON"; lexvalue = ""; skiplength = 1; } else if (document.match(comma)) { lexitem = "COMMA"; lexvalue = ""; skiplength = 1; } else if (document.match(at)) { lexitem = "@"; lexvalue = ""; skiplength = 1; } else if (document.match(newline)) { lexitem = "NEWLINE"; lexvalue = ""; skiplength = 1; } else if (document.match(reserved)) { m = document.match(reserved); lexitem = "RESERVED"; lexvalue = m.captures[1]; skiplength = m.captures[1].length; } else if (document.match(word)) { m = document.match(word); lexitem = "WORD"; lexvalue = m.captures[1]; skiplength = m.captures[1].length; } else { lexitem = "UNKNOWN"; lexvalue = "null"; } tokens = tokens ~ Token(lexitem, lexvalue, line, position); //If \n, increment line number and reset cursor position. if (lexitem == "NEWLINE") { line++; position = 0; } //le tab(document, skiplength); } printTokens(tokens); }
D
// REQUIRED_ARGS: -de /* TEST_OUTPUT: --- fail_compilation/fail20163.d-mixin-10(10): Deprecation: module `imports.fail20164` is deprecated --- */ module fail20163; mixin("import imports.fail20164;");
D
//https://rosettacode.org/wiki/Polynomial_regression import std.algorithm; import std.range; import std.stdio; auto average(R)(R r) { auto t = r.fold!("a+b", "a+1")(0, 0); return cast(double) t[0] / t[1]; } void polyRegression(int[] x, int[] y) { auto n = x.length; auto r = iota(0, n).array; auto xm = x.average(); auto ym = y.average(); auto x2m = r.map!"a*a".average(); auto x3m = r.map!"a*a*a".average(); auto x4m = r.map!"a*a*a*a".average(); auto xym = x.zip(y).map!"a[0]*a[1]".average(); auto x2ym = x.zip(y).map!"a[0]*a[0]*a[1]".average(); auto sxx = x2m - xm * xm; auto sxy = xym - xm * ym; auto sxx2 = x3m - xm * x2m; auto sx2x2 = x4m - x2m * x2m; auto sx2y = x2ym - x2m * ym; auto b = (sxy * sx2x2 - sx2y * sxx2) / (sxx * sx2x2 - sxx2 * sxx2); auto c = (sx2y * sxx - sxy * sxx2) / (sxx * sx2x2 - sxx2 * sxx2); auto a = ym - b * xm - c * x2m; real abc(int xx) { return a + b * xx + c * xx * xx; } writeln("y = ", a, " + ", b, "x + ", c, "x^2"); writeln(" Input Approximation"); writeln(" x y y1"); foreach (i; 0..n) { writefln("%2d %3d %5.1f", x[i], y[i], abc(x[i])); } } void main() { auto x = iota(0, 11).array; auto y = [1, 6, 17, 34, 57, 86, 121, 162, 209, 262, 321]; polyRegression(x, y); }
D
// ****************************** EAT GROUND ************************************** func void ZS_MM_Rtn_EatGround() { Perception_Set_Monster_Rtn(); AI_SetWalkmode (self, NPC_WALK); B_MM_DeSynchronize(); if (Hlp_StrCmp(Npc_GetNearestWP(self),self.wp)==FALSE) //damit die Monster beim Inserten nicht immer erst zum WP rennen, sondern nur, wenn sie der Heimat zu fern sind { AI_GotoWP (self, self.WP); }; if (Wld_IsFPAvailable(self, "FP_ROAM")) { AI_GotoFP (self, "FP_ROAM"); }; AI_PlayAni (self, "T_STAND_2_EAT"); Mdl_ApplyRandomAni (self, "S_EAT", "R_ROAM1"); Mdl_ApplyRandomAni (self, "S_EAT", "R_ROAM2"); Mdl_ApplyRandomAni (self, "S_EAT", "R_ROAM3"); Mdl_ApplyRandomAniFreq (self, "S_EAT", 8.0); }; func int ZS_MM_Rtn_EatGround_Loop () { if ((!Wld_IsTime (self.aivar[AIV_MM_EatGroundStart],00,self.aivar[AIV_MM_EatGroundEnd],00)) && (self.aivar[AIV_MM_EatGroundStart] != OnlyRoutine)) { AI_StartState (self, ZS_MM_AllScheduler, 1, ""); return LOOP_END; }; if (self.level < WaveCounter-1) && (self.guild != GIL_SUMMONED_WOLF) && (self.guild != GIL_SUMMONED_GOBBO_SKELETON) && (self.guild != GIL_SUMMONED_SKELETON) && (self.guild != GIL_SUMMONED_GOLEM) && (self.guild != GIL_SUMMONED_DEMON) && (self.guild != GIL_SUMMONEDZOMBIE) && (self.guild != GIL_SUMMONEDGUARDIAN) { Npc_ChangeAttribute(self, ATR_HITPOINTS, -999999); }; return LOOP_CONTINUE; }; func void ZS_MM_Rtn_EatGround_End () { AI_PlayAni (self, "T_EAT_2_STAND"); };
D
module opendialog; import dguihub; class MainForm : Form { private Button _btnOk; public this() { this.text = "DGui Events"; this.size = Size(300, 250); this.startPosition = FormStartPosition.centerScreen; // Set Form Position this._btnOk = new Button(); this._btnOk.text = "Click Me!"; this._btnOk.dock = DockStyle.fill; // Fill the whole form area this._btnOk.parent = this; this._btnOk.click.attach(&this.onBtnOkClick); //Attach the click event with the selected procedure } private void onBtnOkClick(Control sender, EventArgs e) { FileBrowserDialog dlg = new FileBrowserDialog(); dlg.showDialog(); MsgBox.show("OnClick", dlg.result); } } int main(string[] args) { return Application.run(new MainForm()); // Start the application }
D
a soft silvery metallic element of the alkali metal group
D
the slender part of the back a garment size for a small person limited or below average in number or quantity or magnitude or extent limited in size or scope (of children and animals) young, immature slight or limited low or inferior in station or quality lowercase (of a voice) faint have fine or very small constituent particles not large but sufficient in size or amount made to seem smaller or less (especially in worth on a small scale
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * This module contains high-level interfaces for interacting with DMD as a library. * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/id.d, _id.d) * Documentation: https://dlang.org/phobos/dmd_frontend.html * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/frontend.d */ module dmd.frontend; import dmd.astcodegen : ASTCodegen; import dmd.dmodule : Module; import dmd.errors : DiagnosticReporter; import dmd.globals : CHECKENABLE; import std.range.primitives : isInputRange, ElementType; import std.traits : isNarrowString; import std.typecons : Tuple; version (Windows) private enum sep = ";", exe = ".exe"; version (Posix) private enum sep = ":", exe = ""; /// Contains aggregated diagnostics information. immutable struct Diagnostics { /// Number of errors diagnosed uint errors; /// Number of warnings diagnosed uint warnings; /// Returns: `true` if errors have been diagnosed bool hasErrors() { return errors > 0; } /// Returns: `true` if warnings have been diagnosed bool hasWarnings() { return warnings > 0; } } /// Indicates the checking state of various contracts. enum ContractChecking : CHECKENABLE { /// Initial value default_ = CHECKENABLE._default, /// Never do checking disabled = CHECKENABLE.off, /// Always do checking enabled = CHECKENABLE.on, /// Only do checking in `@safe` functions enabledInSafe = CHECKENABLE.safeonly } unittest { static assert( __traits(allMembers, ContractChecking).length == __traits(allMembers, CHECKENABLE).length ); } /// Indicates which contracts should be checked or not. struct ContractChecks { /// Precondition checks (in contract). ContractChecking precondition = ContractChecking.enabled; /// Invariant checks. ContractChecking invariant_ = ContractChecking.enabled; /// Postcondition checks (out contract). ContractChecking postcondition = ContractChecking.enabled; /// Array bound checks. ContractChecking arrayBounds = ContractChecking.enabled; /// Assert checks. ContractChecking assert_ = ContractChecking.enabled; /// Switch error checks. ContractChecking switchError = ContractChecking.enabled; } /* Initializes the global variables of the DMD compiler. This needs to be done $(I before) calling any function. Params: contractChecks = indicates which contracts should be enabled or not versionIdentifiers = a list of version identifiers that should be enabled */ void initDMD( const string[] versionIdentifiers = [], ContractChecks contractChecks = ContractChecks() ) { import std.algorithm : each; import dmd.root.ctfloat : CTFloat; version (CRuntime_Microsoft) import dmd.root.longdouble : initFPU; import dmd.builtin : builtin_init; import dmd.cond : VersionCondition; import dmd.dmodule : Module; import dmd.expression : Expression; import dmd.filecache : FileCache; import dmd.globals : CHECKENABLE, global; import dmd.id : Id; import dmd.identifier : Identifier; import dmd.mars : setTarget, addDefaultVersionIdentifiers; import dmd.mtype : Type; import dmd.objc : Objc; import dmd.target : target; global._init(); with (global.params) { useIn = contractChecks.precondition; useInvariants = contractChecks.invariant_; useOut = contractChecks.postcondition; useArrayBounds = contractChecks.arrayBounds; useAssert = contractChecks.assert_; useSwitchError = contractChecks.switchError; } versionIdentifiers.each!(VersionCondition.addGlobalIdent); setTarget(global.params); addDefaultVersionIdentifiers(global.params); Type._init(); Id.initialize(); Module._init(); target._init(global.params); Expression._init(); Objc._init(); builtin_init(); FileCache._init(); version (CRuntime_Microsoft) initFPU(); CTFloat.initialize(); } /** Deinitializes the global variables of the DMD compiler. This can be used to restore the state set by `initDMD` to its original state. Useful if there's a need for multiple sessions of the DMD compiler in the same application. */ void deinitializeDMD() { import dmd.builtin : builtinDeinitialize; import dmd.dmodule : Module; import dmd.expression : Expression; import dmd.globals : global; import dmd.id : Id; import dmd.mtype : Type; import dmd.objc : Objc; import dmd.target : target; global.deinitialize(); Type.deinitialize(); Id.deinitialize(); Module.deinitialize(); target.deinitialize(); Expression.deinitialize(); Objc.deinitialize(); builtinDeinitialize(); } /** Add import path to the `global.path`. Params: path = import to add */ void addImport(const(char)[] path) { import dmd.globals : global; import dmd.arraytypes : Strings; import std.string : toStringz; if (global.path is null) global.path = new Strings(); global.path.push(path.toStringz); } /** Add string import path to `global.filePath`. Params: path = string import to add */ void addStringImport(const(char)[] path) { import std.string : toStringz; import dmd.globals : global; import dmd.arraytypes : Strings; if (global.filePath is null) global.filePath = new Strings(); global.filePath.push(path.toStringz); } /** Searches for a `dmd.conf`. Params: dmdFilePath = path to the current DMD executable Returns: full path to the found `dmd.conf`, `null` otherwise. */ string findDMDConfig(const(char)[] dmdFilePath) { import dmd.dinifile : findConfFile; version (Windows) enum configFile = "sc.ini"; else enum configFile = "dmd.conf"; return findConfFile(dmdFilePath, configFile).idup; } /** Searches for a `ldc2.conf`. Params: ldcFilePath = path to the current LDC executable Returns: full path to the found `ldc2.conf`, `null` otherwise. */ string findLDCConfig(const(char)[] ldcFilePath) { import std.file : getcwd; import std.path : buildPath, dirName; import std.algorithm.iteration : filter; import std.file : exists; auto execDir = ldcFilePath.dirName; immutable ldcConfig = "ldc2.conf"; // https://wiki.dlang.org/Using_LDC auto ldcConfigs = [ getcwd.buildPath(ldcConfig), execDir.buildPath(ldcConfig), execDir.dirName.buildPath("etc", ldcConfig), "~/.ldc".buildPath(ldcConfig), execDir.buildPath("etc", ldcConfig), execDir.buildPath("etc", "ldc", ldcConfig), "/etc".buildPath(ldcConfig), "/etc/ldc".buildPath(ldcConfig), ].filter!exists; if (ldcConfigs.empty) return null; return ldcConfigs.front; } /** Detect the currently active compiler. Returns: full path to the executable of the found compiler, `null` otherwise. */ string determineDefaultCompiler() { import std.algorithm.iteration : filter, joiner, map, splitter; import std.file : exists; import std.path : buildPath; import std.process : environment; import std.range : front, empty, transposed; // adapted from DUB: https://github.com/dlang/dub/blob/350a0315c38fab9d3d0c4c9d30ff6bb90efb54d6/source/dub/dub.d#L1183 auto compilers = ["dmd", "gdc", "gdmd", "ldc2", "ldmd2"]; // Search the user's PATH for the compiler binary if ("DMD" in environment) compilers = environment.get("DMD") ~ compilers; auto paths = environment.get("PATH", "").splitter(sep); auto res = compilers.map!(c => paths.map!(p => p.buildPath(c~exe))).joiner.filter!exists; return !res.empty ? res.front : null; } /** Parses a `dmd.conf` or `ldc2.conf` config file and returns defined import paths. Params: iniFile = iniFile to parse imports from execDir = directory of the compiler binary Returns: forward range of import paths found in `iniFile` */ auto parseImportPathsFromConfig(const(char)[] iniFile, const(char)[] execDir) { import std.algorithm, std.range, std.regex; import std.stdio : File; import std.path : buildNormalizedPath; alias expandConfigVariables = a => a.drop(2) // -I // "set" common config variables .replace("%@P%", execDir) .replace("%%ldcbinarypath%%", execDir); // search for all -I imports in this file alias searchForImports = l => l.matchAll(`-I[^ "]+`.regex).joiner.map!expandConfigVariables; return File(iniFile, "r") .byLineCopy .map!searchForImports .joiner // remove duplicated imports paths .array .sort .uniq .map!buildNormalizedPath; } /** Finds a `dmd.conf` and parses it for import paths. This depends on the `$DMD` environment variable. If `$DMD` is set to `ldmd`, it will try to detect and parse a `ldc2.conf` instead. Returns: A forward range of normalized import paths. See_Also: $(LREF determineDefaultCompiler), $(LREF parseImportPathsFromConfig) */ auto findImportPaths() { import std.algorithm.searching : endsWith; import std.file : exists; import std.path : dirName; string execFilePath = determineDefaultCompiler(); assert(execFilePath !is null, "No D compiler found. `Use parseImportsFromConfig` manually."); immutable execDir = execFilePath.dirName; string iniFile; if (execFilePath.endsWith("ldc"~exe, "ldc2"~exe, "ldmd"~exe, "ldmd2"~exe)) iniFile = findLDCConfig(execFilePath); else iniFile = findDMDConfig(execFilePath); assert(iniFile !is null && iniFile.exists, "No valid config found."); return iniFile.parseImportPathsFromConfig(execDir); } /** Parse a module from a string. Params: fileName = file to parse code = text to use instead of opening the file diagnosticReporter = the diagnostic reporter to use. By default a diagnostic reporter which prints to stderr will be used Returns: the parsed module object */ Tuple!(Module, "module_", Diagnostics, "diagnostics") parseModule(AST = ASTCodegen)( const(char)[] fileName, const(char)[] code = null, DiagnosticReporter diagnosticReporter = defaultDiagnosticReporter ) in { assert(diagnosticReporter !is null); } body { import dmd.globals : Loc, global; import dmd.parse : Parser; import dmd.identifier : Identifier; import dmd.tokens : TOK; import std.path : baseName, stripExtension; import std.string : toStringz; import std.typecons : tuple; static auto parse(Module m, const(char)[] code, DiagnosticReporter diagnosticReporter) { scope p = new Parser!AST(m, code, false, diagnosticReporter); p.nextToken; // skip the initial token auto members = p.parseModule; if (p.errors) ++global.errors; return members; } auto id = Identifier.idPool(fileName.baseName.stripExtension); auto m = new Module(fileName.toStringz, id, 0, 0); if (code !is null) m.members = parse(m, code, diagnosticReporter); else { m.read(Loc.initial); m.parse(); } Diagnostics diagnostics = { errors: global.errors, warnings: global.warnings }; return typeof(return)(m, diagnostics); } /** Run full semantic analysis on a module. */ void fullSemantic(Module m) { import dmd.dsymbolsem : dsymbolSemantic; import dmd.semantic2 : semantic2; import dmd.semantic3 : semantic3; m.importedFrom = m; m.importAll(null); m.dsymbolSemantic(null); Module.dprogress = 1; Module.runDeferredSemantic(); m.semantic2(null); Module.runDeferredSemantic2(); m.semantic3(null); Module.runDeferredSemantic3(); } /** Pretty print a module. Returns: Pretty printed module as string. */ string prettyPrint(Module m) { import dmd.root.outbuffer: OutBuffer; import dmd.hdrgen : HdrGenState, moduleToBuffer2; OutBuffer buf = { doindent: 1 }; HdrGenState hgs = { fullDump: 1 }; moduleToBuffer2(m, &buf, &hgs); import std.string : replace, fromStringz; import std.exception : assumeUnique; auto generated = buf.extractData.fromStringz.replace("\t", " "); return generated.assumeUnique; } private DiagnosticReporter defaultDiagnosticReporter() { import dmd.globals : global; import dmd.errors : StderrDiagnosticReporter; return new StderrDiagnosticReporter(global.params.useDeprecated); }
D
// Written in the D programming language. /** This is a submodule of $(MREF std, algorithm). It contains generic _iteration algorithms. $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 cache, Eagerly evaluates and caches another range's $(D front).) $(T2 cacheBidirectional, As above, but also provides $(D back) and $(D popBack).) $(T2 chunkBy, $(D chunkBy!((a,b) => a[1] == b[1])([[1, 1], [1, 2], [2, 2], [2, 1]])) returns a range containing 3 subranges: the first with just $(D [1, 1]); the second with the elements $(D [1, 2]) and $(D [2, 2]); and the third with just $(D [2, 1]).) $(T2 cumulativeFold, $(D cumulativeFold!((a, b) => a + b)([1, 2, 3, 4])) returns a lazily-evaluated range containing the successive reduced values `1`, `3`, `6`, `10`.) $(T2 each, $(D each!writeln([1, 2, 3])) eagerly prints the numbers $(D 1), $(D 2) and $(D 3) on their own lines.) $(T2 filter, $(D filter!(a => a > 0)([1, -1, 2, 0, -3])) iterates over elements $(D 1) and $(D 2).) $(T2 filterBidirectional, Similar to $(D filter), but also provides $(D back) and $(D popBack) at a small increase in cost.) $(T2 fold, $(D fold!((a, b) => a + b)([1, 2, 3, 4])) returns $(D 10).) $(T2 group, $(D group([5, 2, 2, 3, 3])) returns a range containing the tuples $(D tuple(5, 1)), $(D tuple(2, 2)), and $(D tuple(3, 2)).) $(T2 joiner, $(D joiner(["hello", "world!"], "; ")) returns a range that iterates over the characters $(D "hello; world!"). No new string is created - the existing inputs are iterated.) $(T2 map, $(D map!(a => a * 2)([1, 2, 3])) lazily returns a range with the numbers $(D 2), $(D 4), $(D 6).) $(T2 permutations, Lazily computes all permutations using Heap's algorithm.) $(T2 reduce, $(D reduce!((a, b) => a + b)([1, 2, 3, 4])) returns $(D 10). This is the old implementation of `fold`.) $(T2 splitter, Lazily splits a range by a separator.) $(T2 sum, Same as $(D fold), but specialized for accurate summation.) $(T2 uniq, Iterates over the unique elements in a range, which is assumed sorted.) ) Copyright: Andrei Alexandrescu 2008-. License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(HTTP erdani.com, Andrei Alexandrescu) Source: $(PHOBOSSRC std/algorithm/_iteration.d) Macros: T2=$(TR $(TDNW $(LREF $1)) $(TD $+)) */ module std.algorithm.iteration; // FIXME import std.functional; // : unaryFun, binaryFun; import std.range.primitives; import std.traits; private template aggregate(fun...) if (fun.length >= 1) { /* --Intentionally not ddoc-- * Aggregates elements in each subrange of the given range of ranges using * the given aggregating function(s). * Params: * fun = One or more aggregating functions (binary functions that return a * single _aggregate value of their arguments). * ror = A range of ranges to be aggregated. * * Returns: * A range representing the aggregated value(s) of each subrange * of the original range. If only one aggregating function is specified, * each element will be the aggregated value itself; if multiple functions * are specified, each element will be a tuple of the aggregated values of * each respective function. */ auto aggregate(RoR)(RoR ror) if (isInputRange!RoR && isIterable!(ElementType!RoR)) { return ror.map!(reduce!fun); } @safe unittest { import std.algorithm.comparison : equal, max, min; auto data = [[4, 2, 1, 3], [4, 9, -1, 3, 2], [3]]; // Single aggregating function auto agg1 = data.aggregate!max; assert(agg1.equal([4, 9, 3])); // Multiple aggregating functions import std.typecons : tuple; auto agg2 = data.aggregate!(max, min); assert(agg2.equal([ tuple(4, 1), tuple(9, -1), tuple(3, 3) ])); } } /++ $(D cache) eagerly evaluates $(D front) of $(D range) on each construction or call to $(D popFront), to store the result in a cache. The result is then directly returned when $(D front) is called, rather than re-evaluated. This can be a useful function to place in a chain, after functions that have expensive evaluation, as a lazy alternative to $(REF array, std,array). In particular, it can be placed after a call to $(D map), or before a call to $(D filter). $(D cache) may provide $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives) iteration if needed, but since this comes at an increased cost, it must be explicitly requested via the call to $(D cacheBidirectional). Furthermore, a bidirectional cache will evaluate the "center" element twice, when there is only one element left in the range. $(D cache) does not provide random access primitives, as $(D cache) would be unable to cache the random accesses. If $(D Range) provides slicing primitives, then $(D cache) will provide the same slicing primitives, but $(D hasSlicing!Cache) will not yield true (as the $(REF hasSlicing, std,_range,primitives) trait also checks for random access). Params: range = an $(REF_ALTTEXT input range, isInputRange, std,range,primitives) Returns: an input range with the cached values of range +/ auto cache(Range)(Range range) if (isInputRange!Range) { return _Cache!(Range, false)(range); } /// ditto auto cacheBidirectional(Range)(Range range) if (isBidirectionalRange!Range) { return _Cache!(Range, true)(range); } /// @safe unittest { import std.algorithm.comparison : equal; import std.range, std.stdio; import std.typecons : tuple; ulong counter = 0; double fun(int x) { ++counter; // http://en.wikipedia.org/wiki/Quartic_function return ( (x + 4.0) * (x + 1.0) * (x - 1.0) * (x - 3.0) ) / 14.0 + 0.5; } // Without cache, with array (greedy) auto result1 = iota(-4, 5).map!(a =>tuple(a, fun(a)))() .filter!(a => a[1] < 0)() .map!(a => a[0])() .array(); // the values of x that have a negative y are: assert(equal(result1, [-3, -2, 2])); // Check how many times fun was evaluated. // As many times as the number of items in both source and result. assert(counter == iota(-4, 5).length + result1.length); counter = 0; // Without array, with cache (lazy) auto result2 = iota(-4, 5).map!(a =>tuple(a, fun(a)))() .cache() .filter!(a => a[1] < 0)() .map!(a => a[0])(); // the values of x that have a negative y are: assert(equal(result2, [-3, -2, 2])); // Check how many times fun was evaluated. // Only as many times as the number of items in source. assert(counter == iota(-4, 5).length); } /++ Tip: $(D cache) is eager when evaluating elements. If calling front on the underlying _range has a side effect, it will be observable before calling front on the actual cached _range. Furthermore, care should be taken composing $(D cache) with $(REF take, std,_range). By placing $(D take) before $(D cache), then $(D cache) will be "aware" of when the _range ends, and correctly stop caching elements when needed. If calling front has no side effect though, placing $(D take) after $(D cache) may yield a faster _range. Either way, the resulting ranges will be equivalent, but maybe not at the same cost or side effects. +/ @safe unittest { import std.algorithm.comparison : equal; import std.range; int i = 0; auto r = iota(0, 4).tee!((a){i = a;}, No.pipeOnPop); auto r1 = r.take(3).cache(); auto r2 = r.cache().take(3); assert(equal(r1, [0, 1, 2])); assert(i == 2); //The last "seen" element was 2. The data in cache has been cleared. assert(equal(r2, [0, 1, 2])); assert(i == 3); //cache has accessed 3. It is still stored internally by cache. } @safe unittest { import std.algorithm.comparison : equal; import std.range; auto a = [1, 2, 3, 4]; assert(equal(a.map!(a => (a - 1) * a)().cache(), [ 0, 2, 6, 12])); assert(equal(a.map!(a => (a - 1) * a)().cacheBidirectional().retro(), [12, 6, 2, 0])); auto r1 = [1, 2, 3, 4].cache() [1 .. $]; auto r2 = [1, 2, 3, 4].cacheBidirectional()[1 .. $]; assert(equal(r1, [2, 3, 4])); assert(equal(r2, [2, 3, 4])); } @safe unittest { import std.algorithm.comparison : equal; //immutable test static struct S { int i; this(int i) { //this.i = i; } } immutable(S)[] s = [S(1), S(2), S(3)]; assert(equal(s.cache(), s)); assert(equal(s.cacheBidirectional(), s)); } @safe pure nothrow unittest { import std.algorithm.comparison : equal; //safety etc auto a = [1, 2, 3, 4]; assert(equal(a.cache(), a)); assert(equal(a.cacheBidirectional(), a)); } @safe unittest { char[][] stringbufs = ["hello".dup, "world".dup]; auto strings = stringbufs.map!((a)=>a.idup)().cache(); assert(strings.front is strings.front); } @safe unittest { import std.range : cycle; import std.algorithm.comparison : equal; auto c = [1, 2, 3].cycle().cache(); c = c[1 .. $]; auto d = c[0 .. 1]; assert(d.equal([2])); } @safe unittest { static struct Range { bool initialized = false; bool front() @property {return initialized = true;} void popFront() {initialized = false;} enum empty = false; } auto r = Range().cache(); assert(r.source.initialized == true); } private struct _Cache(R, bool bidir) { import core.exception : RangeError; private { import std.algorithm.internal : algoFormat; import std.meta : AliasSeq; alias E = ElementType!R; alias UE = Unqual!E; R source; static if (bidir) alias CacheTypes = AliasSeq!(UE, UE); else alias CacheTypes = AliasSeq!UE; CacheTypes caches; static assert(isAssignable!(UE, E) && is(UE : E), algoFormat( "Cannot instantiate range with %s because %s elements are not assignable to %s.", R.stringof, E.stringof, UE.stringof ) ); } this(R range) { source = range; if (!range.empty) { caches[0] = source.front; static if (bidir) caches[1] = source.back; } } static if (isInfinite!R) enum empty = false; else bool empty() @property { return source.empty; } static if (hasLength!R) auto length() @property { return source.length; } E front() @property { version(assert) if (empty) throw new RangeError(); return caches[0]; } static if (bidir) E back() @property { version(assert) if (empty) throw new RangeError(); return caches[1]; } void popFront() { version(assert) if (empty) throw new RangeError(); source.popFront(); if (!source.empty) caches[0] = source.front; else caches = CacheTypes.init; } static if (bidir) void popBack() { version(assert) if (empty) throw new RangeError(); source.popBack(); if (!source.empty) caches[1] = source.back; else caches = CacheTypes.init; } static if (isForwardRange!R) { private this(R source, ref CacheTypes caches) { this.source = source; this.caches = caches; } typeof(this) save() @property { return typeof(this)(source.save, caches); } } static if (hasSlicing!R) { enum hasEndSlicing = is(typeof(source[size_t.max .. $])); static if (hasEndSlicing) { private static struct DollarToken{} enum opDollar = DollarToken.init; auto opSlice(size_t low, DollarToken) { return typeof(this)(source[low .. $]); } } static if (!isInfinite!R) { typeof(this) opSlice(size_t low, size_t high) { return typeof(this)(source[low .. high]); } } else static if (hasEndSlicing) { auto opSlice(size_t low, size_t high) in { assert(low <= high, "Bounds error when slicing cache."); } body { import std.range : takeExactly; return this[low .. $].takeExactly(high - low); } } } } /** $(D auto map(Range)(Range r) if (isInputRange!(Unqual!Range));) Implements the homonym function (also known as $(D transform)) present in many languages of functional flavor. The call $(D map!(fun)(range)) returns a range of which elements are obtained by applying $(D fun(a)) left to right for all elements $(D a) in $(D range). The original ranges are not changed. Evaluation is done lazily. Params: fun = one or more transformation functions r = an $(REF_ALTTEXT input range, isInputRange, std,range,primitives) Returns: a range with each fun applied to all the elements. If there is more than one fun, the element type will be $(D Tuple) containing one element for each fun. See_Also: $(HTTP en.wikipedia.org/wiki/Map_(higher-order_function), Map (higher-order function)) */ template map(fun...) if (fun.length >= 1) { auto map(Range)(Range r) if (isInputRange!(Unqual!Range)) { import std.meta : AliasSeq, staticMap; alias RE = ElementType!(Range); static if (fun.length > 1) { import std.functional : adjoin; import std.meta : staticIndexOf; alias _funs = staticMap!(unaryFun, fun); alias _fun = adjoin!_funs; // Once DMD issue #5710 is fixed, this validation loop can be moved into a template. foreach (f; _funs) { static assert(!is(typeof(f(RE.init)) == void), "Mapping function(s) must not return void: " ~ _funs.stringof); } } else { alias _fun = unaryFun!fun; alias _funs = AliasSeq!(_fun); // Do the validation separately for single parameters due to DMD issue #15777. static assert(!is(typeof(_fun(RE.init)) == void), "Mapping function(s) must not return void: " ~ _funs.stringof); } return MapResult!(_fun, Range)(r); } } /// @safe unittest { import std.algorithm.comparison : equal; import std.range : chain; int[] arr1 = [ 1, 2, 3, 4 ]; int[] arr2 = [ 5, 6 ]; auto squares = map!(a => a * a)(chain(arr1, arr2)); assert(equal(squares, [ 1, 4, 9, 16, 25, 36 ])); } /** Multiple functions can be passed to $(D map). In that case, the element type of $(D map) is a tuple containing one element for each function. */ @safe unittest { auto sums = [2, 4, 6, 8]; auto products = [1, 4, 9, 16]; size_t i = 0; foreach (result; [ 1, 2, 3, 4 ].map!("a + a", "a * a")) { assert(result[0] == sums[i]); assert(result[1] == products[i]); ++i; } } /** You may alias $(D map) with some function(s) to a symbol and use it separately: */ @safe unittest { import std.algorithm.comparison : equal; import std.conv : to; alias stringize = map!(to!string); assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ])); } @safe unittest { // Verify workaround for DMD #15777 import std.algorithm.mutation, std.string; auto foo(string[] args) { return args.map!strip; } } private struct MapResult(alias fun, Range) { alias R = Unqual!Range; R _input; static if (isBidirectionalRange!R) { @property auto ref back()() { assert(!empty, "Attempting to fetch the back of an empty map."); return fun(_input.back); } void popBack()() { assert(!empty, "Attempting to popBack an empty map."); _input.popBack(); } } this(R input) { _input = input; } static if (isInfinite!R) { // Propagate infinite-ness. enum bool empty = false; } else { @property bool empty() { return _input.empty; } } void popFront() { assert(!empty, "Attempting to popFront an empty map."); _input.popFront(); } @property auto ref front() { assert(!empty, "Attempting to fetch the front of an empty map."); return fun(_input.front); } static if (isRandomAccessRange!R) { static if (is(typeof(_input[ulong.max]))) private alias opIndex_t = ulong; else private alias opIndex_t = uint; auto ref opIndex(opIndex_t index) { return fun(_input[index]); } } static if (hasLength!R) { @property auto length() { return _input.length; } alias opDollar = length; } static if (hasSlicing!R) { static if (is(typeof(_input[ulong.max .. ulong.max]))) private alias opSlice_t = ulong; else private alias opSlice_t = uint; static if (hasLength!R) { auto opSlice(opSlice_t low, opSlice_t high) { return typeof(this)(_input[low .. high]); } } else static if (is(typeof(_input[opSlice_t.max .. $]))) { struct DollarToken{} enum opDollar = DollarToken.init; auto opSlice(opSlice_t low, DollarToken) { return typeof(this)(_input[low .. $]); } auto opSlice(opSlice_t low, opSlice_t high) { import std.range : takeExactly; return this[low .. $].takeExactly(high - low); } } } static if (isForwardRange!R) { @property auto save() { return typeof(this)(_input.save); } } } @safe unittest { import std.algorithm.comparison : equal; import std.conv : to; import std.functional : adjoin; alias stringize = map!(to!string); assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ])); uint counter; alias count = map!((a) { return counter++; }); assert(equal(count([ 10, 2, 30, 4 ]), [ 0, 1, 2, 3 ])); counter = 0; adjoin!((a) { return counter++; }, (a) { return counter++; })(1); alias countAndSquare = map!((a) { return counter++; }, (a) { return counter++; }); //assert(equal(countAndSquare([ 10, 2 ]), [ tuple(0u, 100), tuple(1u, 4) ])); } @safe unittest { import std.algorithm.comparison : equal; import std.ascii : toUpper; import std.internal.test.dummyrange; import std.range; import std.typecons : tuple; import std.random : unpredictableSeed, uniform, Random; int[] arr1 = [ 1, 2, 3, 4 ]; const int[] arr1Const = arr1; int[] arr2 = [ 5, 6 ]; auto squares = map!("a * a")(arr1Const); assert(squares[$ - 1] == 16); assert(equal(squares, [ 1, 4, 9, 16 ][])); assert(equal(map!("a * a")(chain(arr1, arr2)), [ 1, 4, 9, 16, 25, 36 ][])); // Test the caching stuff. assert(squares.back == 16); auto squares2 = squares.save; assert(squares2.back == 16); assert(squares2.front == 1); squares2.popFront(); assert(squares2.front == 4); squares2.popBack(); assert(squares2.front == 4); assert(squares2.back == 9); assert(equal(map!("a * a")(chain(arr1, arr2)), [ 1, 4, 9, 16, 25, 36 ][])); uint i; foreach (e; map!("a", "a * a")(arr1)) { assert(e[0] == ++i); assert(e[1] == i * i); } // Test length. assert(squares.length == 4); assert(map!"a * a"(chain(arr1, arr2)).length == 6); // Test indexing. assert(squares[0] == 1); assert(squares[1] == 4); assert(squares[2] == 9); assert(squares[3] == 16); // Test slicing. auto squareSlice = squares[1 .. squares.length - 1]; assert(equal(squareSlice, [4, 9][])); assert(squareSlice.back == 9); assert(squareSlice[1] == 9); // Test on a forward range to make sure it compiles when all the fancy // stuff is disabled. auto fibsSquares = map!"a * a"(recurrence!("a[n-1] + a[n-2]")(1, 1)); assert(fibsSquares.front == 1); fibsSquares.popFront(); fibsSquares.popFront(); assert(fibsSquares.front == 4); fibsSquares.popFront(); assert(fibsSquares.front == 9); auto repeatMap = map!"a"(repeat(1)); auto gen = Random(unpredictableSeed); auto index = uniform(0, 1024, gen); static assert(isInfinite!(typeof(repeatMap))); assert(repeatMap[index] == 1); auto intRange = map!"a"([1,2,3]); static assert(isRandomAccessRange!(typeof(intRange))); assert(equal(intRange, [1, 2, 3])); foreach (DummyType; AllDummyRanges) { DummyType d; auto m = map!"a * a"(d); static assert(propagatesRangeType!(typeof(m), DummyType)); assert(equal(m, [1,4,9,16,25,36,49,64,81,100])); } //Test string access string s1 = "hello world!"; dstring s2 = "日本語"; dstring s3 = "hello world!"d; auto ms1 = map!(std.ascii.toUpper)(s1); auto ms2 = map!(std.ascii.toUpper)(s2); auto ms3 = map!(std.ascii.toUpper)(s3); static assert(!is(ms1[0])); //narrow strings can't be indexed assert(ms2[0] == '日'); assert(ms3[0] == 'H'); static assert(!is(ms1[0 .. 1])); //narrow strings can't be sliced assert(equal(ms2[0 .. 2], "日本"w)); assert(equal(ms3[0 .. 2], "HE")); // Issue 5753 static void voidFun(int) {} static int nonvoidFun(int) { return 0; } static assert(!__traits(compiles, map!voidFun([1]))); static assert(!__traits(compiles, map!(voidFun, voidFun)([1]))); static assert(!__traits(compiles, map!(nonvoidFun, voidFun)([1]))); static assert(!__traits(compiles, map!(voidFun, nonvoidFun)([1]))); static assert(!__traits(compiles, map!(a => voidFun(a))([1]))); // Phobos issue #15480 auto dd = map!(z => z * z, c => c * c * c)([ 1, 2, 3, 4 ]); assert(dd[0] == tuple(1, 1)); assert(dd[1] == tuple(4, 8)); assert(dd[2] == tuple(9, 27)); assert(dd[3] == tuple(16, 64)); assert(dd.length == 4); } @safe unittest { import std.algorithm.comparison : equal; import std.range; auto LL = iota(1L, 4L); auto m = map!"a*a"(LL); assert(equal(m, [1L, 4L, 9L])); } @safe unittest { import std.range : iota; // Issue #10130 - map of iota with const step. const step = 2; assert(map!(i => i)(iota(0, 10, step)).walkLength == 5); // Need these to all by const to repro the float case, due to the // CommonType template used in the float specialization of iota. const floatBegin = 0.0; const floatEnd = 1.0; const floatStep = 0.02; assert(map!(i => i)(iota(floatBegin, floatEnd, floatStep)).walkLength == 50); } @safe unittest { import std.algorithm.comparison : equal; import std.range; //slicing infinites auto rr = iota(0, 5).cycle().map!"a * a"(); alias RR = typeof(rr); static assert(hasSlicing!RR); rr = rr[6 .. $]; //Advances 1 cycle and 1 unit assert(equal(rr[0 .. 5], [1, 4, 9, 16, 0])); } @safe unittest { import std.range; struct S {int* p;} auto m = immutable(S).init.repeat().map!"a".save; assert(m.front == immutable(S)(null)); } // each /** Eagerly iterates over $(D r) and calls $(D pred) over _each element. If no predicate is specified, $(D each) will default to doing nothing but consuming the entire range. $(D .front) will be evaluated, but this can be avoided by explicitly specifying a predicate lambda with a $(D lazy) parameter. $(D each) also supports $(D opApply)-based iterators, so it will work with e.g. $(REF parallel, std,parallelism). Params: pred = predicate to apply to each element of the range r = range or iterable over which each iterates See_Also: $(REF tee, std,range) */ template each(alias pred = "a") { import std.meta : AliasSeq; import std.traits : Parameters; private: alias BinaryArgs = AliasSeq!(pred, "i", "a"); enum isRangeUnaryIterable(R) = is(typeof(unaryFun!pred(R.init.front))); enum isRangeBinaryIterable(R) = is(typeof(binaryFun!BinaryArgs(0, R.init.front))); enum isRangeIterable(R) = isInputRange!R && (isRangeUnaryIterable!R || isRangeBinaryIterable!R); enum isForeachUnaryIterable(R) = is(typeof((R r) { foreach (ref a; r) cast(void) unaryFun!pred(a); })); enum isForeachBinaryIterable(R) = is(typeof((R r) { foreach (ref i, ref a; r) cast(void) binaryFun!BinaryArgs(i, a); })); enum isForeachIterable(R) = (!isForwardRange!R || isDynamicArray!R) && (isForeachUnaryIterable!R || isForeachBinaryIterable!R); public: void each(Range)(Range r) if (!isForeachIterable!Range && ( isRangeIterable!Range || __traits(compiles, typeof(r.front).length))) { static if (isRangeIterable!Range) { debug(each) pragma(msg, "Using while for ", Range.stringof); static if (isRangeUnaryIterable!Range) { while (!r.empty) { cast(void) unaryFun!pred(r.front); r.popFront(); } } else // if (isRangeBinaryIterable!Range) { size_t i = 0; while (!r.empty) { cast(void) binaryFun!BinaryArgs(i, r.front); r.popFront(); i++; } } } else { // range interface with >2 parameters. for (auto range = r; !range.empty; range.popFront()) pred(range.front.expand); } } void each(Iterable)(auto ref Iterable r) if (isForeachIterable!Iterable || __traits(compiles, Parameters!(Parameters!(r.opApply)))) { static if (isForeachIterable!Iterable) { debug(each) pragma(msg, "Using foreach for ", Iterable.stringof); static if (isForeachUnaryIterable!Iterable) { foreach (ref e; r) cast(void) unaryFun!pred(e); } else // if (isForeachBinaryIterable!Iterable) { foreach (ref i, ref e; r) cast(void) binaryFun!BinaryArgs(i, e); } } else { // opApply with >2 parameters. count the delegate args. // only works if it is not templated (otherwise we cannot count the args) auto dg(Parameters!(Parameters!(r.opApply)) params) { pred(params); return 0; // tells opApply to continue iteration } r.opApply(&dg); } } } /// @system unittest { import std.range : iota; long[] arr; iota(5).each!(n => arr ~= n); assert(arr == [0, 1, 2, 3, 4]); // If the range supports it, the value can be mutated in place arr.each!((ref n) => n++); assert(arr == [1, 2, 3, 4, 5]); arr.each!"a++"; assert(arr == [2, 3, 4, 5, 6]); // by-ref lambdas are not allowed for non-ref ranges static assert(!is(typeof(arr.map!(n => n).each!((ref n) => n++)))); // The default predicate consumes the range auto m = arr.map!(n => n); (&m).each(); assert(m.empty); // Indexes are also available for in-place mutations arr[] = 0; arr.each!"a=i"(); assert(arr == [0, 1, 2, 3, 4]); // opApply iterators work as well static class S { int x; int opApply(scope int delegate(ref int _x) dg) { return dg(x); } } auto s = new S; s.each!"a++"; assert(s.x == 1); } // binary foreach with two ref args @system unittest { import std.range : lockstep; auto a = [ 1, 2, 3 ]; auto b = [ 2, 3, 4 ]; a.lockstep(b).each!((ref x, ref y) { ++x; ++y; }); assert(a == [ 2, 3, 4 ]); assert(b == [ 3, 4, 5 ]); } // #15358: application of `each` with >2 args (opApply) @system unittest { import std.range : lockstep; auto a = [0,1,2]; auto b = [3,4,5]; auto c = [6,7,8]; lockstep(a, b, c).each!((ref x, ref y, ref z) { ++x; ++y; ++z; }); assert(a == [1,2,3]); assert(b == [4,5,6]); assert(c == [7,8,9]); } // #15358: application of `each` with >2 args (range interface) @safe unittest { import std.range : zip; auto a = [0,1,2]; auto b = [3,4,5]; auto c = [6,7,8]; int[] res; zip(a, b, c).each!((x, y, z) { res ~= x + y + z; }); assert(res == [9, 12, 15]); } // #16255: `each` on opApply doesn't support ref @safe unittest { int[] dynamicArray = [1, 2, 3, 4, 5]; int[5] staticArray = [1, 2, 3, 4, 5]; dynamicArray.each!((ref x) => x++); assert(dynamicArray == [2, 3, 4, 5, 6]); staticArray.each!((ref x) => x++); assert(staticArray == [2, 3, 4, 5, 6]); staticArray[].each!((ref x) => x++); assert(staticArray == [3, 4, 5, 6, 7]); } // #16255: `each` on opApply doesn't support ref @system unittest { struct S { int x; int opApply(int delegate(ref int _x) dg) { return dg(x); } } S s; foreach (ref a; s) ++a; assert(s.x == 1); s.each!"++a"; assert(s.x == 2); } // filter /** $(D auto filter(Range)(Range rs) if (isInputRange!(Unqual!Range));) Implements the higher order _filter function. The predicate is passed to $(REF unaryFun, std,functional), and can either accept a string, or any callable that can be executed via $(D pred(element)). Params: predicate = Function to apply to each element of range range = Input range of elements Returns: $(D filter!(predicate)(range)) returns a new range containing only elements $(D x) in $(D range) for which $(D predicate(x)) returns $(D true). See_Also: $(HTTP en.wikipedia.org/wiki/Filter_(higher-order_function), Filter (higher-order function)) */ template filter(alias predicate) if (is(typeof(unaryFun!predicate))) { auto filter(Range)(Range range) if (isInputRange!(Unqual!Range)) { return FilterResult!(unaryFun!predicate, Range)(range); } } /// @safe unittest { import std.algorithm.comparison : equal; import std.math : approxEqual; import std.range; int[] arr = [ 1, 2, 3, 4, 5 ]; // Sum all elements auto small = filter!(a => a < 3)(arr); assert(equal(small, [ 1, 2 ])); // Sum again, but with Uniform Function Call Syntax (UFCS) auto sum = arr.filter!(a => a < 3); assert(equal(sum, [ 1, 2 ])); // In combination with chain() to span multiple ranges int[] a = [ 3, -2, 400 ]; int[] b = [ 100, -101, 102 ]; auto r = chain(a, b).filter!(a => a > 0); assert(equal(r, [ 3, 400, 100, 102 ])); // Mixing convertible types is fair game, too double[] c = [ 2.5, 3.0 ]; auto r1 = chain(c, a, b).filter!(a => cast(int) a != a); assert(approxEqual(r1, [ 2.5 ])); } private struct FilterResult(alias pred, Range) { alias R = Unqual!Range; R _input; private bool _primed; private void prime() { if (_primed) return; while (!_input.empty && !pred(_input.front)) { _input.popFront(); } _primed = true; } this(R r) { _input = r; } private this(R r, bool primed) { _input = r; _primed = primed; } auto opSlice() { return this; } static if (isInfinite!Range) { enum bool empty = false; } else { @property bool empty() { prime; return _input.empty; } } void popFront() { do { _input.popFront(); } while (!_input.empty && !pred(_input.front)); _primed = true; } @property auto ref front() { prime; assert(!empty, "Attempting to fetch the front of an empty filter."); return _input.front; } static if (isForwardRange!R) { @property auto save() { return typeof(this)(_input.save, _primed); } } } @safe unittest { import std.algorithm.comparison : equal; import std.internal.test.dummyrange; import std.range; auto shouldNotLoop4ever = repeat(1).filter!(x => x % 2 == 0); static assert(isInfinite!(typeof(shouldNotLoop4ever))); assert(!shouldNotLoop4ever.empty); int[] a = [ 3, 4, 2 ]; auto r = filter!("a > 3")(a); static assert(isForwardRange!(typeof(r))); assert(equal(r, [ 4 ][])); a = [ 1, 22, 3, 42, 5 ]; auto under10 = filter!("a < 10")(a); assert(equal(under10, [1, 3, 5][])); static assert(isForwardRange!(typeof(under10))); under10.front = 4; assert(equal(under10, [4, 3, 5][])); under10.front = 40; assert(equal(under10, [40, 3, 5][])); under10.front = 1; auto infinite = filter!"a > 2"(repeat(3)); static assert(isInfinite!(typeof(infinite))); static assert(isForwardRange!(typeof(infinite))); assert(infinite.front == 3); foreach (DummyType; AllDummyRanges) { DummyType d; auto f = filter!"a & 1"(d); assert(equal(f, [1,3,5,7,9])); static if (isForwardRange!DummyType) { static assert(isForwardRange!(typeof(f))); } } // With delegates int x = 10; int overX(int a) { return a > x; } typeof(filter!overX(a)) getFilter() { return filter!overX(a); } auto r1 = getFilter(); assert(equal(r1, [22, 42])); // With chain auto nums = [0,1,2,3,4]; assert(equal(filter!overX(chain(a, nums)), [22, 42])); // With copying of inner struct Filter to Map auto arr = [1,2,3,4,5]; auto m = map!"a + 1"(filter!"a < 4"(arr)); assert(equal(m, [2, 3, 4])); } @safe unittest { import std.algorithm.comparison : equal; int[] a = [ 3, 4 ]; const aConst = a; auto r = filter!("a > 3")(aConst); assert(equal(r, [ 4 ][])); a = [ 1, 22, 3, 42, 5 ]; auto under10 = filter!("a < 10")(a); assert(equal(under10, [1, 3, 5][])); assert(equal(under10.save, [1, 3, 5][])); assert(equal(under10.save, under10)); } @safe unittest { import std.algorithm.comparison : equal; import std.functional : compose, pipe; assert(equal(compose!(map!"2 * a", filter!"a & 1")([1,2,3,4,5]), [2,6,10])); assert(equal(pipe!(filter!"a & 1", map!"2 * a")([1,2,3,4,5]), [2,6,10])); } @safe unittest { import std.algorithm.comparison : equal; int x = 10; int underX(int a) { return a < x; } const(int)[] list = [ 1, 2, 10, 11, 3, 4 ]; assert(equal(filter!underX(list), [ 1, 2, 3, 4 ])); } /** * $(D auto filterBidirectional(Range)(Range r) if (isBidirectionalRange!(Unqual!Range));) * * Similar to $(D filter), except it defines a * $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives). * There is a speed disadvantage - the constructor spends time * finding the last element in the range that satisfies the filtering * condition (in addition to finding the first one). The advantage is * that the filtered range can be spanned from both directions. Also, * $(REF retro, std,range) can be applied against the filtered range. * * The predicate is passed to $(REF unaryFun, std,functional), and can either * accept a string, or any callable that can be executed via $(D pred(element)). * * Params: * pred = Function to apply to each element of range * r = Bidirectional range of elements * * Returns: * a new range containing only the elements in r for which pred returns $(D true). */ template filterBidirectional(alias pred) { auto filterBidirectional(Range)(Range r) if (isBidirectionalRange!(Unqual!Range)) { return FilterBidiResult!(unaryFun!pred, Range)(r); } } /// @safe unittest { import std.algorithm.comparison : equal; import std.range; int[] arr = [ 1, 2, 3, 4, 5 ]; auto small = filterBidirectional!("a < 3")(arr); static assert(isBidirectionalRange!(typeof(small))); assert(small.back == 2); assert(equal(small, [ 1, 2 ])); assert(equal(retro(small), [ 2, 1 ])); // In combination with chain() to span multiple ranges int[] a = [ 3, -2, 400 ]; int[] b = [ 100, -101, 102 ]; auto r = filterBidirectional!("a > 0")(chain(a, b)); assert(r.back == 102); } private struct FilterBidiResult(alias pred, Range) { alias R = Unqual!Range; R _input; this(R r) { _input = r; while (!_input.empty && !pred(_input.front)) _input.popFront(); while (!_input.empty && !pred(_input.back)) _input.popBack(); } @property bool empty() { return _input.empty; } void popFront() { do { _input.popFront(); } while (!_input.empty && !pred(_input.front)); } @property auto ref front() { assert(!empty, "Attempting to fetch the front of an empty filterBidirectional."); return _input.front; } void popBack() { do { _input.popBack(); } while (!_input.empty && !pred(_input.back)); } @property auto ref back() { assert(!empty, "Attempting to fetch the back of an empty filterBidirectional."); return _input.back; } @property auto save() { return typeof(this)(_input.save); } } /** Groups consecutively equivalent elements into a single tuple of the element and the number of its repetitions. Similarly to $(D uniq), $(D group) produces a range that iterates over unique consecutive elements of the given range. Each element of this range is a tuple of the element and the number of times it is repeated in the original range. Equivalence of elements is assessed by using the predicate $(D pred), which defaults to $(D "a == b"). The predicate is passed to $(REF binaryFun, std,functional), and can either accept a string, or any callable that can be executed via $(D pred(element, element)). Params: pred = Binary predicate for determining equivalence of two elements. r = The $(REF_ALTTEXT input range, isInputRange, std,range,primitives) to iterate over. Returns: A range of elements of type $(D Tuple!(ElementType!R, uint)), representing each consecutively unique element and its respective number of occurrences in that run. This will be an input range if $(D R) is an input range, and a forward range in all other cases. See_Also: $(LREF chunkBy), which chunks an input range into subranges of equivalent adjacent elements. */ Group!(pred, Range) group(alias pred = "a == b", Range)(Range r) { return typeof(return)(r); } /// ditto struct Group(alias pred, R) if (isInputRange!R) { import std.typecons : Rebindable, tuple, Tuple; private alias comp = binaryFun!pred; private alias E = ElementType!R; static if ((is(E == class) || is(E == interface)) && (is(E == const) || is(E == immutable))) { private alias MutableE = Rebindable!E; } else static if (is(E : Unqual!E)) { private alias MutableE = Unqual!E; } else { private alias MutableE = E; } private R _input; private Tuple!(MutableE, uint) _current; /// this(R input) { _input = input; if (!_input.empty) popFront(); } /// void popFront() { if (_input.empty) { _current[1] = 0; } else { _current = tuple(_input.front, 1u); _input.popFront(); while (!_input.empty && comp(_current[0], _input.front)) { ++_current[1]; _input.popFront(); } } } static if (isInfinite!R) { /// enum bool empty = false; // Propagate infiniteness. } else { /// @property bool empty() { return _current[1] == 0; } } /// @property auto ref front() { assert(!empty, "Attempting to fetch the front of an empty Group."); return _current; } static if (isForwardRange!R) { /// @property typeof(this) save() { typeof(this) ret = this; ret._input = this._input.save; ret._current = this._current; return ret; } } } /// @safe unittest { import std.algorithm.comparison : equal; import std.typecons : tuple, Tuple; int[] arr = [ 1, 2, 2, 2, 2, 3, 4, 4, 4, 5 ]; assert(equal(group(arr), [ tuple(1, 1u), tuple(2, 4u), tuple(3, 1u), tuple(4, 3u), tuple(5, 1u) ][])); } /** * Using group, an associative array can be easily generated with the count of each * unique element in the range. */ @safe unittest { import std.algorithm.sorting : sort; import std.array : assocArray; uint[string] result; auto range = ["a", "b", "a", "c", "b", "c", "c", "d", "e"]; result = range.sort!((a, b) => a < b) .group .assocArray; assert(result == ["a": 2U, "b": 2U, "c": 3U, "d": 1U, "e": 1U]); } @safe unittest { import std.algorithm.comparison : equal; import std.internal.test.dummyrange; import std.typecons : tuple, Tuple; int[] arr = [ 1, 2, 2, 2, 2, 3, 4, 4, 4, 5 ]; assert(equal(group(arr), [ tuple(1, 1u), tuple(2, 4u), tuple(3, 1u), tuple(4, 3u), tuple(5, 1u) ][])); static assert(isForwardRange!(typeof(group(arr)))); foreach (DummyType; AllDummyRanges) { DummyType d; auto g = group(d); static assert(d.rt == RangeType.Input || isForwardRange!(typeof(g))); assert(equal(g, [tuple(1, 1u), tuple(2, 1u), tuple(3, 1u), tuple(4, 1u), tuple(5, 1u), tuple(6, 1u), tuple(7, 1u), tuple(8, 1u), tuple(9, 1u), tuple(10, 1u)])); } } @safe unittest { import std.algorithm.comparison : equal; import std.typecons : tuple; // Issue 13857 immutable(int)[] a1 = [1,1,2,2,2,3,4,4,5,6,6,7,8,9,9,9]; auto g1 = group(a1); assert(equal(g1, [ tuple(1, 2u), tuple(2, 3u), tuple(3, 1u), tuple(4, 2u), tuple(5, 1u), tuple(6, 2u), tuple(7, 1u), tuple(8, 1u), tuple(9, 3u) ])); // Issue 13162 immutable(ubyte)[] a2 = [1, 1, 1, 0, 0, 0]; auto g2 = a2.group; assert(equal(g2, [ tuple(1, 3u), tuple(0, 3u) ])); // Issue 10104 const a3 = [1, 1, 2, 2]; auto g3 = a3.group; assert(equal(g3, [ tuple(1, 2u), tuple(2, 2u) ])); interface I {} class C : I {} const C[] a4 = [new const C()]; auto g4 = a4.group!"a is b"; assert(g4.front[1] == 1); immutable I[] a5 = [new immutable C()]; auto g5 = a5.group!"a is b"; assert(g5.front[1] == 1); const(int[][]) a6 = [[1], [1]]; auto g6 = a6.group; assert(equal(g6.front[0], [1])); } // Used by implementation of chunkBy for non-forward input ranges. private struct ChunkByChunkImpl(alias pred, Range) if (isInputRange!Range && !isForwardRange!Range) { alias fun = binaryFun!pred; private Range r; private ElementType!Range prev; this(Range range, ElementType!Range _prev) { r = range; prev = _prev; } @property bool empty() { return r.empty || !fun(prev, r.front); } @property ElementType!Range front() { return r.front; } void popFront() { r.popFront(); } } private template ChunkByImplIsUnary(alias pred, Range) { static if (is(typeof(binaryFun!pred(ElementType!Range.init, ElementType!Range.init)) : bool)) enum ChunkByImplIsUnary = false; else static if (is(typeof( unaryFun!pred(ElementType!Range.init) == unaryFun!pred(ElementType!Range.init)))) enum ChunkByImplIsUnary = true; else static assert(0, "chunkBy expects either a binary predicate or "~ "a unary predicate on range elements of type: "~ ElementType!Range.stringof); } // Implementation of chunkBy for non-forward input ranges. private struct ChunkByImpl(alias pred, Range) if (isInputRange!Range && !isForwardRange!Range) { enum bool isUnary = ChunkByImplIsUnary!(pred, Range); static if (isUnary) alias eq = binaryFun!((a, b) => unaryFun!pred(a) == unaryFun!pred(b)); else alias eq = binaryFun!pred; private Range r; private ElementType!Range _prev; this(Range _r) { r = _r; if (!empty) { // Check reflexivity if predicate is claimed to be an equivalence // relation. assert(eq(r.front, r.front), "predicate is not reflexive"); // _prev's type may be a nested struct, so must be initialized // directly in the constructor (cannot call savePred()). _prev = r.front; } else { // We won't use _prev, but must be initialized. _prev = typeof(_prev).init; } } @property bool empty() { return r.empty; } @property auto front() { static if (isUnary) { import std.typecons : tuple; return tuple(unaryFun!pred(_prev), ChunkByChunkImpl!(eq, Range)(r, _prev)); } else { return ChunkByChunkImpl!(eq, Range)(r, _prev); } } void popFront() { while (!r.empty) { if (!eq(_prev, r.front)) { _prev = r.front; break; } r.popFront(); } } } // Single-pass implementation of chunkBy for forward ranges. private struct ChunkByImpl(alias pred, Range) if (isForwardRange!Range) { import std.typecons : RefCounted; enum bool isUnary = ChunkByImplIsUnary!(pred, Range); static if (isUnary) alias eq = binaryFun!((a, b) => unaryFun!pred(a) == unaryFun!pred(b)); else alias eq = binaryFun!pred; // Outer range static struct Impl { size_t groupNum; Range current; Range next; } // Inner range static struct Group { private size_t groupNum; private Range start; private Range current; private RefCounted!Impl mothership; this(RefCounted!Impl origin) { groupNum = origin.groupNum; start = origin.current.save; current = origin.current.save; assert(!start.empty); mothership = origin; // Note: this requires reflexivity. assert(eq(start.front, current.front), "predicate is not reflexive"); } @property bool empty() { return groupNum == size_t.max; } @property auto ref front() { return current.front; } void popFront() { current.popFront(); // Note: this requires transitivity. if (current.empty || !eq(start.front, current.front)) { if (groupNum == mothership.groupNum) { // If parent range hasn't moved on yet, help it along by // saving location of start of next Group. mothership.next = current.save; } groupNum = size_t.max; } } @property auto save() { auto copy = this; copy.current = current.save; return copy; } } static assert(isForwardRange!Group); private RefCounted!Impl impl; this(Range r) { impl = RefCounted!Impl(0, r, r.save); } @property bool empty() { return impl.current.empty; } @property auto front() { static if (isUnary) { import std.typecons : tuple; return tuple(unaryFun!pred(impl.current.front), Group(impl)); } else { return Group(impl); } } void popFront() { // Scan for next group. If we're lucky, one of our Groups would have // already set .next to the start of the next group, in which case the // loop is skipped. while (!impl.next.empty && eq(impl.current.front, impl.next.front)) { impl.next.popFront(); } impl.current = impl.next.save; // Indicate to any remaining Groups that we have moved on. impl.groupNum++; } @property auto save() { // Note: the new copy of the range will be detached from any existing // satellite Groups, and will not benefit from the .next acceleration. return typeof(this)(impl.current.save); } static assert(isForwardRange!(typeof(this))); } @system unittest { import std.algorithm.comparison : equal; size_t popCount = 0; class RefFwdRange { int[] impl; @safe nothrow: this(int[] data) { impl = data; } @property bool empty() { return impl.empty; } @property auto ref front() { return impl.front; } void popFront() { impl.popFront(); popCount++; } @property auto save() { return new RefFwdRange(impl); } } static assert(isForwardRange!RefFwdRange); auto testdata = new RefFwdRange([1, 3, 5, 2, 4, 7, 6, 8, 9]); auto groups = testdata.chunkBy!((a,b) => (a % 2) == (b % 2)); auto outerSave1 = groups.save; // Sanity test assert(groups.equal!equal([[1, 3, 5], [2, 4], [7], [6, 8], [9]])); assert(groups.empty); // Performance test for single-traversal use case: popFront should not have // been called more times than there are elements if we traversed the // segmented range exactly once. assert(popCount == 9); // Outer range .save test groups = outerSave1.save; assert(!groups.empty); // Inner range .save test auto grp1 = groups.front.save; auto grp1b = grp1.save; assert(grp1b.equal([1, 3, 5])); assert(grp1.save.equal([1, 3, 5])); // Inner range should remain consistent after outer range has moved on. groups.popFront(); assert(grp1.save.equal([1, 3, 5])); // Inner range should not be affected by subsequent inner ranges. assert(groups.front.equal([2, 4])); assert(grp1.save.equal([1, 3, 5])); } /** * Chunks an input range into subranges of equivalent adjacent elements. * In other languages this is often called `partitionBy`, `groupBy` * or `sliceWhen`. * * Equivalence is defined by the predicate $(D pred), which can be either * binary, which is passed to $(REF binaryFun, std,functional), or unary, which is * passed to $(REF unaryFun, std,functional). In the binary form, two _range elements * $(D a) and $(D b) are considered equivalent if $(D pred(a,b)) is true. In * unary form, two elements are considered equivalent if $(D pred(a) == pred(b)) * is true. * * This predicate must be an equivalence relation, that is, it must be * reflexive ($(D pred(x,x)) is always true), symmetric * ($(D pred(x,y) == pred(y,x))), and transitive ($(D pred(x,y) && pred(y,z)) * implies $(D pred(x,z))). If this is not the case, the range returned by * chunkBy may assert at runtime or behave erratically. * * Params: * pred = Predicate for determining equivalence. * r = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) to be chunked. * * Returns: With a binary predicate, a range of ranges is returned in which * all elements in a given subrange are equivalent under the given predicate. * With a unary predicate, a range of tuples is returned, with the tuple * consisting of the result of the unary predicate for each subrange, and the * subrange itself. * * Notes: * * Equivalent elements separated by an intervening non-equivalent element will * appear in separate subranges; this function only considers adjacent * equivalence. Elements in the subranges will always appear in the same order * they appear in the original range. * * See_also: * $(LREF group), which collapses adjacent equivalent elements into a single * element. */ auto chunkBy(alias pred, Range)(Range r) if (isInputRange!Range) { return ChunkByImpl!(pred, Range)(r); } /// Showing usage with binary predicate: /*FIXME: @safe*/ @system unittest { import std.algorithm.comparison : equal; // Grouping by particular attribute of each element: auto data = [ [1, 1], [1, 2], [2, 2], [2, 3] ]; auto r1 = data.chunkBy!((a,b) => a[0] == b[0]); assert(r1.equal!equal([ [[1, 1], [1, 2]], [[2, 2], [2, 3]] ])); auto r2 = data.chunkBy!((a,b) => a[1] == b[1]); assert(r2.equal!equal([ [[1, 1]], [[1, 2], [2, 2]], [[2, 3]] ])); } version(none) // this example requires support for non-equivalence relations @safe unittest { // Grouping by maximum adjacent difference: import std.math : abs; auto r3 = [1, 3, 2, 5, 4, 9, 10].chunkBy!((a, b) => abs(a-b) < 3); assert(r3.equal!equal([ [1, 3, 2], [5, 4], [9, 10] ])); } /// Showing usage with unary predicate: /* FIXME: pure @safe nothrow*/ @system unittest { import std.algorithm.comparison : equal; import std.range.primitives; import std.typecons : tuple; // Grouping by particular attribute of each element: auto range = [ [1, 1], [1, 1], [1, 2], [2, 2], [2, 3], [2, 3], [3, 3] ]; auto byX = chunkBy!(a => a[0])(range); auto expected1 = [ tuple(1, [[1, 1], [1, 1], [1, 2]]), tuple(2, [[2, 2], [2, 3], [2, 3]]), tuple(3, [[3, 3]]) ]; foreach (e; byX) { assert(!expected1.empty); assert(e[0] == expected1.front[0]); assert(e[1].equal(expected1.front[1])); expected1.popFront(); } auto byY = chunkBy!(a => a[1])(range); auto expected2 = [ tuple(1, [[1, 1], [1, 1]]), tuple(2, [[1, 2], [2, 2]]), tuple(3, [[2, 3], [2, 3], [3, 3]]) ]; foreach (e; byY) { assert(!expected2.empty); assert(e[0] == expected2.front[0]); assert(e[1].equal(expected2.front[1])); expected2.popFront(); } } /*FIXME: pure @safe nothrow*/ @system unittest { import std.algorithm.comparison : equal; import std.typecons : tuple; struct Item { int x, y; } // Force R to have only an input range API with reference semantics, so // that we're not unknowingly making use of array semantics outside of the // range API. class RefInputRange(R) { R data; this(R _data) pure @safe nothrow { data = _data; } @property bool empty() pure @safe nothrow { return data.empty; } @property auto front() pure @safe nothrow { return data.front; } void popFront() pure @safe nothrow { data.popFront(); } } auto refInputRange(R)(R range) { return new RefInputRange!R(range); } { auto arr = [ Item(1,2), Item(1,3), Item(2,3) ]; static assert(isForwardRange!(typeof(arr))); auto byX = chunkBy!(a => a.x)(arr); static assert(isForwardRange!(typeof(byX))); auto byX_subrange1 = byX.front[1].save; auto byX_subrange2 = byX.front[1].save; static assert(isForwardRange!(typeof(byX_subrange1))); static assert(isForwardRange!(typeof(byX_subrange2))); byX.popFront(); assert(byX_subrange1.equal([ Item(1,2), Item(1,3) ])); byX_subrange1.popFront(); assert(byX_subrange1.equal([ Item(1,3) ])); assert(byX_subrange2.equal([ Item(1,2), Item(1,3) ])); auto byY = chunkBy!(a => a.y)(arr); static assert(isForwardRange!(typeof(byY))); auto byY2 = byY.save; static assert(is(typeof(byY) == typeof(byY2))); byY.popFront(); assert(byY.front[0] == 3); assert(byY.front[1].equal([ Item(1,3), Item(2,3) ])); assert(byY2.front[0] == 2); assert(byY2.front[1].equal([ Item(1,2) ])); } // Test non-forward input ranges. { auto range = refInputRange([ Item(1,1), Item(1,2), Item(2,2) ]); auto byX = chunkBy!(a => a.x)(range); assert(byX.front[0] == 1); assert(byX.front[1].equal([ Item(1,1), Item(1,2) ])); byX.popFront(); assert(byX.front[0] == 2); assert(byX.front[1].equal([ Item(2,2) ])); byX.popFront(); assert(byX.empty); assert(range.empty); range = refInputRange([ Item(1,1), Item(1,2), Item(2,2) ]); auto byY = chunkBy!(a => a.y)(range); assert(byY.front[0] == 1); assert(byY.front[1].equal([ Item(1,1) ])); byY.popFront(); assert(byY.front[0] == 2); assert(byY.front[1].equal([ Item(1,2), Item(2,2) ])); byY.popFront(); assert(byY.empty); assert(range.empty); } } // Issue 13595 version(none) // This requires support for non-equivalence relations @system unittest { import std.algorithm.comparison : equal; auto r = [1, 2, 3, 4, 5, 6, 7, 8, 9].chunkBy!((x, y) => ((x*y) % 3) == 0); assert(r.equal!equal([ [1], [2, 3, 4], [5, 6, 7], [8, 9] ])); } // Issue 13805 @system unittest { [""].map!((s) => s).chunkBy!((x, y) => true); } // joiner /** Lazily joins a range of ranges with a separator. The separator itself is a range. If a separator is not provided, then the ranges are joined directly without anything in between them (often called `flatten` in other languages). Params: r = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) of input ranges to be joined. sep = A $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives) of element(s) to serve as separators in the joined range. Returns: A range of elements in the joined range. This will be a forward range if both outer and inner ranges of $(D RoR) are forward ranges; otherwise it will be only an input range. See_also: $(REF chain, std,range), which chains a sequence of ranges with compatible elements into a single range. */ auto joiner(RoR, Separator)(RoR r, Separator sep) if (isInputRange!RoR && isInputRange!(ElementType!RoR) && isForwardRange!Separator && is(ElementType!Separator : ElementType!(ElementType!RoR))) { static struct Result { private RoR _items; private ElementType!RoR _current; private Separator _sep, _currentSep; // This is a mixin instead of a function for the following reason (as // explained by Kenji Hara): "This is necessary from 2.061. If a // struct has a nested struct member, it must be directly initialized // in its constructor to avoid leaving undefined state. If you change // setItem to a function, the initialization of _current field is // wrapped into private member function, then compiler could not detect // that is correctly initialized while constructing. To avoid the // compiler error check, string mixin is used." private enum setItem = q{ if (!_items.empty) { // If we're exporting .save, we must not consume any of the // subranges, since RoR.save does not guarantee that the states // of the subranges are also saved. static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) _current = _items.front.save; else _current = _items.front; } }; private void useSeparator() { // Separator must always come after an item. assert(_currentSep.empty && !_items.empty, "joiner: internal error"); _items.popFront(); // If there are no more items, we're done, since separators are not // terminators. if (_items.empty) return; if (_sep.empty) { // Advance to the next range in the // input while (_items.front.empty) { _items.popFront(); if (_items.empty) return; } mixin(setItem); } else { _currentSep = _sep.save; assert(!_currentSep.empty); } } private enum useItem = q{ // FIXME: this will crash if either _currentSep or _current are // class objects, because .init is null when the ctor invokes this // mixin. //assert(_currentSep.empty && _current.empty, // "joiner: internal error"); // Use the input if (_items.empty) return; mixin(setItem); if (_current.empty) { // No data in the current item - toggle to use the separator useSeparator(); } }; this(RoR items, Separator sep) { _items = items; _sep = sep; //mixin(useItem); // _current should be initialized in place if (_items.empty) _current = _current.init; // set invalid state else { // If we're exporting .save, we must not consume any of the // subranges, since RoR.save does not guarantee that the states // of the subranges are also saved. static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) _current = _items.front.save; else _current = _items.front; if (_current.empty) { // No data in the current item - toggle to use the separator useSeparator(); } } } @property auto empty() { return _items.empty; } @property ElementType!(ElementType!RoR) front() { if (!_currentSep.empty) return _currentSep.front; assert(!_current.empty, "Attempting to fetch the front of an empty joiner."); return _current.front; } void popFront() { assert(!_items.empty, "Attempting to popFront an empty joiner."); // Using separator? if (!_currentSep.empty) { _currentSep.popFront(); if (!_currentSep.empty) return; mixin(useItem); } else { // we're using the range _current.popFront(); if (!_current.empty) return; useSeparator(); } } static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) { @property auto save() { Result copy = this; copy._items = _items.save; copy._current = _current.save; copy._sep = _sep.save; copy._currentSep = _currentSep.save; return copy; } } } return Result(r, sep); } /// @safe unittest { import std.algorithm.comparison : equal; import std.conv : text; assert(["abc", "def"].joiner.equal("abcdef")); assert(["Mary", "has", "a", "little", "lamb"] .joiner("...") .equal("Mary...has...a...little...lamb")); assert(["", "abc"].joiner("xyz").equal("xyzabc")); assert([""].joiner("xyz").equal("")); assert(["", ""].joiner("xyz").equal("xyz")); } @system unittest { import std.algorithm.comparison : equal; import std.range.interfaces; import std.range.primitives; // joiner() should work for non-forward ranges too. auto r = inputRangeObject(["abc", "def"]); assert(equal(joiner(r, "xyz"), "abcxyzdef")); } @system unittest { import std.algorithm.comparison : equal; import std.range; // Related to issue 8061 auto r = joiner([ inputRangeObject("abc"), inputRangeObject("def"), ], "-*-"); assert(equal(r, "abc-*-def")); // Test case where separator is specified but is empty. auto s = joiner([ inputRangeObject("abc"), inputRangeObject("def"), ], ""); assert(equal(s, "abcdef")); // Test empty separator with some empty elements auto t = joiner([ inputRangeObject("abc"), inputRangeObject(""), inputRangeObject("def"), inputRangeObject(""), ], ""); assert(equal(t, "abcdef")); // Test empty elements with non-empty separator auto u = joiner([ inputRangeObject(""), inputRangeObject("abc"), inputRangeObject(""), inputRangeObject("def"), inputRangeObject(""), ], "+-"); assert(equal(u, "+-abc+-+-def+-")); // Issue 13441: only(x) as separator string[][] lines = [null]; lines .joiner(only("b")) .array(); } @safe unittest { import std.algorithm.comparison : equal; // Transience correctness test struct TransientRange { @safe: int[][] src; int[] buf; this(int[][] _src) { src = _src; buf.length = 100; } @property bool empty() { return src.empty; } @property int[] front() { assert(src.front.length <= buf.length); buf[0 .. src.front.length] = src.front[0..$]; return buf[0 .. src.front.length]; } void popFront() { src.popFront(); } } // Test embedded empty elements auto tr1 = TransientRange([[], [1,2,3], [], [4]]); assert(equal(joiner(tr1, [0]), [0,1,2,3,0,0,4])); // Test trailing empty elements auto tr2 = TransientRange([[], [1,2,3], []]); assert(equal(joiner(tr2, [0]), [0,1,2,3,0])); // Test no empty elements auto tr3 = TransientRange([[1,2], [3,4]]); assert(equal(joiner(tr3, [0,1]), [1,2,0,1,3,4])); // Test consecutive empty elements auto tr4 = TransientRange([[1,2], [], [], [], [3,4]]); assert(equal(joiner(tr4, [0,1]), [1,2,0,1,0,1,0,1,0,1,3,4])); // Test consecutive trailing empty elements auto tr5 = TransientRange([[1,2], [3,4], [], []]); assert(equal(joiner(tr5, [0,1]), [1,2,0,1,3,4,0,1,0,1])); } @safe unittest { static assert(isInputRange!(typeof(joiner([""], "")))); static assert(isForwardRange!(typeof(joiner([""], "")))); } /// Ditto auto joiner(RoR)(RoR r) if (isInputRange!RoR && isInputRange!(ElementType!RoR)) { static struct Result { private: RoR _items; ElementType!RoR _current; enum prepare = q{ // Skip over empty subranges. if (_items.empty) return; while (_items.front.empty) { _items.popFront(); if (_items.empty) return; } // We cannot export .save method unless we ensure subranges are not // consumed when a .save'd copy of ourselves is iterated over. So // we need to .save each subrange we traverse. static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) _current = _items.front.save; else _current = _items.front; }; this(RoR items, ElementType!RoR current) { _items = items; _current = current; } public: this(RoR r) { _items = r; //mixin(prepare); // _current should be initialized in place // Skip over empty subranges. while (!_items.empty && _items.front.empty) _items.popFront(); if (_items.empty) _current = _current.init; // set invalid state else { // We cannot export .save method unless we ensure subranges are not // consumed when a .save'd copy of ourselves is iterated over. So // we need to .save each subrange we traverse. static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) _current = _items.front.save; else _current = _items.front; } } static if (isInfinite!RoR) { enum bool empty = false; } else { @property auto empty() { return _items.empty; } } @property auto ref front() { assert(!empty, "Attempting to fetch the front of an empty joiner."); return _current.front; } void popFront() { assert(!_current.empty, "Attempting to popFront an empty joiner."); _current.popFront(); if (_current.empty) { assert(!_items.empty); _items.popFront(); mixin(prepare); } } static if (isForwardRange!RoR && isForwardRange!(ElementType!RoR)) { @property auto save() { return Result(_items.save, _current.save); } } static if (hasAssignableElements!(ElementType!RoR)) { @property void front(ElementType!(ElementType!RoR) element) { assert(!empty, "Attempting to assign to front of an empty joiner."); _current.front = element; } @property void front(ref ElementType!(ElementType!RoR) element) { assert(!empty, "Attempting to assign to front of an empty joiner."); _current.front = element; } } } return Result(r); } @safe unittest { import std.algorithm.comparison : equal; import std.range.interfaces : inputRangeObject; import std.range : repeat; static assert(isInputRange!(typeof(joiner([""])))); static assert(isForwardRange!(typeof(joiner([""])))); assert(equal(joiner([""]), "")); assert(equal(joiner(["", ""]), "")); assert(equal(joiner(["", "abc"]), "abc")); assert(equal(joiner(["abc", ""]), "abc")); assert(equal(joiner(["abc", "def"]), "abcdef")); assert(equal(joiner(["Mary", "has", "a", "little", "lamb"]), "Maryhasalittlelamb")); assert(equal(joiner(repeat("abc", 3)), "abcabcabc")); // joiner allows in-place mutation! auto a = [ [1, 2, 3], [42, 43] ]; auto j = joiner(a); j.front = 44; assert(a == [ [44, 2, 3], [42, 43] ]); assert(equal(j, [44, 2, 3, 42, 43])); } @system unittest { import std.algorithm.comparison : equal; import std.range.interfaces : inputRangeObject; // bugzilla 8240 assert(equal(joiner([inputRangeObject("")]), "")); // issue 8792 auto b = [[1], [2], [3]]; auto jb = joiner(b); auto js = jb.save; assert(equal(jb, js)); auto js2 = jb.save; jb.popFront(); assert(!equal(jb, js)); assert(equal(js2, js)); js.popFront(); assert(equal(jb, js)); assert(!equal(js2, js)); } @safe unittest { import std.algorithm.comparison : equal; struct TransientRange { @safe: int[] _buf; int[][] _values; this(int[][] values) { _values = values; _buf = new int[128]; } @property bool empty() { return _values.length == 0; } @property auto front() { foreach (i; 0 .. _values.front.length) { _buf[i] = _values[0][i]; } return _buf[0 .. _values.front.length]; } void popFront() { _values = _values[1 .. $]; } } auto rr = TransientRange([[1,2], [3,4,5], [], [6,7]]); // Can't use array() or equal() directly because they fail with transient // .front. int[] result; foreach (c; rr.joiner()) { result ~= c; } assert(equal(result, [1,2,3,4,5,6,7])); } @safe unittest { import std.algorithm.comparison : equal; import std.algorithm.internal : algoFormat; struct TransientRange { @safe: dchar[] _buf; dstring[] _values; this(dstring[] values) { _buf.length = 128; _values = values; } @property bool empty() { return _values.length == 0; } @property auto front() { foreach (i; 0 .. _values.front.length) { _buf[i] = _values[0][i]; } return _buf[0 .. _values.front.length]; } void popFront() { _values = _values[1 .. $]; } } auto rr = TransientRange(["abc"d, "12"d, "def"d, "34"d]); // Can't use array() or equal() directly because they fail with transient // .front. dchar[] result; foreach (c; rr.joiner()) { result ~= c; } import std.conv : to; assert(equal(result, "abc12def34"d), //Convert to string for assert's message to!string("Unexpected result: '%s'"d.algoFormat(result))); } // Issue 8061 @system unittest { import std.conv : to; import std.range.interfaces; auto r = joiner([inputRangeObject("ab"), inputRangeObject("cd")]); assert(isForwardRange!(typeof(r))); auto str = to!string(r); assert(str == "abcd"); } @safe unittest { import std.range : repeat; class AssignableRange { @safe: int element; @property int front() { return element; } enum empty = false; void popFront() { } @property void front(int newValue) { element = newValue; } } static assert(isInputRange!AssignableRange); static assert(is(ElementType!AssignableRange == int)); static assert(hasAssignableElements!AssignableRange); static assert(!hasLvalueElements!AssignableRange); auto range = new AssignableRange(); assert(range.element == 0); auto joined = joiner(repeat(range)); joined.front = 5; assert(range.element == 5); assert(joined.front == 5); joined.popFront; int byRef = 7; joined.front = byRef; assert(range.element == byRef); assert(joined.front == byRef); } /++ Implements the homonym function (also known as $(D accumulate), $(D compress), $(D inject), or $(D foldl)) present in various programming languages of functional flavor. There is also $(LREF fold) which does the same thing but with the opposite parameter order. The call $(D reduce!(fun)(seed, range)) first assigns $(D seed) to an internal variable $(D result), also called the accumulator. Then, for each element $(D x) in $(D range), $(D result = fun(result, x)) gets evaluated. Finally, $(D result) is returned. The one-argument version $(D reduce!(fun)(range)) works similarly, but it uses the first element of the range as the seed (the range must be non-empty). Returns: the accumulated $(D result) Params: fun = one or more functions See_Also: $(HTTP en.wikipedia.org/wiki/Fold_(higher-order_function), Fold (higher-order function)) $(LREF fold) is functionally equivalent to $(LREF reduce) with the argument order reversed, and without the need to use $(LREF tuple) for multiple seeds. This makes it easier to use in UFCS chains. $(LREF sum) is similar to $(D reduce!((a, b) => a + b)) that offers pairwise summing of floating point numbers. +/ template reduce(fun...) if (fun.length >= 1) { import std.meta : staticMap; alias binfuns = staticMap!(binaryFun, fun); static if (fun.length > 1) import std.typecons : tuple, isTuple; /++ No-seed version. The first element of $(D r) is used as the seed's value. For each function $(D f) in $(D fun), the corresponding seed type $(D S) is $(D Unqual!(typeof(f(e, e)))), where $(D e) is an element of $(D r): $(D ElementType!R) for ranges, and $(D ForeachType!R) otherwise. Once S has been determined, then $(D S s = e;) and $(D s = f(s, e);) must both be legal. If $(D r) is empty, an $(D Exception) is thrown. Params: r = an iterable value as defined by $(D isIterable) Returns: the final result of the accumulator applied to the iterable +/ auto reduce(R)(R r) if (isIterable!R) { import std.exception : enforce; alias E = Select!(isInputRange!R, ElementType!R, ForeachType!R); alias Args = staticMap!(ReduceSeedType!E, binfuns); static if (isInputRange!R) { enforce(!r.empty, "Cannot reduce an empty input range w/o an explicit seed value."); Args result = r.front; r.popFront(); return reduceImpl!false(r, result); } else { auto result = Args.init; return reduceImpl!true(r, result); } } /++ Seed version. The seed should be a single value if $(D fun) is a single function. If $(D fun) is multiple functions, then $(D seed) should be a $(REF Tuple, std,typecons), with one field per function in $(D f). For convenience, if the seed is const, or has qualified fields, then $(D reduce) will operate on an unqualified copy. If this happens then the returned type will not perfectly match $(D S). Use $(D fold) instead of $(D reduce) to use the seed version in a UFCS chain. Params: seed = the initial value of the accumulator r = an iterable value as defined by $(D isIterable) Returns: the final result of the accumulator applied to the iterable +/ auto reduce(S, R)(S seed, R r) if (isIterable!R) { static if (fun.length == 1) return reducePreImpl(r, seed); else { import std.algorithm.internal : algoFormat; static assert(isTuple!S, algoFormat("Seed %s should be a Tuple", S.stringof)); return reducePreImpl(r, seed.expand); } } private auto reducePreImpl(R, Args...)(R r, ref Args args) { alias Result = staticMap!(Unqual, Args); static if (is(Result == Args)) alias result = args; else Result result = args; return reduceImpl!false(r, result); } private auto reduceImpl(bool mustInitialize, R, Args...)(R r, ref Args args) if (isIterable!R) { import std.algorithm.internal : algoFormat; static assert(Args.length == fun.length, algoFormat("Seed %s does not have the correct amount of fields (should be %s)", Args.stringof, fun.length)); alias E = Select!(isInputRange!R, ElementType!R, ForeachType!R); static if (mustInitialize) bool initialized = false; foreach (/+auto ref+/ E e; r) // @@@4707@@@ { foreach (i, f; binfuns) { static assert(!is(typeof(f(args[i], e))) || is(typeof(args[i] = f(args[i], e))), algoFormat( "Incompatible function/seed/element: %s/%s/%s", fullyQualifiedName!f, Args[i].stringof, E.stringof ) ); } static if (mustInitialize) if (initialized == false) { import std.conv : emplaceRef; foreach (i, f; binfuns) emplaceRef!(Args[i])(args[i], e); initialized = true; continue; } foreach (i, f; binfuns) args[i] = f(args[i], e); } static if (mustInitialize) if (!initialized) throw new Exception("Cannot reduce an empty iterable w/o an explicit seed value."); static if (Args.length == 1) return args[0]; else return tuple(args); } } /** Many aggregate range operations turn out to be solved with $(D reduce) quickly and easily. The example below illustrates $(D reduce)'s remarkable power and flexibility. */ @safe unittest { import std.algorithm.comparison : max, min; import std.math : approxEqual; import std.range; int[] arr = [ 1, 2, 3, 4, 5 ]; // Sum all elements auto sum = reduce!((a,b) => a + b)(0, arr); assert(sum == 15); // Sum again, using a string predicate with "a" and "b" sum = reduce!"a + b"(0, arr); assert(sum == 15); // Compute the maximum of all elements auto largest = reduce!(max)(arr); assert(largest == 5); // Max again, but with Uniform Function Call Syntax (UFCS) largest = arr.reduce!(max); assert(largest == 5); // Compute the number of odd elements auto odds = reduce!((a,b) => a + (b & 1))(0, arr); assert(odds == 3); // Compute the sum of squares auto ssquares = reduce!((a,b) => a + b * b)(0, arr); assert(ssquares == 55); // Chain multiple ranges into seed int[] a = [ 3, 4 ]; int[] b = [ 100 ]; auto r = reduce!("a + b")(chain(a, b)); assert(r == 107); // Mixing convertible types is fair game, too double[] c = [ 2.5, 3.0 ]; auto r1 = reduce!("a + b")(chain(a, b, c)); assert(approxEqual(r1, 112.5)); // To minimize nesting of parentheses, Uniform Function Call Syntax can be used auto r2 = chain(a, b, c).reduce!("a + b"); assert(approxEqual(r2, 112.5)); } /** Sometimes it is very useful to compute multiple aggregates in one pass. One advantage is that the computation is faster because the looping overhead is shared. That's why $(D reduce) accepts multiple functions. If two or more functions are passed, $(D reduce) returns a $(REF Tuple, std,typecons) object with one member per passed-in function. The number of seeds must be correspondingly increased. */ @safe unittest { import std.algorithm.comparison : max, min; import std.math : approxEqual, sqrt; import std.typecons : tuple, Tuple; double[] a = [ 3.0, 4, 7, 11, 3, 2, 5 ]; // Compute minimum and maximum in one pass auto r = reduce!(min, max)(a); // The type of r is Tuple!(int, int) assert(approxEqual(r[0], 2)); // minimum assert(approxEqual(r[1], 11)); // maximum // Compute sum and sum of squares in one pass r = reduce!("a + b", "a + b * b")(tuple(0.0, 0.0), a); assert(approxEqual(r[0], 35)); // sum assert(approxEqual(r[1], 233)); // sum of squares // Compute average and standard deviation from the above auto avg = r[0] / a.length; assert(avg == 5); auto stdev = sqrt(r[1] / a.length - avg * avg); assert(cast(int) stdev == 2); } @safe unittest { import std.algorithm.comparison : max, min; import std.range : chain; import std.typecons : tuple, Tuple; double[] a = [ 3, 4 ]; auto r = reduce!("a + b")(0.0, a); assert(r == 7); r = reduce!("a + b")(a); assert(r == 7); r = reduce!(min)(a); assert(r == 3); double[] b = [ 100 ]; auto r1 = reduce!("a + b")(chain(a, b)); assert(r1 == 107); // two funs auto r2 = reduce!("a + b", "a - b")(tuple(0.0, 0.0), a); assert(r2[0] == 7 && r2[1] == -7); auto r3 = reduce!("a + b", "a - b")(a); assert(r3[0] == 7 && r3[1] == -1); a = [ 1, 2, 3, 4, 5 ]; // Stringize with commas string rep = reduce!("a ~ `, ` ~ to!(string)(b)")("", a); assert(rep[2 .. $] == "1, 2, 3, 4, 5", "["~rep[2 .. $]~"]"); } @system unittest { import std.algorithm.comparison : max, min; import std.exception : assertThrown; import std.range : iota; import std.typecons : tuple, Tuple; // Test the opApply case. static struct OpApply { bool actEmpty; int opApply(scope int delegate(ref int) dg) { int res; if (actEmpty) return res; foreach (i; 0 .. 100) { res = dg(i); if (res) break; } return res; } } OpApply oa; auto hundredSum = reduce!"a + b"(iota(100)); assert(reduce!"a + b"(5, oa) == hundredSum + 5); assert(reduce!"a + b"(oa) == hundredSum); assert(reduce!("a + b", max)(oa) == tuple(hundredSum, 99)); assert(reduce!("a + b", max)(tuple(5, 0), oa) == tuple(hundredSum + 5, 99)); // Test for throwing on empty range plus no seed. assertThrown(reduce!"a + b"([1, 2][0 .. 0])); oa.actEmpty = true; assertThrown(reduce!"a + b"(oa)); } @safe unittest { const float a = 0.0; const float[] b = [ 1.2, 3, 3.3 ]; float[] c = [ 1.2, 3, 3.3 ]; auto r = reduce!"a + b"(a, b); r = reduce!"a + b"(a, c); assert(r == 7.5); } @safe unittest { // Issue #10408 - Two-function reduce of a const array. import std.algorithm.comparison : max, min; import std.typecons : tuple, Tuple; const numbers = [10, 30, 20]; immutable m = reduce!(min)(numbers); assert(m == 10); immutable minmax = reduce!(min, max)(numbers); assert(minmax == tuple(10, 30)); } @safe unittest { //10709 import std.typecons : tuple, Tuple; enum foo = "a + 0.5 * b"; auto r = [0, 1, 2, 3]; auto r1 = reduce!foo(r); auto r2 = reduce!(foo, foo)(r); assert(r1 == 3); assert(r2 == tuple(3, 3)); } @system unittest { static struct OpApply { int opApply(int delegate(ref int) dg) { int[] a = [1, 2, 3]; int res = 0; foreach (ref e; a) { res = dg(e); if (res) break; } return res; } } //test CTFE and functions with context int fun(int a, int b) @safe {return a + b + 1;} auto foo() { import std.algorithm.comparison : max; import std.typecons : tuple, Tuple; auto a = reduce!(fun)([1, 2, 3]); auto b = reduce!(fun, fun)([1, 2, 3]); auto c = reduce!(fun)(0, [1, 2, 3]); auto d = reduce!(fun, fun)(tuple(0, 0), [1, 2, 3]); auto e = reduce!(fun)(0, OpApply()); auto f = reduce!(fun, fun)(tuple(0, 0), OpApply()); return max(a, b.expand, c, d.expand, e, f.expand); } auto a = foo(); assert(a == 9); enum b = foo(); assert(b == 9); } @safe unittest { import std.algorithm.comparison : max, min; import std.typecons : tuple, Tuple; //http://forum.dlang.org/post/[email protected] //Seed is tuple of const. static auto minmaxElement(alias F = min, alias G = max, R)(in R range) @safe pure nothrow if (isInputRange!R) { return reduce!(F, G)(tuple(ElementType!R.max, ElementType!R.min), range); } assert(minmaxElement([1, 2, 3]) == tuple(1, 3)); } @safe unittest //12569 { import std.algorithm.comparison : max, min; import std.typecons : tuple; dchar c = 'a'; reduce!(min, max)(tuple(c, c), "hello"); // OK static assert(!is(typeof(reduce!(min, max)(tuple(c), "hello")))); static assert(!is(typeof(reduce!(min, max)(tuple(c, c, c), "hello")))); //"Seed dchar should be a Tuple" static assert(!is(typeof(reduce!(min, max)(c, "hello")))); //"Seed (dchar) does not have the correct amount of fields (should be 2)" static assert(!is(typeof(reduce!(min, max)(tuple(c), "hello")))); //"Seed (dchar, dchar, dchar) does not have the correct amount of fields (should be 2)" static assert(!is(typeof(reduce!(min, max)(tuple(c, c, c), "hello")))); //"Incompatable function/seed/element: all(alias pred = "a")/int/dchar" static assert(!is(typeof(reduce!all(1, "hello")))); static assert(!is(typeof(reduce!(all, all)(tuple(1, 1), "hello")))); } @safe unittest //13304 { int[] data; static assert(is(typeof(reduce!((a, b) => a + b)(data)))); assert(data.length == 0); } //Helper for Reduce private template ReduceSeedType(E) { static template ReduceSeedType(alias fun) { import std.algorithm.internal : algoFormat; alias ReduceSeedType = Unqual!(typeof(fun(lvalueOf!E, lvalueOf!E))); //Check the Seed type is useable. ReduceSeedType s = ReduceSeedType.init; static assert(is(typeof({ReduceSeedType s = lvalueOf!E;})) && is(typeof(lvalueOf!ReduceSeedType = fun(lvalueOf!ReduceSeedType, lvalueOf!E))), algoFormat( "Unable to deduce an acceptable seed type for %s with element type %s.", fullyQualifiedName!fun, E.stringof ) ); } } /++ Implements the homonym function (also known as $(D accumulate), $(D compress), $(D inject), or $(D foldl)) present in various programming languages of functional flavor. The call $(D fold!(fun)(range, seed)) first assigns $(D seed) to an internal variable $(D result), also called the accumulator. Then, for each element $(D x) in $(D range), $(D result = fun(result, x)) gets evaluated. Finally, $(D result) is returned. The one-argument version $(D fold!(fun)(range)) works similarly, but it uses the first element of the range as the seed (the range must be non-empty). Returns: the accumulated $(D result) See_Also: $(HTTP en.wikipedia.org/wiki/Fold_(higher-order_function), Fold (higher-order function)) $(LREF sum) is similar to $(D fold!((a, b) => a + b)) that offers precise summing of floating point numbers. This is functionally equivalent to $(LREF reduce) with the argument order reversed, and without the need to use $(LREF tuple) for multiple seeds. +/ template fold(fun...) if (fun.length >= 1) { auto fold(R, S...)(R r, S seed) { static if (S.length < 2) { return reduce!fun(seed, r); } else { import std.typecons : tuple; return reduce!fun(tuple(seed), r); } } } /// @safe pure unittest { immutable arr = [1, 2, 3, 4, 5]; // Sum all elements assert(arr.fold!((a, b) => a + b) == 15); // Sum all elements with explicit seed assert(arr.fold!((a, b) => a + b)(6) == 21); import std.algorithm.comparison : min, max; import std.typecons : tuple; // Compute minimum and maximum at the same time assert(arr.fold!(min, max) == tuple(1, 5)); // Compute minimum and maximum at the same time with seeds assert(arr.fold!(min, max)(0, 7) == tuple(0, 7)); // Can be used in a UFCS chain assert(arr.map!(a => a + 1).fold!((a, b) => a + b) == 20); // Return the last element of any range assert(arr.fold!((a, b) => b) == 5); } @safe @nogc pure nothrow unittest { int[1] arr; static assert(!is(typeof(arr.fold!()))); static assert(!is(typeof(arr.fold!(a => a)))); static assert(is(typeof(arr.fold!((a, b) => a)))); static assert(is(typeof(arr.fold!((a, b) => a)(1)))); assert(arr.length == 1); } /++ Similar to `fold`, but returns a range containing the successive reduced values. The call $(D cumulativeFold!(fun)(range, seed)) first assigns `seed` to an internal variable `result`, also called the accumulator. The returned range contains the values $(D result = fun(result, x)) lazily evaluated for each element `x` in `range`. Finally, the last element has the same value as $(D fold!(fun)(seed, range)). The one-argument version $(D cumulativeFold!(fun)(range)) works similarly, but it returns the first element unchanged and uses it as seed for the next elements. This function is also known as $(HTTP en.cppreference.com/w/cpp/algorithm/partial_sum, partial_sum), $(HTTP docs.python.org/3/library/itertools.html#itertools.accumulate, accumulate), $(HTTP hackage.haskell.org/package/base-4.8.2.0/docs/Prelude.html#v:scanl, scan), $(HTTP mathworld.wolfram.com/CumulativeSum.html, Cumulative Sum). Params: fun = one or more functions to use as fold operation Returns: The function returns a range containing the consecutive reduced values. If there is more than one `fun`, the element type will be $(REF Tuple, std,typecons) containing one element for each `fun`. See_Also: $(HTTP en.wikipedia.org/wiki/Prefix_sum, Prefix Sum) +/ template cumulativeFold(fun...) if (fun.length >= 1) { import std.meta : staticMap; private alias binfuns = staticMap!(binaryFun, fun); /++ No-seed version. The first element of `r` is used as the seed's value. For each function `f` in `fun`, the corresponding seed type `S` is $(D Unqual!(typeof(f(e, e)))), where `e` is an element of `r`: `ElementType!R`. Once `S` has been determined, then $(D S s = e;) and $(D s = f(s, e);) must both be legal. Params: range = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) Returns: a range containing the consecutive reduced values. +/ auto cumulativeFold(R)(R range) if (isInputRange!(Unqual!R)) { return cumulativeFoldImpl(range); } /++ Seed version. The seed should be a single value if `fun` is a single function. If `fun` is multiple functions, then `seed` should be a $(REF Tuple, std,typecons), with one field per function in `f`. For convenience, if the seed is `const`, or has qualified fields, then `cumulativeFold` will operate on an unqualified copy. If this happens then the returned type will not perfectly match `S`. Params: range = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) seed = the initial value of the accumulator Returns: a range containing the consecutive reduced values. +/ auto cumulativeFold(R, S)(R range, S seed) if (isInputRange!(Unqual!R)) { static if (fun.length == 1) return cumulativeFoldImpl(range, seed); else return cumulativeFoldImpl(range, seed.expand); } private auto cumulativeFoldImpl(R, Args...)(R range, ref Args args) { import std.algorithm.internal : algoFormat; static assert(Args.length == 0 || Args.length == fun.length, algoFormat("Seed %s does not have the correct amount of fields (should be %s)", Args.stringof, fun.length)); static if (args.length) alias State = staticMap!(Unqual, Args); else alias State = staticMap!(ReduceSeedType!(ElementType!R), binfuns); foreach (i, f; binfuns) { static assert(!__traits(compiles, f(args[i], e)) || __traits(compiles, { args[i] = f(args[i], e); }()), algoFormat("Incompatible function/seed/element: %s/%s/%s", fullyQualifiedName!f, Args[i].stringof, E.stringof)); } static struct Result { private: R source; State state; this(R range, ref Args args) { source = range; if (source.empty) return; foreach (i, f; binfuns) { static if (args.length) state[i] = f(args[i], source.front); else state[i] = source.front; } } public: @property bool empty() { return source.empty; } @property auto front() { assert(!empty, "Attempting to fetch the front of an empty cumulativeFold."); static if (fun.length > 1) { import std.typecons : tuple; return tuple(state); } else { return state[0]; } } void popFront() { assert(!empty, "Attempting to popFront an empty cumulativeFold."); source.popFront; if (source.empty) return; foreach (i, f; binfuns) state[i] = f(state[i], source.front); } static if (isForwardRange!R) { @property auto save() { auto result = this; result.source = source.save; return result; } } static if (hasLength!R) { @property size_t length() { return source.length; } } } return Result(range, args); } } /// @safe unittest { import std.algorithm.comparison : max, min; import std.array : array; import std.math : approxEqual; import std.range : chain; int[] arr = [1, 2, 3, 4, 5]; // Partial sum of all elements auto sum = cumulativeFold!((a, b) => a + b)(arr, 0); assert(sum.array == [1, 3, 6, 10, 15]); // Partial sum again, using a string predicate with "a" and "b" auto sum2 = cumulativeFold!"a + b"(arr, 0); assert(sum2.array == [1, 3, 6, 10, 15]); // Compute the partial maximum of all elements auto largest = cumulativeFold!max(arr); assert(largest.array == [1, 2, 3, 4, 5]); // Partial max again, but with Uniform Function Call Syntax (UFCS) largest = arr.cumulativeFold!max; assert(largest.array == [1, 2, 3, 4, 5]); // Partial count of odd elements auto odds = arr.cumulativeFold!((a, b) => a + (b & 1))(0); assert(odds.array == [1, 1, 2, 2, 3]); // Compute the partial sum of squares auto ssquares = arr.cumulativeFold!((a, b) => a + b * b)(0); assert(ssquares.array == [1, 5, 14, 30, 55]); // Chain multiple ranges into seed int[] a = [3, 4]; int[] b = [100]; auto r = cumulativeFold!"a + b"(chain(a, b)); assert(r.array == [3, 7, 107]); // Mixing convertible types is fair game, too double[] c = [2.5, 3.0]; auto r1 = cumulativeFold!"a + b"(chain(a, b, c)); assert(approxEqual(r1, [3, 7, 107, 109.5, 112.5])); // To minimize nesting of parentheses, Uniform Function Call Syntax can be used auto r2 = chain(a, b, c).cumulativeFold!"a + b"; assert(approxEqual(r2, [3, 7, 107, 109.5, 112.5])); } /** Sometimes it is very useful to compute multiple aggregates in one pass. One advantage is that the computation is faster because the looping overhead is shared. That's why `cumulativeFold` accepts multiple functions. If two or more functions are passed, `cumulativeFold` returns a $(REF Tuple, std,typecons) object with one member per passed-in function. The number of seeds must be correspondingly increased. */ @safe unittest { import std.algorithm.comparison : max, min; import std.algorithm.iteration : map; import std.math : approxEqual; import std.typecons : tuple; double[] a = [3.0, 4, 7, 11, 3, 2, 5]; // Compute minimum and maximum in one pass auto r = a.cumulativeFold!(min, max); // The type of r is Tuple!(int, int) assert(approxEqual(r.map!"a[0]", [3, 3, 3, 3, 3, 2, 2])); // minimum assert(approxEqual(r.map!"a[1]", [3, 4, 7, 11, 11, 11, 11])); // maximum // Compute sum and sum of squares in one pass auto r2 = a.cumulativeFold!("a + b", "a + b * b")(tuple(0.0, 0.0)); assert(approxEqual(r2.map!"a[0]", [3, 7, 14, 25, 28, 30, 35])); // sum assert(approxEqual(r2.map!"a[1]", [9, 25, 74, 195, 204, 208, 233])); // sum of squares } @safe unittest { import std.algorithm.comparison : equal, max, min; import std.conv : to; import std.range : chain; import std.typecons : tuple; double[] a = [3, 4]; auto r = a.cumulativeFold!("a + b")(0.0); assert(r.equal([3, 7])); auto r2 = cumulativeFold!("a + b")(a); assert(r2.equal([3, 7])); auto r3 = cumulativeFold!(min)(a); assert(r3.equal([3, 3])); double[] b = [100]; auto r4 = cumulativeFold!("a + b")(chain(a, b)); assert(r4.equal([3, 7, 107])); // two funs auto r5 = cumulativeFold!("a + b", "a - b")(a, tuple(0.0, 0.0)); assert(r5.equal([tuple(3, -3), tuple(7, -7)])); auto r6 = cumulativeFold!("a + b", "a - b")(a); assert(r6.equal([tuple(3, 3), tuple(7, -1)])); a = [1, 2, 3, 4, 5]; // Stringize with commas auto rep = cumulativeFold!("a ~ `, ` ~ to!string(b)")(a, ""); assert(rep.map!"a[2 .. $]".equal(["1", "1, 2", "1, 2, 3", "1, 2, 3, 4", "1, 2, 3, 4, 5"])); // Test for empty range a = []; assert(a.cumulativeFold!"a + b".empty); assert(a.cumulativeFold!"a + b"(2.0).empty); } @safe unittest { import std.algorithm.comparison : max, min; import std.array : array; import std.math : approxEqual; import std.typecons : tuple; const float a = 0.0; const float[] b = [1.2, 3, 3.3]; float[] c = [1.2, 3, 3.3]; auto r = cumulativeFold!"a + b"(b, a); assert(approxEqual(r, [1.2, 4.2, 7.5])); auto r2 = cumulativeFold!"a + b"(c, a); assert(approxEqual(r2, [1.2, 4.2, 7.5])); const numbers = [10, 30, 20]; enum m = numbers.cumulativeFold!(min).array; assert(m == [10, 10, 10]); enum minmax = numbers.cumulativeFold!(min, max).array; assert(minmax == [tuple(10, 10), tuple(10, 30), tuple(10, 30)]); } @safe unittest { import std.math : approxEqual; import std.typecons : tuple; enum foo = "a + 0.5 * b"; auto r = [0, 1, 2, 3]; auto r1 = r.cumulativeFold!foo; auto r2 = r.cumulativeFold!(foo, foo); assert(approxEqual(r1, [0, 0.5, 1.5, 3])); assert(approxEqual(r2.map!"a[0]", [0, 0.5, 1.5, 3])); assert(approxEqual(r2.map!"a[1]", [0, 0.5, 1.5, 3])); } @safe unittest { import std.algorithm.comparison : equal, max, min; import std.array : array; import std.typecons : tuple; //Seed is tuple of const. static auto minmaxElement(alias F = min, alias G = max, R)(in R range) @safe pure nothrow if (isInputRange!R) { return range.cumulativeFold!(F, G)(tuple(ElementType!R.max, ElementType!R.min)); } assert(minmaxElement([1, 2, 3]).equal([tuple(1, 1), tuple(1, 2), tuple(1, 3)])); } @safe unittest //12569 { import std.algorithm.comparison : equal, max, min; import std.typecons : tuple; dchar c = 'a'; assert(cumulativeFold!(min, max)("hello", tuple(c, c)).equal([tuple('a', 'h'), tuple('a', 'h'), tuple('a', 'l'), tuple('a', 'l'), tuple('a', 'o')])); static assert(!__traits(compiles, cumulativeFold!(min, max)("hello", tuple(c)))); static assert(!__traits(compiles, cumulativeFold!(min, max)("hello", tuple(c, c, c)))); //"Seed dchar should be a Tuple" static assert(!__traits(compiles, cumulativeFold!(min, max)("hello", c))); //"Seed (dchar) does not have the correct amount of fields (should be 2)" static assert(!__traits(compiles, cumulativeFold!(min, max)("hello", tuple(c)))); //"Seed (dchar, dchar, dchar) does not have the correct amount of fields (should be 2)" static assert(!__traits(compiles, cumulativeFold!(min, max)("hello", tuple(c, c, c)))); //"Incompatable function/seed/element: all(alias pred = "a")/int/dchar" static assert(!__traits(compiles, cumulativeFold!all("hello", 1))); static assert(!__traits(compiles, cumulativeFold!(all, all)("hello", tuple(1, 1)))); } @safe unittest //13304 { int[] data; assert(data.cumulativeFold!((a, b) => a + b).empty); } @safe unittest { import std.algorithm.comparison : equal; import std.internal.test.dummyrange : AllDummyRanges, propagatesLength, propagatesRangeType, RangeType; foreach (DummyType; AllDummyRanges) { DummyType d; auto m = d.cumulativeFold!"a * b"; static assert(propagatesLength!(typeof(m), DummyType)); static if (DummyType.rt <= RangeType.Forward) static assert(propagatesRangeType!(typeof(m), DummyType)); assert(m.equal([1, 2, 6, 24, 120, 720, 5040, 40_320, 362_880, 3_628_800])); } } // splitter /** Lazily splits a range using an element as a separator. This can be used with any narrow string type or sliceable range type, but is most popular with string types. Two adjacent separators are considered to surround an empty element in the split range. Use $(D filter!(a => !a.empty)) on the result to compress empty elements. The predicate is passed to $(REF binaryFun, std,functional), and can either accept a string, or any callable that can be executed via $(D pred(element, s)). If the empty range is given, the result is a range with one empty element. If a range with one separator is given, the result is a range with two empty elements. If splitting a string on whitespace and token compression is desired, consider using $(D splitter) without specifying a separator (see fourth overload below). Params: pred = The predicate for comparing each element with the separator, defaulting to $(D "a == b"). r = The $(REF_ALTTEXT input range, isInputRange, std,range,primitives) to be split. Must support slicing and $(D .length). s = The element to be treated as the separator between range segments to be split. Constraints: The predicate $(D pred) needs to accept an element of $(D r) and the separator $(D s). Returns: An input range of the subranges of elements between separators. If $(D r) is a $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives) or $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives), the returned range will be likewise. See_Also: $(REF _splitter, std,regex) for a version that splits using a regular expression defined separator. */ auto splitter(alias pred = "a == b", Range, Separator)(Range r, Separator s) if (is(typeof(binaryFun!pred(r.front, s)) : bool) && ((hasSlicing!Range && hasLength!Range) || isNarrowString!Range)) { import std.algorithm.searching : find; import std.conv : unsigned; static struct Result { private: Range _input; Separator _separator; // Do we need hasLength!Range? popFront uses _input.length... enum size_t _unComputed = size_t.max - 1, _atEnd = size_t.max; size_t _frontLength = _unComputed; size_t _backLength = _unComputed; static if (isNarrowString!Range) { size_t _separatorLength; } else { enum _separatorLength = 1; } static if (isBidirectionalRange!Range) { static size_t lastIndexOf(Range haystack, Separator needle) { import std.range : retro; auto r = haystack.retro().find!pred(needle); return r.retro().length - 1; } } public: this(Range input, Separator separator) { _input = input; _separator = separator; static if (isNarrowString!Range) { import std.utf : codeLength; _separatorLength = codeLength!(ElementEncodingType!Range)(separator); } if (_input.empty) _frontLength = _atEnd; } static if (isInfinite!Range) { enum bool empty = false; } else { @property bool empty() { return _frontLength == _atEnd; } } @property Range front() { assert(!empty, "Attempting to fetch the front of an empty splitter."); if (_frontLength == _unComputed) { auto r = _input.find!pred(_separator); _frontLength = _input.length - r.length; } return _input[0 .. _frontLength]; } void popFront() { assert(!empty, "Attempting to popFront an empty splitter."); if (_frontLength == _unComputed) { front; } assert(_frontLength <= _input.length); if (_frontLength == _input.length) { // no more input and need to fetch => done _frontLength = _atEnd; // Probably don't need this, but just for consistency: _backLength = _atEnd; } else { _input = _input[_frontLength + _separatorLength .. _input.length]; _frontLength = _unComputed; } } static if (isForwardRange!Range) { @property typeof(this) save() { auto ret = this; ret._input = _input.save; return ret; } } static if (isBidirectionalRange!Range) { @property Range back() { assert(!empty, "Attempting to fetch the back of an empty splitter."); if (_backLength == _unComputed) { immutable lastIndex = lastIndexOf(_input, _separator); if (lastIndex == -1) { _backLength = _input.length; } else { _backLength = _input.length - lastIndex - 1; } } return _input[_input.length - _backLength .. _input.length]; } void popBack() { assert(!empty, "Attempting to popBack an empty splitter."); if (_backLength == _unComputed) { // evaluate back to make sure it's computed back; } assert(_backLength <= _input.length); if (_backLength == _input.length) { // no more input and need to fetch => done _frontLength = _atEnd; _backLength = _atEnd; } else { _input = _input[0 .. _input.length - _backLength - _separatorLength]; _backLength = _unComputed; } } } } return Result(r, s); } /// @safe unittest { import std.algorithm.comparison : equal; assert(equal(splitter("hello world", ' '), [ "hello", "", "world" ])); int[] a = [ 1, 2, 0, 0, 3, 0, 4, 5, 0 ]; int[][] w = [ [1, 2], [], [3], [4, 5], [] ]; assert(equal(splitter(a, 0), w)); a = [ 0 ]; assert(equal(splitter(a, 0), [ (int[]).init, (int[]).init ])); a = [ 0, 1 ]; assert(equal(splitter(a, 0), [ [], [1] ])); w = [ [0], [1], [2] ]; assert(equal(splitter!"a.front == b"(w, 1), [ [[0]], [[2]] ])); } @safe unittest { import std.algorithm; import std.array : array; import std.internal.test.dummyrange; import std.range : retro; assert(equal(splitter("hello world", ' '), [ "hello", "", "world" ])); assert(equal(splitter("žlutoučkýřkůň", 'ř'), [ "žlutoučký", "kůň" ])); int[] a = [ 1, 2, 0, 0, 3, 0, 4, 5, 0 ]; int[][] w = [ [1, 2], [], [3], [4, 5], [] ]; static assert(isForwardRange!(typeof(splitter(a, 0)))); assert(equal(splitter(a, 0), w)); a = null; assert(equal(splitter(a, 0), (int[][]).init)); a = [ 0 ]; assert(equal(splitter(a, 0), [ (int[]).init, (int[]).init ][])); a = [ 0, 1 ]; assert(equal(splitter(a, 0), [ [], [1] ][])); // Thoroughly exercise the bidirectional stuff. auto str = "abc abcd abcde ab abcdefg abcdefghij ab ac ar an at ada"; assert(equal( retro(splitter(str, 'a')), retro(array(splitter(str, 'a'))) )); // Test interleaving front and back. auto split = splitter(str, 'a'); assert(split.front == ""); assert(split.back == ""); split.popBack(); assert(split.back == "d"); split.popFront(); assert(split.front == "bc "); assert(split.back == "d"); split.popFront(); split.popBack(); assert(split.back == "t "); split.popBack(); split.popBack(); split.popFront(); split.popFront(); assert(split.front == "b "); assert(split.back == "r "); foreach (DummyType; AllDummyRanges) { // Bug 4408 static if (isRandomAccessRange!DummyType) { static assert(isBidirectionalRange!DummyType); DummyType d; auto s = splitter(d, 5); assert(equal(s.front, [1,2,3,4])); assert(equal(s.back, [6,7,8,9,10])); auto s2 = splitter(d, [4, 5]); assert(equal(s2.front, [1,2,3])); } } } @safe unittest { import std.algorithm; import std.range; auto L = retro(iota(1L, 10L)); auto s = splitter(L, 5L); assert(equal(s.front, [9L, 8L, 7L, 6L])); s.popFront(); assert(equal(s.front, [4L, 3L, 2L, 1L])); s.popFront(); assert(s.empty); } /** Similar to the previous overload of $(D splitter), except this one uses another range as a separator. This can be used with any narrow string type or sliceable range type, but is most popular with string types. The predicate is passed to $(REF binaryFun, std,functional), and can either accept a string, or any callable that can be executed via $(D pred(r.front, s.front)). Two adjacent separators are considered to surround an empty element in the split range. Use $(D filter!(a => !a.empty)) on the result to compress empty elements. Params: pred = The predicate for comparing each element with the separator, defaulting to $(D "a == b"). r = The $(REF_ALTTEXT input range, isInputRange, std,range,primitives) to be split. s = The $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives) to be treated as the separator between segments of $(D r) to be split. Constraints: The predicate $(D pred) needs to accept an element of $(D r) and an element of $(D s). Returns: An input range of the subranges of elements between separators. If $(D r) is a forward range or $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives), the returned range will be likewise. See_Also: $(REF _splitter, std,regex) for a version that splits using a regular expression defined separator. */ auto splitter(alias pred = "a == b", Range, Separator)(Range r, Separator s) if (is(typeof(binaryFun!pred(r.front, s.front)) : bool) && (hasSlicing!Range || isNarrowString!Range) && isForwardRange!Separator && (hasLength!Separator || isNarrowString!Separator)) { import std.algorithm.searching : find; import std.conv : unsigned; static struct Result { private: Range _input; Separator _separator; // _frontLength == size_t.max means empty size_t _frontLength = size_t.max; static if (isBidirectionalRange!Range) size_t _backLength = size_t.max; @property auto separatorLength() { return _separator.length; } void ensureFrontLength() { if (_frontLength != _frontLength.max) return; assert(!_input.empty); // compute front length _frontLength = (_separator.empty) ? 1 : _input.length - find!pred(_input, _separator).length; static if (isBidirectionalRange!Range) if (_frontLength == _input.length) _backLength = _frontLength; } void ensureBackLength() { static if (isBidirectionalRange!Range) if (_backLength != _backLength.max) return; assert(!_input.empty); // compute back length static if (isBidirectionalRange!Range && isBidirectionalRange!Separator) { import std.range : retro; _backLength = _input.length - find!pred(retro(_input), retro(_separator)).source.length; } } public: this(Range input, Separator separator) { _input = input; _separator = separator; } @property Range front() { assert(!empty, "Attempting to fetch the front of an empty splitter."); ensureFrontLength(); return _input[0 .. _frontLength]; } static if (isInfinite!Range) { enum bool empty = false; // Propagate infiniteness } else { @property bool empty() { return _frontLength == size_t.max && _input.empty; } } void popFront() { assert(!empty, "Attempting to popFront an empty splitter."); ensureFrontLength(); if (_frontLength == _input.length) { // done, there's no separator in sight _input = _input[_frontLength .. _frontLength]; _frontLength = _frontLength.max; static if (isBidirectionalRange!Range) _backLength = _backLength.max; return; } if (_frontLength + separatorLength == _input.length) { // Special case: popping the first-to-last item; there is // an empty item right after this. _input = _input[_input.length .. _input.length]; _frontLength = 0; static if (isBidirectionalRange!Range) _backLength = 0; return; } // Normal case, pop one item and the separator, get ready for // reading the next item _input = _input[_frontLength + separatorLength .. _input.length]; // mark _frontLength as uninitialized _frontLength = _frontLength.max; } static if (isForwardRange!Range) { @property typeof(this) save() { auto ret = this; ret._input = _input.save; return ret; } } } return Result(r, s); } /// @safe unittest { import std.algorithm.comparison : equal; assert(equal(splitter("hello world", " "), [ "hello", "world" ])); int[] a = [ 1, 2, 0, 0, 3, 0, 4, 5, 0 ]; int[][] w = [ [1, 2], [3, 0, 4, 5, 0] ]; assert(equal(splitter(a, [0, 0]), w)); a = [ 0, 0 ]; assert(equal(splitter(a, [0, 0]), [ (int[]).init, (int[]).init ])); a = [ 0, 0, 1 ]; assert(equal(splitter(a, [0, 0]), [ [], [1] ])); } @safe unittest { import std.algorithm.comparison : equal; import std.typecons : Tuple; alias C = Tuple!(int, "x", int, "y"); auto a = [C(1,0), C(2,0), C(3,1), C(4,0)]; assert(equal(splitter!"a.x == b"(a, [2, 3]), [ [C(1,0)], [C(4,0)] ])); } @safe unittest { import std.algorithm.comparison : equal; import std.array : split; import std.conv : text; auto s = ",abc, de, fg,hi,"; auto sp0 = splitter(s, ','); assert(equal(sp0, ["", "abc", " de", " fg", "hi", ""][])); auto s1 = ", abc, de, fg, hi, "; auto sp1 = splitter(s1, ", "); assert(equal(sp1, ["", "abc", "de", " fg", "hi", ""][])); static assert(isForwardRange!(typeof(sp1))); int[] a = [ 1, 2, 0, 3, 0, 4, 5, 0 ]; int[][] w = [ [1, 2], [3], [4, 5], [] ]; uint i; foreach (e; splitter(a, 0)) { assert(i < w.length); assert(e == w[i++]); } assert(i == w.length); // // Now go back // auto s2 = splitter(a, 0); // foreach (e; retro(s2)) // { // assert(i > 0); // assert(equal(e, w[--i]), text(e)); // } // assert(i == 0); wstring names = ",peter,paul,jerry,"; auto words = split(names, ","); assert(walkLength(words) == 5, text(walkLength(words))); } @safe unittest { int[][] a = [ [1], [2], [0], [3], [0], [4], [5], [0] ]; int[][][] w = [ [[1], [2]], [[3]], [[4], [5]], [] ]; uint i; foreach (e; splitter!"a.front == 0"(a, 0)) { assert(i < w.length); assert(e == w[i++]); } assert(i == w.length); } @safe unittest { import std.algorithm.comparison : equal; auto s6 = ","; auto sp6 = splitter(s6, ','); foreach (e; sp6) {} assert(equal(sp6, ["", ""][])); } @safe unittest { import std.algorithm.comparison : equal; // Issue 10773 auto s = splitter("abc", ""); assert(s.equal(["a", "b", "c"])); } @safe unittest { import std.algorithm.comparison : equal; // Test by-reference separator class RefSep { @safe: string _impl; this(string s) { _impl = s; } @property empty() { return _impl.empty; } @property auto front() { return _impl.front; } void popFront() { _impl = _impl[1..$]; } @property RefSep save() { return new RefSep(_impl); } @property auto length() { return _impl.length; } } auto sep = new RefSep("->"); auto data = "i->am->pointing"; auto words = splitter(data, sep); assert(words.equal([ "i", "am", "pointing" ])); } /** Similar to the previous overload of $(D splitter), except this one does not use a separator. Instead, the predicate is an unary function on the input range's element type. The $(D isTerminator) predicate is passed to $(REF unaryFun, std,functional) and can either accept a string, or any callable that can be executed via $(D pred(element, s)). Two adjacent separators are considered to surround an empty element in the split range. Use $(D filter!(a => !a.empty)) on the result to compress empty elements. Params: isTerminator = The predicate for deciding where to split the range. input = The $(REF_ALTTEXT input range, isInputRange, std,range,primitives) to be split. Constraints: The predicate $(D isTerminator) needs to accept an element of $(D input). Returns: An input range of the subranges of elements between separators. If $(D input) is a forward range or $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives), the returned range will be likewise. See_Also: $(REF _splitter, std,regex) for a version that splits using a regular expression defined separator. */ auto splitter(alias isTerminator, Range)(Range input) if (isForwardRange!Range && is(typeof(unaryFun!isTerminator(input.front)))) { return SplitterResult!(unaryFun!isTerminator, Range)(input); } /// @safe unittest { import std.algorithm.comparison : equal; import std.range.primitives : front; assert(equal(splitter!(a => a == ' ')("hello world"), [ "hello", "", "world" ])); int[] a = [ 1, 2, 0, 0, 3, 0, 4, 5, 0 ]; int[][] w = [ [1, 2], [], [3], [4, 5], [] ]; assert(equal(splitter!(a => a == 0)(a), w)); a = [ 0 ]; assert(equal(splitter!(a => a == 0)(a), [ (int[]).init, (int[]).init ])); a = [ 0, 1 ]; assert(equal(splitter!(a => a == 0)(a), [ [], [1] ])); w = [ [0], [1], [2] ]; assert(equal(splitter!(a => a.front == 1)(w), [ [[0]], [[2]] ])); } private struct SplitterResult(alias isTerminator, Range) { import std.algorithm.searching : find; enum fullSlicing = (hasLength!Range && hasSlicing!Range) || isSomeString!Range; private Range _input; private size_t _end = 0; static if (!fullSlicing) private Range _next; private void findTerminator() { static if (fullSlicing) { auto r = find!isTerminator(_input.save); _end = _input.length - r.length; } else for ( _end = 0; !_next.empty ; _next.popFront) { if (isTerminator(_next.front)) break; ++_end; } } this(Range input) { _input = input; static if (!fullSlicing) _next = _input.save; if (!_input.empty) findTerminator(); else _end = size_t.max; } static if (isInfinite!Range) { enum bool empty = false; // Propagate infiniteness. } else { @property bool empty() { return _end == size_t.max; } } @property auto front() { version(assert) { import core.exception : RangeError; if (empty) throw new RangeError(); } static if (fullSlicing) return _input[0 .. _end]; else { import std.range : takeExactly; return _input.takeExactly(_end); } } void popFront() { version(assert) { import core.exception : RangeError; if (empty) throw new RangeError(); } static if (fullSlicing) { _input = _input[_end .. _input.length]; if (_input.empty) { _end = size_t.max; return; } _input.popFront(); } else { if (_next.empty) { _input = _next; _end = size_t.max; return; } _next.popFront(); _input = _next.save; } findTerminator(); } @property typeof(this) save() { auto ret = this; ret._input = _input.save; static if (!fullSlicing) ret._next = _next.save; return ret; } } @safe unittest { import std.algorithm.comparison : equal; import std.range : iota; auto L = iota(1L, 10L); auto s = splitter(L, [5L, 6L]); assert(equal(s.front, [1L, 2L, 3L, 4L])); s.popFront(); assert(equal(s.front, [7L, 8L, 9L])); s.popFront(); assert(s.empty); } @safe unittest { import std.algorithm.comparison : equal; import std.algorithm.internal : algoFormat; import std.internal.test.dummyrange; void compare(string sentence, string[] witness) { auto r = splitter!"a == ' '"(sentence); assert(equal(r.save, witness), algoFormat("got: %(%s, %) expected: %(%s, %)", r, witness)); } compare(" Mary has a little lamb. ", ["", "Mary", "", "has", "a", "little", "lamb.", "", "", ""]); compare("Mary has a little lamb. ", ["Mary", "", "has", "a", "little", "lamb.", "", "", ""]); compare("Mary has a little lamb.", ["Mary", "", "has", "a", "little", "lamb."]); compare("", (string[]).init); compare(" ", ["", ""]); static assert(isForwardRange!(typeof(splitter!"a == ' '"("ABC")))); foreach (DummyType; AllDummyRanges) { static if (isRandomAccessRange!DummyType) { auto rangeSplit = splitter!"a == 5"(DummyType.init); assert(equal(rangeSplit.front, [1,2,3,4])); rangeSplit.popFront(); assert(equal(rangeSplit.front, [6,7,8,9,10])); } } } @safe unittest { import std.algorithm.comparison : equal; import std.algorithm.internal : algoFormat; import std.range; struct Entry { int low; int high; int[][] result; } Entry[] entries = [ Entry(0, 0, []), Entry(0, 1, [[0]]), Entry(1, 2, [[], []]), Entry(2, 7, [[2], [4], [6]]), Entry(1, 8, [[], [2], [4], [6], []]), ]; foreach ( entry ; entries ) { auto a = iota(entry.low, entry.high).filter!"true"(); auto b = splitter!"a%2"(a); assert(equal!equal(b.save, entry.result), algoFormat("got: %(%s, %) expected: %(%s, %)", b, entry.result)); } } @safe unittest { import std.algorithm.comparison : equal; import std.uni : isWhite; //@@@6791@@@ assert(equal( splitter("là dove terminava quella valle"), ["là", "dove", "terminava", "quella", "valle"] )); assert(equal( splitter!(std.uni.isWhite)("là dove terminava quella valle"), ["là", "dove", "terminava", "quella", "valle"] )); assert(equal(splitter!"a=='本'"("日本語"), ["日", "語"])); } /++ Lazily splits the string $(D s) into words, using whitespace as the delimiter. This function is string specific and, contrary to $(D splitter!(std.uni.isWhite)), runs of whitespace will be merged together (no empty tokens will be produced). Params: s = The string to be split. Returns: An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) of slices of the original string split by whitespace. +/ auto splitter(C)(C[] s) if (isSomeChar!C) { import std.algorithm.searching : find; static struct Result { private: import core.exception : RangeError; C[] _s; size_t _frontLength; void getFirst() pure @safe { import std.uni : isWhite; auto r = find!(isWhite)(_s); _frontLength = _s.length - r.length; } public: this(C[] s) pure @safe { import std.string : strip; _s = s.strip(); getFirst(); } @property C[] front() pure @safe { version(assert) if (empty) throw new RangeError(); return _s[0 .. _frontLength]; } void popFront() pure @safe { import std.string : stripLeft; version(assert) if (empty) throw new RangeError(); _s = _s[_frontLength .. $].stripLeft(); getFirst(); } @property bool empty() const @safe pure nothrow { return _s.empty; } @property inout(Result) save() inout @safe pure nothrow { return this; } } return Result(s); } /// @safe pure unittest { import std.algorithm.comparison : equal; auto a = " a bcd ef gh "; assert(equal(splitter(a), ["a", "bcd", "ef", "gh"][])); } @safe pure unittest { import std.algorithm.comparison : equal; import std.meta : AliasSeq; foreach (S; AliasSeq!(string, wstring, dstring)) { import std.conv : to; S a = " a bcd ef gh "; assert(equal(splitter(a), [to!S("a"), to!S("bcd"), to!S("ef"), to!S("gh")])); a = ""; assert(splitter(a).empty); } immutable string s = " a bcd ef gh "; assert(equal(splitter(s), ["a", "bcd", "ef", "gh"][])); } @safe unittest { import std.conv : to; import std.string : strip; // TDPL example, page 8 uint[string] dictionary; char[][3] lines; lines[0] = "line one".dup; lines[1] = "line \ttwo".dup; lines[2] = "yah last line\ryah".dup; foreach (line; lines) { foreach (word; splitter(strip(line))) { if (word in dictionary) continue; // Nothing to do auto newID = dictionary.length; dictionary[to!string(word)] = cast(uint) newID; } } assert(dictionary.length == 5); assert(dictionary["line"]== 0); assert(dictionary["one"]== 1); assert(dictionary["two"]== 2); assert(dictionary["yah"]== 3); assert(dictionary["last"]== 4); } @safe unittest { import std.algorithm.comparison : equal; import std.algorithm.internal : algoFormat; import std.array : split; import std.conv : text; // Check consistency: // All flavors of split should produce the same results foreach (input; [(int[]).init, [0], [0, 1, 0], [1, 1, 0, 0, 1, 1], ]) { foreach (s; [0, 1]) { auto result = split(input, s); assert(equal(result, split(input, [s])), algoFormat(`"[%(%s,%)]"`, split(input, [s]))); //assert(equal(result, split(input, [s].filter!"true"()))); //Not yet implemented assert(equal(result, split!((a) => a == s)(input)), text(split!((a) => a == s)(input))); //assert(equal!equal(result, split(input.filter!"true"(), s))); //Not yet implemented //assert(equal!equal(result, split(input.filter!"true"(), [s]))); //Not yet implemented //assert(equal!equal(result, split(input.filter!"true"(), [s].filter!"true"()))); //Not yet implemented assert(equal!equal(result, split!((a) => a == s)(input.filter!"true"()))); assert(equal(result, splitter(input, s))); assert(equal(result, splitter(input, [s]))); //assert(equal(result, splitter(input, [s].filter!"true"()))); //Not yet implemented assert(equal(result, splitter!((a) => a == s)(input))); //assert(equal!equal(result, splitter(input.filter!"true"(), s))); //Not yet implemented //assert(equal!equal(result, splitter(input.filter!"true"(), [s]))); //Not yet implemented //assert(equal!equal(result, splitter(input.filter!"true"(), [s].filter!"true"()))); //Not yet implemented assert(equal!equal(result, splitter!((a) => a == s)(input.filter!"true"()))); } } foreach (input; [string.init, " ", " hello ", "hello hello", " hello what heck this ? " ]) { foreach (s; [' ', 'h']) { auto result = split(input, s); assert(equal(result, split(input, [s]))); //assert(equal(result, split(input, [s].filter!"true"()))); //Not yet implemented assert(equal(result, split!((a) => a == s)(input))); //assert(equal!equal(result, split(input.filter!"true"(), s))); //Not yet implemented //assert(equal!equal(result, split(input.filter!"true"(), [s]))); //Not yet implemented //assert(equal!equal(result, split(input.filter!"true"(), [s].filter!"true"()))); //Not yet implemented assert(equal!equal(result, split!((a) => a == s)(input.filter!"true"()))); assert(equal(result, splitter(input, s))); assert(equal(result, splitter(input, [s]))); //assert(equal(result, splitter(input, [s].filter!"true"()))); //Not yet implemented assert(equal(result, splitter!((a) => a == s)(input))); //assert(equal!equal(result, splitter(input.filter!"true"(), s))); //Not yet implemented //assert(equal!equal(result, splitter(input.filter!"true"(), [s]))); //Not yet implemented //assert(equal!equal(result, splitter(input.filter!"true"(), [s].filter!"true"()))); //Not yet implemented assert(equal!equal(result, splitter!((a) => a == s)(input.filter!"true"()))); } } } // sum /** Sums elements of $(D r), which must be a finite $(REF_ALTTEXT input range, isInputRange, std,range,primitives). Although conceptually $(D sum(r)) is equivalent to $(LREF fold)!((a, b) => a + b)(r, 0), $(D sum) uses specialized algorithms to maximize accuracy, as follows. $(UL $(LI If $(D $(REF ElementType, std,range,primitives)!R) is a floating-point type and $(D R) is a $(REF_ALTTEXT random-access range, isRandomAccessRange, std,range,primitives) with length and slicing, then $(D sum) uses the $(HTTP en.wikipedia.org/wiki/Pairwise_summation, pairwise summation) algorithm.) $(LI If $(D ElementType!R) is a floating-point type and $(D R) is a finite input range (but not a random-access range with slicing), then $(D sum) uses the $(HTTP en.wikipedia.org/wiki/Kahan_summation, Kahan summation) algorithm.) $(LI In all other cases, a simple element by element addition is done.) ) For floating point inputs, calculations are made in $(DDLINK spec/type, Types, $(D real)) precision for $(D real) inputs and in $(D double) precision otherwise (Note this is a special case that deviates from $(D fold)'s behavior, which would have kept $(D float) precision for a $(D float) range). For all other types, the calculations are done in the same type obtained from from adding two elements of the range, which may be a different type from the elements themselves (for example, in case of $(DDSUBLINK spec/type,integer-promotions, integral promotion)). A seed may be passed to $(D sum). Not only will this seed be used as an initial value, but its type will override all the above, and determine the algorithm and precision used for summation. Note that these specialized summing algorithms execute more primitive operations than vanilla summation. Therefore, if in certain cases maximum speed is required at expense of precision, one can use $(D fold!((a, b) => a + b)(r, 0)), which is not specialized for summation. Params: seed = the initial value of the summation r = a finite input range Returns: The sum of all the elements in the range r. */ auto sum(R)(R r) if (isInputRange!R && !isInfinite!R && is(typeof(r.front + r.front))) { alias E = Unqual!(ElementType!R); static if (isFloatingPoint!E) alias Seed = typeof(E.init + 0.0); //biggest of double/real else alias Seed = typeof(r.front + r.front); return sum(r, Unqual!Seed(0)); } /// ditto auto sum(R, E)(R r, E seed) if (isInputRange!R && !isInfinite!R && is(typeof(seed = seed + r.front))) { static if (isFloatingPoint!E) { static if (hasLength!R && hasSlicing!R) { if (r.empty) return seed; return seed + sumPairwise!E(r); } else return sumKahan!E(seed, r); } else { return reduce!"a + b"(seed, r); } } // Pairwise summation http://en.wikipedia.org/wiki/Pairwise_summation private auto sumPairwise(F, R)(R data) if (isInputRange!R && !isInfinite!R) { import core.bitop : bsf; // Works for r with at least length < 2^^(64 + log2(16)), in keeping with the use of size_t // elsewhere in std.algorithm and std.range on 64 bit platforms. The 16 in log2(16) comes // from the manual unrolling in sumPairWise16 F[64] store = void; size_t idx = 0; void collapseStore(T)(T k) { auto lastToKeep = idx - cast(uint) bsf(k+1); while (idx > lastToKeep) { store[idx - 1] += store[idx]; --idx; } } static if (hasLength!R) { foreach (k; 0 .. data.length / 16) { static if (isRandomAccessRange!R && hasSlicing!R) { store[idx] = sumPairwise16!F(data); data = data[16 .. data.length]; } else store[idx] = sumPairwiseN!(16, false, F)(data); collapseStore(k); ++idx; } size_t i = 0; foreach (el; data) { store[idx] = el; collapseStore(i); ++idx; ++i; } } else { size_t k = 0; while (!data.empty) { store[idx] = sumPairwiseN!(16, true, F)(data); collapseStore(k); ++idx; ++k; } } F s = store[idx - 1]; foreach_reverse (j; 0 .. idx - 1) s += store[j]; return s; } private auto sumPairwise16(F, R)(R r) if (isRandomAccessRange!R) { return (((cast(F) r[ 0] + r[ 1]) + (cast(F) r[ 2] + r[ 3])) + ((cast(F) r[ 4] + r[ 5]) + (cast(F) r[ 6] + r[ 7]))) + (((cast(F) r[ 8] + r[ 9]) + (cast(F) r[10] + r[11])) + ((cast(F) r[12] + r[13]) + (cast(F) r[14] + r[15]))); } private auto sumPair(bool needEmptyChecks, F, R)(ref R r) if (isForwardRange!R && !isRandomAccessRange!R) { static if (needEmptyChecks) if (r.empty) return F(0); F s0 = r.front; r.popFront(); static if (needEmptyChecks) if (r.empty) return s0; s0 += r.front; r.popFront(); return s0; } private auto sumPairwiseN(size_t N, bool needEmptyChecks, F, R)(ref R r) if (isForwardRange!R && !isRandomAccessRange!R) { import std.math : isPowerOf2; static assert(isPowerOf2(N)); static if (N == 2) return sumPair!(needEmptyChecks, F)(r); else return sumPairwiseN!(N/2, needEmptyChecks, F)(r) + sumPairwiseN!(N/2, needEmptyChecks, F)(r); } // Kahan algo http://en.wikipedia.org/wiki/Kahan_summation_algorithm private auto sumKahan(Result, R)(Result result, R r) { static assert(isFloatingPoint!Result && isMutable!Result); Result c = 0; for (; !r.empty; r.popFront()) { immutable y = r.front - c; immutable t = result + y; c = (t - result) - y; result = t; } return result; } /// Ditto @safe pure nothrow unittest { import std.range; //simple integral sumation assert(sum([ 1, 2, 3, 4]) == 10); //with integral promotion assert(sum([false, true, true, false, true]) == 3); assert(sum(ubyte.max.repeat(100)) == 25500); //The result may overflow assert(uint.max.repeat(3).sum() == 4294967293U ); //But a seed can be used to change the sumation primitive assert(uint.max.repeat(3).sum(ulong.init) == 12884901885UL); //Floating point sumation assert(sum([1.0, 2.0, 3.0, 4.0]) == 10); //Floating point operations have double precision minimum static assert(is(typeof(sum([1F, 2F, 3F, 4F])) == double)); assert(sum([1F, 2, 3, 4]) == 10); //Force pair-wise floating point sumation on large integers import std.math : approxEqual; assert(iota(ulong.max / 2, ulong.max / 2 + 4096).sum(0.0) .approxEqual((ulong.max / 2) * 4096.0 + 4096^^2 / 2)); } @safe pure nothrow unittest { static assert(is(typeof(sum([cast( byte) 1])) == int)); static assert(is(typeof(sum([cast(ubyte) 1])) == int)); static assert(is(typeof(sum([ 1, 2, 3, 4])) == int)); static assert(is(typeof(sum([ 1U, 2U, 3U, 4U])) == uint)); static assert(is(typeof(sum([ 1L, 2L, 3L, 4L])) == long)); static assert(is(typeof(sum([1UL, 2UL, 3UL, 4UL])) == ulong)); int[] empty; assert(sum(empty) == 0); assert(sum([42]) == 42); assert(sum([42, 43]) == 42 + 43); assert(sum([42, 43, 44]) == 42 + 43 + 44); assert(sum([42, 43, 44, 45]) == 42 + 43 + 44 + 45); } @safe pure nothrow unittest { static assert(is(typeof(sum([1.0, 2.0, 3.0, 4.0])) == double)); static assert(is(typeof(sum([ 1F, 2F, 3F, 4F])) == double)); const(float[]) a = [1F, 2F, 3F, 4F]; assert(sum(a) == 10F); static assert(is(typeof(sum(a)) == double)); double[] empty; assert(sum(empty) == 0); assert(sum([42.]) == 42); assert(sum([42., 43.]) == 42 + 43); assert(sum([42., 43., 44.]) == 42 + 43 + 44); assert(sum([42., 43., 44., 45.5]) == 42 + 43 + 44 + 45.5); } @safe pure nothrow unittest { import std.container; static assert(is(typeof(sum(SList!float()[])) == double)); static assert(is(typeof(sum(SList!double()[])) == double)); static assert(is(typeof(sum(SList!real()[])) == real)); assert(sum(SList!double()[]) == 0); assert(sum(SList!double(1)[]) == 1); assert(sum(SList!double(1, 2)[]) == 1 + 2); assert(sum(SList!double(1, 2, 3)[]) == 1 + 2 + 3); assert(sum(SList!double(1, 2, 3, 4)[]) == 10); } @safe pure nothrow unittest // 12434 { immutable a = [10, 20]; auto s1 = sum(a); assert(s1 == 30); auto s2 = a.map!(x => x).sum; assert(s2 == 30); } @system unittest { import std.bigint; import std.range; immutable BigInt[] a = BigInt("1_000_000_000_000_000_000").repeat(10).array(); immutable ulong[] b = (ulong.max/2).repeat(10).array(); auto sa = a.sum(); auto sb = b.sum(BigInt(0)); //reduce ulongs into bigint assert(sa == BigInt("10_000_000_000_000_000_000")); assert(sb == (BigInt(ulong.max/2) * 10)); } @safe pure nothrow @nogc unittest { import std.range; foreach (n; iota(50)) assert(repeat(1.0, n).sum == n); } // uniq /** Lazily iterates unique consecutive elements of the given range (functionality akin to the $(HTTP wikipedia.org/wiki/_Uniq, _uniq) system utility). Equivalence of elements is assessed by using the predicate $(D pred), by default $(D "a == b"). The predicate is passed to $(REF binaryFun, std,functional), and can either accept a string, or any callable that can be executed via $(D pred(element, element)). If the given range is bidirectional, $(D uniq) also yields a $(REF_ALTTEXT bidirectional range, isBidirectionalRange, std,range,primitives). Params: pred = Predicate for determining equivalence between range elements. r = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) of elements to filter. Returns: An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) of consecutively unique elements in the original range. If $(D r) is also a forward range or bidirectional range, the returned range will be likewise. */ auto uniq(alias pred = "a == b", Range)(Range r) if (isInputRange!Range && is(typeof(binaryFun!pred(r.front, r.front)) == bool)) { return UniqResult!(binaryFun!pred, Range)(r); } /// @safe unittest { import std.algorithm.comparison : equal; import std.algorithm.mutation : copy; int[] arr = [ 1, 2, 2, 2, 2, 3, 4, 4, 4, 5 ]; assert(equal(uniq(arr), [ 1, 2, 3, 4, 5 ][])); // Filter duplicates in-place using copy arr.length -= arr.uniq().copy(arr).length; assert(arr == [ 1, 2, 3, 4, 5 ]); // Note that uniqueness is only determined consecutively; duplicated // elements separated by an intervening different element will not be // eliminated: assert(equal(uniq([ 1, 1, 2, 1, 1, 3, 1]), [1, 2, 1, 3, 1])); } private struct UniqResult(alias pred, Range) { Range _input; this(Range input) { _input = input; } auto opSlice() { return this; } void popFront() { assert(!empty, "Attempting to popFront an empty uniq."); auto last = _input.front; do { _input.popFront(); } while (!_input.empty && pred(last, _input.front)); } @property ElementType!Range front() { assert(!empty, "Attempting to fetch the front of an empty uniq."); return _input.front; } static if (isBidirectionalRange!Range) { void popBack() { assert(!empty, "Attempting to popBack an empty uniq."); auto last = _input.back; do { _input.popBack(); } while (!_input.empty && pred(last, _input.back)); } @property ElementType!Range back() { assert(!empty, "Attempting to fetch the back of an empty uniq."); return _input.back; } } static if (isInfinite!Range) { enum bool empty = false; // Propagate infiniteness. } else { @property bool empty() { return _input.empty; } } static if (isForwardRange!Range) { @property typeof(this) save() { return typeof(this)(_input.save); } } } @safe unittest { import std.algorithm.comparison : equal; import std.internal.test.dummyrange; import std.range; int[] arr = [ 1, 2, 2, 2, 2, 3, 4, 4, 4, 5 ]; auto r = uniq(arr); static assert(isForwardRange!(typeof(r))); assert(equal(r, [ 1, 2, 3, 4, 5 ][])); assert(equal(retro(r), retro([ 1, 2, 3, 4, 5 ][]))); foreach (DummyType; AllDummyRanges) { DummyType d; auto u = uniq(d); assert(equal(u, [1,2,3,4,5,6,7,8,9,10])); static assert(d.rt == RangeType.Input || isForwardRange!(typeof(u))); static if (d.rt >= RangeType.Bidirectional) { assert(equal(retro(u), [10,9,8,7,6,5,4,3,2,1])); } } } @safe unittest // https://issues.dlang.org/show_bug.cgi?id=17264 { import std.algorithm.comparison : equal; const(int)[] var = [0, 1, 1, 2]; assert(var.uniq.equal([0, 1, 2])); } /** Lazily computes all _permutations of $(D r) using $(HTTP en.wikipedia.org/wiki/Heap%27s_algorithm, Heap's algorithm). Returns: A $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives) the elements of which are an $(REF indexed, std,range) view into $(D r). See_Also: $(REF nextPermutation, std,algorithm,sorting). */ Permutations!Range permutations(Range)(Range r) if (isRandomAccessRange!Range && hasLength!Range) { return typeof(return)(r); } /// ditto struct Permutations(Range) if (isRandomAccessRange!Range && hasLength!Range) { private size_t[] _indices, _state; private Range _r; private bool _empty; /// this(Range r) { import std.array : array; import std.range : iota; this._r = r; _state = r.length ? new size_t[r.length-1] : null; _indices = iota(size_t(r.length)).array; _empty = r.length == 0; } /// @property bool empty() const pure nothrow @safe @nogc { return _empty; } /// @property auto front() { import std.range : indexed; return _r.indexed(_indices); } /// void popFront() { void next(int n) { import std.algorithm.mutation : swap; if (n > _indices.length) { _empty = true; return; } if (n % 2 == 1) swap(_indices[0], _indices[n-1]); else swap(_indices[_state[n-2]], _indices[n-1]); if (++_state[n-2] == n) { _state[n-2] = 0; next(n+1); } } next(2); } } /// @safe unittest { import std.algorithm.comparison : equal; import std.range : iota; assert(equal!equal(iota(3).permutations, [[0, 1, 2], [1, 0, 2], [2, 0, 1], [0, 2, 1], [1, 2, 0], [2, 1, 0]])); }
D
/Users/sriramprasad/Dev/rough/SampleTableview/build/SampleTableview.build/Debug-iphonesimulator/SampleTableview.build/Objects-normal/x86_64/sampleCell.o : /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/AppDelegate.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/sampleCell.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/sriramprasad/Dev/rough/SampleTableview/build/SampleTableview.build/Debug-iphonesimulator/SampleTableview.build/Objects-normal/x86_64/sampleCell~partial.swiftmodule : /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/AppDelegate.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/sampleCell.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/sriramprasad/Dev/rough/SampleTableview/build/SampleTableview.build/Debug-iphonesimulator/SampleTableview.build/Objects-normal/x86_64/sampleCell~partial.swiftdoc : /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/AppDelegate.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/sampleCell.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/home/tmforshaw/Development/Rust/Unnamed_OS/target/bootimage/bootloader/x86_64-bootloader/release/deps/usize_conversions-08b8a095c26e3e50.rmeta: /home/tmforshaw/.cargo/registry/src/github.com-1ecc6299db9ec823/usize_conversions-0.2.0/src/lib.rs /home/tmforshaw/Development/Rust/Unnamed_OS/target/bootimage/bootloader/x86_64-bootloader/release/deps/libusize_conversions-08b8a095c26e3e50.rlib: /home/tmforshaw/.cargo/registry/src/github.com-1ecc6299db9ec823/usize_conversions-0.2.0/src/lib.rs /home/tmforshaw/Development/Rust/Unnamed_OS/target/bootimage/bootloader/x86_64-bootloader/release/deps/usize_conversions-08b8a095c26e3e50.d: /home/tmforshaw/.cargo/registry/src/github.com-1ecc6299db9ec823/usize_conversions-0.2.0/src/lib.rs /home/tmforshaw/.cargo/registry/src/github.com-1ecc6299db9ec823/usize_conversions-0.2.0/src/lib.rs:
D
func void B_Story_FindXardas() { Log_CreateTopic(CH4_FindXardas,LOG_MISSION); Log_SetTopicStatus(CH4_FindXardas,LOG_RUNNING); B_LogEntry(CH4_FindXardas,"Poté, co byli mágové Ohně vyvražděni, zbývá už jen JEDINÝ, který může pomoci s odpálením rudné haldy. Saturas mi řekl, že vytváření magické Bariéry vedl třináctý mág."); B_LogEntry(CH4_FindXardas,"Tento třináctý mág jménem Xardas žije osamocen ve věži stojící uprostřed skřetího území. Souhlasil jsem, že se tam za ním vydám a požádám jej o pomoc."); Wld_InsertNpc(XardasDemon,"DT_E1_06"); FindXardas = TRUE; };
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/RecvByteBufferAllocator.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mu/Hello/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/RecvByteBufferAllocator~partial.swiftmodule : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mu/Hello/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/RecvByteBufferAllocator~partial.swiftdoc : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Codec.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Thread.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Embedded.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selectable.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileHandle.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelPipeline.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/AddressedEnvelope.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoopFuture.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PriorityQueue.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Channel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/DeadChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocketChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MulticastChannel.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BlockingIOThreadPool.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/System.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileRegion.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelOption.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Heap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Bootstrap.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/EventLoop.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketOptionProvider.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/PendingDatagramWritesManager.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelInvoker.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/TypeAssistedChannelHandler.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Resolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/GetaddrinfoResolver.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/CompositeError.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/RecvByteBufferAllocator.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Selector.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/FileDescriptor.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Interfaces.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Utilities.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IntegerTypes.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/SocketAddresses.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/HappyEyeballs.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ChannelHandlers.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-views.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/LinuxCPUSet.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Socket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/BaseSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ServerSocket.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-int.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-aux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/Linux.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NIOAny.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/mu/Hello/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/mu/Hello/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/mu/Hello/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes
D
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Sebastian Davids - initial implementation * IBM Corporation * Port to the D programming language: * Bill Baxter <[email protected]> *******************************************************************************/ module opengl.Snippet174; /* * SWT OpenGL snippet: draw a square * * This snippet requires the experimental org.eclipse.swt.opengl plugin, which * is not included in SWT by default and should only be used with versions of * SWT prior to 3.2. For information on using OpenGL in SWT see * http://www.eclipse.org/swt/opengl/ . * * For a list of all SWT example snippets see * http://www.eclipse.org/swt/snippets/ * * @since 3.2 */ import dwt.DWT; import dwt.dwthelper.Runnable; import dwt.widgets.Display; import dwt.widgets.Shell; import dwt.graphics.Rectangle; import dwt.events.ControlEvent; import dwt.events.ControlAdapter; import dwt.layout.FillLayout; import dwt.opengl.GLCanvas; import dwt.opengl.GLData; import derelict.opengl.gl; import derelict.opengl.glu; import Math = tango.math.Math; public static void main() { DerelictGL.load(); DerelictGLU.load(); Display display = new Display(); Shell shell = new Shell(display); shell.setText("OpenGL in DWT"); shell.setLayout(new FillLayout()); GLData data = new GLData(); data.doubleBuffer = true; final GLCanvas canvas = new GLCanvas(shell, DWT.NO_BACKGROUND, data); canvas.addControlListener(new class ControlAdapter { public void controlResized(ControlEvent e) { resize(canvas); } }); init(canvas); (new class Runnable { public void run() { if (canvas.isDisposed()) return; render(); canvas.swapBuffers(); canvas.getDisplay().timerExec(15, this); } }).run(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } static void init(GLCanvas canvas) { canvas.setCurrent(); resize(canvas); glClearColor(1.0f, 1.0f, 1.0f, 1.0f); glColor3f(0.0f, 0.0f, 0.0f); glClearDepth(1.0f); glEnable(GL_DEPTH_TEST); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); } static void render() { static int rot = 0; glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); glTranslatef(0.0f, 0.0f, -6.0f); glRotatef(rot++, 0,0,1); rot %= 360; glBegin(GL_QUADS); glVertex3f(-1.0f, 1.0f, 0.0f); glVertex3f(1.0f, 1.0f, 0.0f); glVertex3f(1.0f, -1.0f, 0.0f); glVertex3f(-1.0f, -1.0f, 0.0f); glEnd(); } static void resize(GLCanvas canvas) { canvas.setCurrent(); Rectangle rect = canvas.getClientArea(); int width = rect.width; int height = Math.max(rect.height, 1); glViewport(0, 0, width, height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); float aspect = cast(float) width / cast(float) height; gluPerspective(45.0f, aspect, 0.5f, 400.0f); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); }
D
instance GRD_237_Gardist (Npc_Default) { //-------- primary data -------- name = NAME_Gardist; npctype = npctype_guard; guild = GIL_GRD; level = 20; voice = 7; id = 237; //-------- abilities -------- attribute[ATR_STRENGTH] = 100; attribute[ATR_DEXTERITY] = 80; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX]= 280; attribute[ATR_HITPOINTS] = 280; //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); Mdl_ApplyOverlayMds (self,"Humans_Militia.mds"); // body mesh ,bdytex,skin,head mesh ,headtex,teethtex,ruestung Mdl_SetVisualBody (self,"hum_body_Naked0",0,3,"Hum_Head_Thief",1,2,GRD_ARMOR_H); B_Scale (self); Mdl_SetModelFatness(self,0); //-------- Talente -------- Npc_SetTalentSkill (self,NPC_TALENT_1H,2); Npc_SetTalentSkill (self,NPC_TALENT_2H,1); Npc_SetTalentSkill (self,NPC_TALENT_CROSSBOW,1); //-------- inventory -------- EquipItem (self,GRD_MW_02); EquipItem (self,ItRw_Crossbow_01); CreateInvItems (self,ItAmBolt,30); CreateInvItem (self,ItFoMutton); CreateInvItems (self,ItMiNugget,20); CreateInvItem (self,ItFo_Potion_Health_01); CreateInvItem (self,ItLsTorch); //------------- ai ------------- /*B_InitNPCAddins(self);*/ daily_routine = Rtn_start_237; fight_tactic = FAI_HUMAN_STRONG; }; FUNC VOID Rtn_start_237 () { TA_Guard (00,00,06,00,"SPAWN_PATH_GUARD1"); TA_Guard (06,00,24,00,"SPAWN_PATH_GUARD1"); };
D
/Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Intermediates/UrbanCrawl.build/Debug-iphonesimulator/UrbanCrawl.build/Objects-normal/x86_64/ScrollTableViewCell.o : /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCServices.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/PlanTravelViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/VideoTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomOverlayView.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCCityTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCPlaceTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/DevModeTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/MarkingTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/AppDelegate.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ExampleCollectionViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomActivityIndicator.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CityTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LogsWebViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LabelTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ScrollTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/SetttingsTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCHomeTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/TextViewTableViewCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/CocoaLumberjack.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog+LOGV.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAbstractDatabaseLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDOSLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDFileLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDTTYLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogCapture.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAssertMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLogMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLegacyMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/INSPhotoGallery.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/UIView+INSNibLoading.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/INSNibLoading-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/AkaWebAccelerator.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocItem.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocConfig.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocDataQuery.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocService.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkBase.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkVersion.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdk.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Intermediates/UrbanCrawl.build/Debug-iphonesimulator/UrbanCrawl.build/Objects-normal/x86_64/ScrollTableViewCell~partial.swiftmodule : /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCServices.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/PlanTravelViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/VideoTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomOverlayView.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCCityTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCPlaceTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/DevModeTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/MarkingTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/AppDelegate.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ExampleCollectionViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomActivityIndicator.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CityTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LogsWebViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LabelTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ScrollTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/SetttingsTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCHomeTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/TextViewTableViewCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/CocoaLumberjack.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog+LOGV.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAbstractDatabaseLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDOSLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDFileLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDTTYLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogCapture.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAssertMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLogMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLegacyMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/INSPhotoGallery.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/UIView+INSNibLoading.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/INSNibLoading-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/AkaWebAccelerator.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocItem.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocConfig.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocDataQuery.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocService.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkBase.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkVersion.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdk.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Intermediates/UrbanCrawl.build/Debug-iphonesimulator/UrbanCrawl.build/Objects-normal/x86_64/ScrollTableViewCell~partial.swiftdoc : /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCServices.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/PlanTravelViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/VideoTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomOverlayView.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCCityTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCPlaceTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/DevModeTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/MarkingTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/AppDelegate.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ExampleCollectionViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CustomActivityIndicator.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/CityTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LogsWebViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/LabelTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/ScrollTableViewCell.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/SetttingsTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/Controllers/UCHomeTableViewController.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/TextViewTableViewCell.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/CocoaLumberjack.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog+LOGV.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAbstractDatabaseLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDOSLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDFileLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDTTYLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogger.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDASLLogCapture.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDAssertMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLogMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLegacyMacros.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/DDLog.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers/CocoaLumberjack-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/INSPhotoGallery.swiftmodule/x86_64.swiftmodule /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-Swift.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Headers/INSPhotoGallery-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSPhotoGallery/INSPhotoGallery.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/UIView+INSNibLoading.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Headers/INSNibLoading-umbrella.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Products/Debug-iphonesimulator/INSNibLoading/INSNibLoading.framework/Modules/module.modulemap /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/AkaWebAccelerator.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocItem.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocConfig.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocDataQuery.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocService.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkBase.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdkVersion.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Headers/VocSdk.h /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/AkamaiMAP/MAP-sdk-ios-prod-18.33.781/VocSdk.framework/Modules/module.modulemap
D
// REQUIRED_ARGS: -o- /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(12): Error: cannot cast expression `x` of type `short[2]` to `int[2]` because of different sizes --- */ void test3133() { short[2] x = [1, 2]; auto y = cast(int[2])x; // error } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(28): Error: cannot cast expression `null` of type `typeof(null)` to `S1` fail_compilation/fail_casting.d(29): Error: cannot cast expression `null` of type `typeof(null)` to `S2` fail_compilation/fail_casting.d(30): Error: cannot cast expression `s1` of type `S1` to `typeof(null)` fail_compilation/fail_casting.d(31): Error: cannot cast expression `s2` of type `S2` to `typeof(null)` --- */ void test9904() { static struct S1 { size_t m; } static struct S2 { size_t m; byte b; } { auto x = cast(S1)null; } { auto x = cast(S2)null; } { S1 s1; auto x = cast(typeof(null))s1; } { S2 s2; auto x = cast(typeof(null))s2; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(46): Error: cannot cast expression `x` of type `Object[]` to `object.Object` fail_compilation/fail_casting.d(47): Error: cannot cast expression `x` of type `Object[2]` to `object.Object` fail_compilation/fail_casting.d(49): Error: cannot cast expression `x` of type `object.Object` to `Object[]` fail_compilation/fail_casting.d(50): Error: cannot cast expression `x` of type `object.Object` to `Object[2]` --- */ void test10646() { // T[] or T[n] --> Tclass { Object[] x; auto y = cast(Object)x; } { Object[2] x; auto y = cast(Object)x; } // T[] or T[n] <-- Tclass { Object x; auto y = cast(Object[] )x; } { Object x; auto y = cast(Object[2])x; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(69): Error: cannot cast expression `x` of type `int[1]` to `int` fail_compilation/fail_casting.d(70): Error: cannot cast expression `x` of type `int` to `int[1]` fail_compilation/fail_casting.d(71): Error: cannot cast expression `x` of type `float[1]` to `int` fail_compilation/fail_casting.d(72): Error: cannot cast expression `x` of type `int` to `float[1]` fail_compilation/fail_casting.d(75): Error: cannot cast expression `x` of type `int[]` to `int` fail_compilation/fail_casting.d(76): Error: cannot cast expression `x` of type `int` to `int[]` fail_compilation/fail_casting.d(77): Error: cannot cast expression `x` of type `float[]` to `int` fail_compilation/fail_casting.d(78): Error: cannot cast expression `x` of type `int` to `float[]` --- */ void test11484() { // Tsarray <--> integer { int[1] x; auto y = cast(int ) x; } { int x; auto y = cast(int[1] ) x; } { float[1] x; auto y = cast(int ) x; } { int x; auto y = cast(float[1]) x; } // Tarray <--> integer { int[] x; auto y = cast(int ) x; } { int x; auto y = cast(int[] ) x; } { float[] x; auto y = cast(int ) x; } { int x; auto y = cast(float[]) x; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(97): Error: cannot cast expression `x` of type `int` to `fail_casting.test11485.C` fail_compilation/fail_casting.d(98): Error: cannot cast expression `x` of type `int` to `fail_casting.test11485.I` fail_compilation/fail_casting.d(101): Error: cannot cast expression `x` of type `fail_casting.test11485.C` to `int` fail_compilation/fail_casting.d(102): Error: cannot cast expression `x` of type `fail_casting.test11485.I` to `int` --- */ void test11485() { class C {} interface I {} // https://issues.dlang.org/show_bug.cgi?id=11485 TypeBasic --> Tclass { int x; auto y = cast(C)x; } { int x; auto y = cast(I)x; } // https://issues.dlang.org/show_bug.cgi?id=7472 TypeBasic <-- Tclass { C x; auto y = cast(int)x; } { I x; auto y = cast(int)x; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(114): Error: cannot cast expression `x` of type `typeof(null)` to `int[2]` fail_compilation/fail_casting.d(115): Error: cannot cast expression `x` of type `int[2]` to `typeof(null)` --- */ void test8179() { { typeof(null) x; auto y = cast(int[2])x; } { int[2] x; auto y = cast(typeof(null))x; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(128): Error: cannot cast expression `x` of type `S` to `int*` fail_compilation/fail_casting.d(130): Error: cannot cast expression `x` of type `void*` to `S` --- */ void test13959() { struct S { int* p; } { S x; auto y = cast(int*)x; } { int* x; auto y = cast(S)x; } // no error so it's rewritten as: S(x) { void* x; auto y = cast(S)x; } } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(144): Error: cannot cast expression `mi` of type `MyInt14154` to `MyUbyte14154` because of different sizes --- */ struct MyUbyte14154 { ubyte x; alias x this; } struct MyInt14154 { int x; alias x this; } void test14154() { MyInt14154 mi; ubyte t = cast(MyUbyte14154)mi; } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(179): Error: cannot cast expression `point` of type `Tuple14093!(int, "x", int, "y")` to `object.Object` --- */ alias TypeTuple14093(T...) = T; struct Tuple14093(T...) { static if (T.length == 4) { alias Types = TypeTuple14093!(T[0], T[2]); Types expand; @property ref inout(Tuple14093!Types) _Tuple_super() inout @trusted { return *cast(typeof(return)*) &(expand[0]); } alias _Tuple_super this; } else { alias Types = T; Types expand; alias expand this; } } void test14093() { Tuple14093!(int, "x", int, "y") point; auto newPoint = cast(Object)(point); } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(192): Error: cannot cast expression `p` of type `void*` to `char[]` fail_compilation/fail_casting.d(193): Error: cannot cast expression `p` of type `void*` to `char[2]` --- */ void test14596() { void* p = null; auto arr = cast(char[])p; char[2] sarr = cast(char[2])p; } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(217): Error: cannot cast expression `c` of type `fail_casting.test14629.C` to `typeof(null)` fail_compilation/fail_casting.d(218): Error: cannot cast expression `p` of type `int*` to `typeof(null)` fail_compilation/fail_casting.d(219): Error: cannot cast expression `da` of type `int[]` to `typeof(null)` fail_compilation/fail_casting.d(220): Error: cannot cast expression `aa` of type `int[int]` to `typeof(null)` fail_compilation/fail_casting.d(221): Error: cannot cast expression `fp` of type `int function()` to `typeof(null)` fail_compilation/fail_casting.d(222): Error: cannot cast expression `dg` of type `int delegate()` to `typeof(null)` --- */ void test14629() { alias P = int*; P p; alias DA = int[]; DA da; alias AA = int[int]; AA aa; alias FP = int function(); FP fp; alias DG = int delegate(); DG dg; class C {} C c; alias N = typeof(null); { auto x = cast(N)c; } { auto x = cast(N)p; } { auto x = cast(N)da; } { auto x = cast(N)aa; } { auto x = cast(N)fp; } { auto x = cast(N)dg; } }
D
/* TEST_OUTPUT: --- fail_compilation/diag8892.d(14): Error: cannot implicitly convert expression (['A']) of type char[] to char[2] --- */ struct Foo { char[2] data; } void main() { auto f = Foo(['A']); }
D
import std.stdio; import quicd.server : serverMain; import quicd.client : clientMain; void main() { version(QuicdServer) { serverMain(); } version(QuicdClient) { clientMain(); } }
D
import std.stdio, std.algorithm, std.typecons, std.array, std.range; struct Item { string name; int w, v; } alias Pair = Tuple!(int,"tot", string[],"names"); immutable Item[] items = [{"apple",39,40}, {"banana", 27, 60}, {"beer", 52, 10}, {"book", 30, 10}, {"camera", 32, 30}, {"cheese", 23, 30}, {"compass", 13, 35}, {"glucose", 15, 60}, {"map", 9, 150}, {"note-case", 22, 80}, {"sandwich", 50, 160}, {"socks", 4, 50}, {"sunglasses", 7, 20}, {"suntan cream", 11, 70}, {"t-shirt", 24, 15}, {"tin", 68, 45}, {"towel", 18, 12}, {"trousers", 48, 10}, {"umbrella", 73, 40}, {"water", 153, 200}, {"overclothes", 43, 75}, {"waterproof trousers", 42, 70}]; auto addItem(Pair[] lst, in Item it) pure /*nothrow*/ { auto aux = lst.map!(vn => Pair(vn.tot + it.v, vn.names ~ it.name)); return lst[0..it.w] ~ lst[it.w..$].zip(aux).map!q{ a[].max }.array; } void main() { reduce!addItem(Pair().repeat.take(400).array, items).back.writeln; }
D
/******************************************************************************* Test for sending a set of records with non-sequential keys via Put Copyright: Copyright (c) 2017 sociomantic labs GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. *******************************************************************************/ module dhttest.cases.neo.UnorderedPut; import dhttest.DhtTestCase : NeoDhtTestCase; /******************************************************************************* Checks that a set of records with non-sequential keys written to the DHT via Put are correctly added to the database. *******************************************************************************/ class UnorderedPutTest : NeoDhtTestCase { import dhttest.util.LocalStore; import dhttest.util.Record; public override Description description ( ) { Description desc; desc.name = "Neo unordered Put test"; return desc; } public override void run ( ) { LocalStore local; NeoVerifier verifier; for ( uint i = 0; i < bulk_test_record_count; i++ ) { auto rec = Record.spread(i); this.dht.blocking.put(this.test_channel, rec.key, rec.val); local.put(rec.key, rec.val); } verifier.verifyAgainstDht(local, this.dht, this.test_channel); } }
D
/Users/mtham/Desktop/rust/projects/rectangles/target/rls/debug/deps/rectangles-143a5ddfca8b8b44.rmeta: src/main.rs /Users/mtham/Desktop/rust/projects/rectangles/target/rls/debug/deps/rectangles-143a5ddfca8b8b44.d: src/main.rs src/main.rs:
D
/** API for DNS Made Easy Ported to the D Programming Language (2015) by Laeeth Isharc and Kaleidic Associates */ /// module symmetry.api.dnsmadeeasy3; import std.datetime: SysTime; import std.net.curl: HTTP; import std.json: JSONValue; version(SIL) { import kaleidic.sil.lang.typing.json : toVariable, toJsonString; void registerDnsMadeEasy(ref Handlers handlers) { handlers.openModule("net.dnsmadeeasy"); scope(exit) handlers.closeModule(); handlers.registerHandler!createDnsMadeEasy; handlers.registerHandler!randomPassword; handlers.registerHandler!joinUrl; handlers.registerHandler!listDomains; handlers.registerHandler!deleteAllDomains; handlers.registerHandler!getDomain; handlers.registerHandler!deleteDomain; handlers.registerHandler!addDomain; handlers.registerHandler!getRecords; handlers.registerHandler!addEasyRecord; handlers.registerHandler!addRecord; handlers.registerHandler!getRecordById; handlers.registerHandler!deleteRecordById; handlers.registerType!DnsMadeEasy; handlers.registerType!EasyResponse; handlers.registerType!EasyDomain; handlers.registerType!EasyDomainRecord; handlers.registerType!EasyDomainRecordHttpRed; handlers.registerType!EasyDomainRecordSecondary; } } else { import asdf; struct SILdoc { string value; } auto toVariable(Asdf asdf) { return asdf; } string toJsonString(Asdf asdf) { return asdf.toJsonString; } alias Variable = Asdf; } /// static immutable string[] weekDays=["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; /// static immutable string[] monthStrings= ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; @SILdoc(`Generates a random password of length "n"`) export string randomPassword(int n) { import std.algorithm : fill; import std.ascii : letters, digits; import std.conv : to; import std.random : randomCover, rndGen; import std.range : chain; auto asciiLetters = to!(dchar[])(letters); auto asciiDigits = to!(dchar[])(digits); dchar[] key; key.length = n; fill(key[], randomCover(chain(asciiLetters, asciiDigits), rndGen)); return key.to!string; } @SILdoc(`Form a complete URL joining "url" with "endpoint"`) string joinUrl(string url, string endpoint) { import std.exception: enforce; enforce(url.length > 0, "broken url"); if (url[$-1] == '/') url = url[0..$-1]; return url ~ "/" ~ endpoint; } /// Sat, 12 Feb 2011 20:59:04 GMT string toHttpString(SysTime dt) { import std.format: format; import std.conv: to; dt = dt.toUTC(); return format!"%s, %02d %s %s %02d:%02d:%02d %s" ( weekDays[dt.dayOfWeek.to!size_t], dt.day, monthStrings[dt.month-1], dt.year, dt.hour, dt.minute, dt.second, "UTC" // since we converted dt to UTC ); } /// struct HashResult { string date; string value; } @SILdoc(`Initializes a new DnsMadeEasy structure. Initial values are imported from shell `~ `environment variables, so you should make sure to export them before running your sil script, eg: export DNSMADEEASY_TOKEN="79..." export DNSMADEEASY_SECRET="FILLMEIN" then run a sil script: import * from dnsmadeeasy client = createDnsMadeEasy() print(json.toJsonString(client |> listDomains())) `) DnsMadeEasy createDnsMadeEasy() { import std.process:environment; auto token = environment.get("DNSMADEEASY_TOKEN", ""); auto secret = environment.get("DNSMADEEASY_SECRET", ""); return DnsMadeEasy(token, secret); } @SILdoc(`Contains information and methods to access the DNS Made Easy API`) struct DnsMadeEasy { string api; string secret; enum endPoint="http://api.dnsmadeeasy.com/V2.0/dns/"; // dns.:Sat, 12 Feb 2011 20:59:04 GMT //return strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime()); private auto createHash() { import std.datetime: Clock; import std.string: representation; import std.digest.hmac: hmac; import std.digest.sha: SHA1; import std.digest: toHexString, LetterCase; auto date = Clock.currTime .toHttpString; return HashResult(date, date.representation .hmac!SHA1(this.secret.representation) .toHexString!(LetterCase.lower).dup); } } @SILdoc(`Represents information about the rate limits imposed by the API`) struct EasyResponse { @SILdoc(`A unique identifier of the API call that was sent.`) long id; @SILdoc(`Maximum number of requests allowed by the API`) long requestLimit; @SILdoc(`Remaining number requests until the limit is exceeded`) long requestsRemaining; } @SILdoc(`Stores information about a domain`) struct EasyDomain { @SILdoc(`The domain name`) string name; // name @SILdoc(`list of nameservers assigned to the domain`) string[] nameServers; // nameServer @SILdoc(`Whether this domain uses the Global Traffic Director service`) bool gtdEnabled; // gtdEnabled } @SILdoc(`Type of DNS record`) enum EasyDomainRecordType { A, AAAA, CNAME, HTTPRED, MX, NS, PTR, SRV, TXT } @SILdoc(`Global traffic director region`) enum EasyDirectorLocation { Default, US_East, US_West, Europe } @SILdoc(`DNS record for a given domain`) struct EasyDomainRecord { @SILdoc(`Unique record identifier`) int id; @SILdoc(`Name of the record, eg ns1`) string name; @SILdoc(`Type of DNS record`) EasyDomainRecordType type; // ?? string data; @SILdoc(`TTL of this record`) int ttl; @SILdoc(`Global traffic director location`) EasyDirectorLocation gtdLocation; @SILdoc(`Per-record password for a Dynamic DNS update`) string dynamicPassword; /// for dynamic DNS @SILdoc(`HTTPRED record type`) EasyDomainRecordHttpRed httpRed; } @SILdoc(`HTTPRED record type`) struct EasyDomainRecordHttpRed { @SILdoc(`A description of the HTTPRED record`) string description; @SILdoc(`Keywords associated with the HTTPRED record`) string keywords; @SILdoc(`The title fo the HTTPRED record`) string title; @SILdoc(`Type of redirection. Possible values: Hidden Frame Masked; Standard – 302; and `~ `Standard – 301. The first represents the target URL in a frame without changing the URL, `~ `the 301 is a normal redirect and the 302 is a temporal redirect`) string redirectType; @SILdoc(`When redirecting, the hard link mode removes any subdirectory or file from the path of the request`) bool hardLink; } @SILdoc(`Represents a secondary DNS - a slave DNS that gets DNS updates via AXFR. "name" is the `~ `server name and "ipMaster" is a list of the master's IPs`) struct EasyDomainRecordSecondary { string name; string[] ipMaster; } private auto restConnect(DnsMadeEasy dns, string resource, HTTP.Method method) { JSONValue params; return restConnect(dns, resource, method, params); } private auto restConnect(DnsMadeEasy dns, string resource, HTTP.Method method, JSONValue params) { import std.exception: enforce; import std.array: appender; import std.json: parseJSON; enforce(dns.api.length > 0 && dns.secret.length > 0, "must provide API and token first"); auto url = dns.endPoint.joinUrl(resource); auto client = HTTP(url); auto hash = dns.createHash; client.addRequestHeader("x-dnsme-apiKey", dns.api); client.addRequestHeader("x-dnsme-requestDate", hash.date); client.addRequestHeader("x-dnsme-hmac", hash.value); auto response = appender!(ubyte[]); client.method = method; client.setPostData(cast(void[])params.toString, "application/json"); client.onReceive = (ubyte[] data) { response.put(data); return data.length; }; client.perform(); // rely on curl to throw exceptions on 204, >=500 return cast(string) response.data; } @SILdoc(`Get all the domains and their domain ID. "dns" is a DnsMadeEasy struct that you must have `~ `got from createDnsMadeEasy()`) export long[string] listDomains(DnsMadeEasy dns) { import std.array: appender; import std.json: parseJSON; long[string] ret; auto response = parseJSON(dns.restConnect("managed", HTTP.Method.get)); foreach(domain; response["data"].array) ret[domain["name"].str] = domain["id"].integer; return ret; } @SILdoc(`/!\ WARNING /!\: This function deletes ALL of your domains. Use that with CAUTION. "dns" `~ `is a DnsMadeEasy struct that you must have got from createDnsMadeEasy()`) export auto deleteAllDomains(DnsMadeEasy dns) { import asdf; return dns.restConnect("managed", HTTP.Method.del).parseJson.toVariable; } @SILdoc(`Get information for the domain with a given "domainID". "dns" is a DnsMadeEasy struct `~ `that you must have got from createDnsMadeEasy()`) export auto getDomain(DnsMadeEasy dns, long domainID) { import std.conv: to; import asdf; return dns.restConnect("managed/" ~ domainID.to!string, HTTP.Method.get ).parseJson.toVariable; } @SILdoc(`Delete the domain corresponding to the given "domainID". "dns" is a DnsMadeEasy struct `~ `that you must have got from createDnsMadeEasy()`) export auto deleteDomain(DnsMadeEasy dns, string domainID) { import asdf; return dns.restConnect("managed/" ~ domainID, HTTP.Method.del).parseJson.toVariable; } @SILdoc(`Add a domain, the domain name is specified in "domain". "dns" is a DnsMadeEasy struct `~ `that you must have got from createDnsMadeEasy()`) export auto addDomain(DnsMadeEasy dns, string domain=null) { import asdf; JSONValue data; if(domain.length > 0) data["name"] = domain; return dns.restConnect("managed/", HTTP.Method.post, data).parseJson.toVariable; } /* managed/{domainName}/records */ @SILdoc(`Get the DNS records for a given domain id specified in "domainID". "dns" is a DnsMadeEasy `~ `struct that you must have got from createDnsMadeEasy()`) export auto getRecords(DnsMadeEasy dns, long domainID) { import std.conv: to; import asdf; return dns.restConnect("managed/" ~ domainID.to!string~"/records", HTTP.Method.get).parseJson.toVariable; } //Note: There is no such thing as "dynamicPassword" for DDNS in the API, only a "dynamicDns" // boolean and a password field @SILdoc(`Add a new record to a domain. "domainID" is the domain ID, "name" is the name field, `~ `"value" is the IP address, "type" is the type of record, "ttl" is the Time To Live, that is, the `~ `expiration time measured in seconds, and a "dynamicPassword" string to specify the password used `~ `for dynamic DNS updates. "dns" is a DnsMadeEasy struct that you must have got from createDnsMadeEasy()`) export auto addEasyRecord(DnsMadeEasy dns, long domainID, string name, string value, string type = "A", string gtdLocation = "DEFAULT", int ttl=86_400, string dynamicPassword=null) { import std.conv: to; import asdf; JSONValue data; data["name"] = name; data["type"] = type; data["value"] = value; data["ttl"] = ttl; data["gtdLocation"] = gtdLocation; if(dynamicPassword.length > 0) data["dynamicPassword"] = dynamicPassword; return dns.restConnect("managed/" ~ domainID.to!string ~ "/records", HTTP.Method.post, data).parseJson.toVariable; } @SILdoc(`Add a new record to a domain. Like addEasyRecord, but all the missing parameters are passed `~ `inside of "data". "domainID" is the domain ID. "dns" is a DnsMadeEasy struct that you must have got `~ `from createDnsMadeEasy()`) export auto addRecord(DnsMadeEasy dns, long domainID, Variable data) { import std.conv: to; import std.json: parseJSON; import asdf; auto jsonData = data.toJsonString().parseJSON; // we should move to asdf and get rid of std.json return dns.restConnect("managed/" ~ domainID.to!string ~ "/records", HTTP.Method.post, jsonData).parseJson.toVariable; } // /managed/{domainName}/records/{recordId} @SILdoc(`Get a specific type of record. "domainID" is the domain ID, "id" is the record id `~ `"dns" is a DnsMadeEasy struct that you must have got from createDnsMadeEasy()`) export auto getRecordById(DnsMadeEasy dns, long domainID, string id) { import std.conv: to; import asdf; return dns.restConnect("managed/" ~ domainID.to!string ~ "/records/" ~ id, HTTP.Method.get).parseJson.toVariable; } @SILdoc(`Delete a record referenced by record ID, passed in "id". "domainID" is the domain ID. "dns" `~ `is a DnsMadeEasy struct that you must have got from createDnsMadeEasy()`) export auto deleteRecordById(DnsMadeEasy dns, long domainID, string id) { import std.conv: to; import asdf; return dns.restConnect("managed/" ~ domainID.to!string ~ "/records/" ~ id, HTTP.Method.del).parseJson.toVariable; } /** NOT ACTUALLY POSSIBLE /// auto updateRecordById(DnsMadeEasy dns,string domain, string id, JSONValue data) { return dns.restConnect("domains/" ~ domain ~ "/records/" ~ id, HTTP.Method.put, data); } */
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ module vtkCameraRepresentation; static import vtkd_im; static import core.stdc.config; static import std.conv; static import std.string; static import std.conv; static import std.string; static import vtkObjectBase; static import vtkCamera; static import vtkCameraInterpolator; static import vtkProperty2D; static import vtkRenderWindowInteractor; static import vtkBorderRepresentation; class vtkCameraRepresentation : vtkBorderRepresentation.vtkBorderRepresentation { private void* swigCPtr; public this(void* cObject, bool ownCObject) { super(vtkd_im.vtkCameraRepresentation_Upcast(cObject), ownCObject); swigCPtr = cObject; } public static void* swigGetCPtr(vtkCameraRepresentation obj) { return (obj is null) ? null : obj.swigCPtr; } mixin vtkd_im.SwigOperatorDefinitions; public override void dispose() { synchronized(this) { if (swigCPtr !is null) { if (swigCMemOwn) { swigCMemOwn = false; throw new object.Exception("C++ destructor does not have public access"); } swigCPtr = null; super.dispose(); } } } public static vtkCameraRepresentation New() { void* cPtr = vtkd_im.vtkCameraRepresentation_New(); vtkCameraRepresentation ret = (cPtr is null) ? null : new vtkCameraRepresentation(cPtr, false); return ret; } public static int IsTypeOf(string type) { auto ret = vtkd_im.vtkCameraRepresentation_IsTypeOf((type ? std.string.toStringz(type) : null)); return ret; } public static vtkCameraRepresentation SafeDownCast(vtkObjectBase.vtkObjectBase o) { void* cPtr = vtkd_im.vtkCameraRepresentation_SafeDownCast(vtkObjectBase.vtkObjectBase.swigGetCPtr(o)); vtkCameraRepresentation ret = (cPtr is null) ? null : new vtkCameraRepresentation(cPtr, false); return ret; } public vtkCameraRepresentation NewInstance() const { void* cPtr = vtkd_im.vtkCameraRepresentation_NewInstance(cast(void*)swigCPtr); vtkCameraRepresentation ret = (cPtr is null) ? null : new vtkCameraRepresentation(cPtr, false); return ret; } alias vtkBorderRepresentation.vtkBorderRepresentation.NewInstance NewInstance; public void SetCamera(vtkCamera.vtkCamera camera) { vtkd_im.vtkCameraRepresentation_SetCamera(cast(void*)swigCPtr, vtkCamera.vtkCamera.swigGetCPtr(camera)); } public vtkCamera.vtkCamera GetCamera() { void* cPtr = vtkd_im.vtkCameraRepresentation_GetCamera(cast(void*)swigCPtr); vtkCamera.vtkCamera ret = (cPtr is null) ? null : new vtkCamera.vtkCamera(cPtr, false); return ret; } public void SetInterpolator(vtkCameraInterpolator.vtkCameraInterpolator camInt) { vtkd_im.vtkCameraRepresentation_SetInterpolator(cast(void*)swigCPtr, vtkCameraInterpolator.vtkCameraInterpolator.swigGetCPtr(camInt)); } public vtkCameraInterpolator.vtkCameraInterpolator GetInterpolator() { void* cPtr = vtkd_im.vtkCameraRepresentation_GetInterpolator(cast(void*)swigCPtr); vtkCameraInterpolator.vtkCameraInterpolator ret = (cPtr is null) ? null : new vtkCameraInterpolator.vtkCameraInterpolator(cPtr, false); return ret; } public void SetNumberOfFrames(int _arg) { vtkd_im.vtkCameraRepresentation_SetNumberOfFrames(cast(void*)swigCPtr, _arg); } public int GetNumberOfFramesMinValue() { auto ret = vtkd_im.vtkCameraRepresentation_GetNumberOfFramesMinValue(cast(void*)swigCPtr); return ret; } public int GetNumberOfFramesMaxValue() { auto ret = vtkd_im.vtkCameraRepresentation_GetNumberOfFramesMaxValue(cast(void*)swigCPtr); return ret; } public int GetNumberOfFrames() { auto ret = vtkd_im.vtkCameraRepresentation_GetNumberOfFrames(cast(void*)swigCPtr); return ret; } public vtkProperty2D.vtkProperty2D GetProperty() { void* cPtr = vtkd_im.vtkCameraRepresentation_GetProperty(cast(void*)swigCPtr); vtkProperty2D.vtkProperty2D ret = (cPtr is null) ? null : new vtkProperty2D.vtkProperty2D(cPtr, false); return ret; } public void AddCameraToPath() { vtkd_im.vtkCameraRepresentation_AddCameraToPath(cast(void*)swigCPtr); } public void AnimatePath(vtkRenderWindowInteractor.vtkRenderWindowInteractor rwi) { vtkd_im.vtkCameraRepresentation_AnimatePath(cast(void*)swigCPtr, vtkRenderWindowInteractor.vtkRenderWindowInteractor.swigGetCPtr(rwi)); } public void InitializePath() { vtkd_im.vtkCameraRepresentation_InitializePath(cast(void*)swigCPtr); } }
D
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/const_random-304c43b36f884c04.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/const-random-0.1.13/src/lib.rs /Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/const_random-304c43b36f884c04.d: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/const-random-0.1.13/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/const-random-0.1.13/src/lib.rs:
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartPartConvertible.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataDecoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataEncoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartParser.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartSerializer.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartError.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/Exports.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPart.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartPartConvertible~partial.swiftmodule : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataDecoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataEncoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartParser.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartSerializer.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartError.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/Exports.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPart.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartPartConvertible~partial.swiftdoc : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataDecoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataEncoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartParser.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartSerializer.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartError.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/Exports.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPart.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartPartConvertible~partial.swiftsourceinfo : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataDecoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/FormDataEncoder.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartParser.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartSerializer.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartError.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/Exports.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPart.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** * Defines AST nodes for statements. * * Specification: $(LINK2 https://dlang.org/spec/statement.html, Statements) * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/statement.d, _statement.d) * Documentation: https://dlang.org/phobos/dmd_statement.html * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/statement.d */ module dmd.statement; import core.stdc.stdarg; import core.stdc.stdio; import dmd.aggregate; import dmd.arraytypes; import dmd.attrib; import dmd.astcodegen; import dmd.ast_node; import dmd.gluelayer; import dmd.canthrow; import dmd.cond; import dmd.dclass; import dmd.declaration; import dmd.denum; import dmd.dimport; import dmd.dscope; import dmd.dsymbol; import dmd.dsymbolsem; import dmd.dtemplate; import dmd.errors; import dmd.expression; import dmd.expressionsem; import dmd.func; import dmd.globals; import dmd.hdrgen; import dmd.id; import dmd.identifier; import dmd.dinterpret; import dmd.mtype; import dmd.parse; import dmd.root.outbuffer; import dmd.root.rootobject; import dmd.sapply; import dmd.sideeffect; import dmd.staticassert; import dmd.tokens; import dmd.visitor; /** * Returns: * `TypeIdentifier` corresponding to `object.Throwable` */ TypeIdentifier getThrowable() { auto tid = new TypeIdentifier(Loc.initial, Id.empty); tid.addIdent(Id.object); tid.addIdent(Id.Throwable); return tid; } /** * Returns: * TypeIdentifier corresponding to `object.Exception` */ TypeIdentifier getException() { auto tid = new TypeIdentifier(Loc.initial, Id.empty); tid.addIdent(Id.object); tid.addIdent(Id.Exception); return tid; } /******************************** * Identify Statement types with this enum rather than * virtual functions. */ enum STMT : ubyte { Error, Peel, Exp, DtorExp, Compile, Compound, CompoundDeclaration, CompoundAsm, UnrolledLoop, Scope, Forwarding, While, Do, For, Foreach, ForeachRange, If, Conditional, StaticForeach, Pragma, StaticAssert, Switch, Case, CaseRange, Default, GotoDefault, GotoCase, SwitchError, Return, Break, Continue, Synchronized, With, TryCatch, TryFinally, ScopeGuard, Throw, Debug, Goto, Label, Asm, InlineAsm, GccAsm, Import, } /*********************************************************** * Specification: http://dlang.org/spec/statement.html */ extern (C++) abstract class Statement : ASTNode { const Loc loc; const STMT stmt; override final DYNCAST dyncast() const { return DYNCAST.statement; } final extern (D) this(const ref Loc loc, STMT stmt) { this.loc = loc; this.stmt = stmt; // If this is an in{} contract scope statement (skip for determining // inlineStatus of a function body for header content) } Statement syntaxCopy() { assert(0); } /************************************* * Do syntax copy of an array of Statement's. */ static Statements* arraySyntaxCopy(Statements* a) { Statements* b = null; if (a) { b = a.copy(); foreach (i, s; *a) { (*b)[i] = s ? s.syntaxCopy() : null; } } return b; } override final const(char)* toChars() const { HdrGenState hgs; OutBuffer buf; .toCBuffer(this, &buf, &hgs); buf.writeByte(0); return buf.extractSlice().ptr; } final void error(const(char)* format, ...) { va_list ap; va_start(ap, format); .verror(loc, format, ap); va_end(ap); } final void warning(const(char)* format, ...) { va_list ap; va_start(ap, format); .vwarning(loc, format, ap); va_end(ap); } final void deprecation(const(char)* format, ...) { va_list ap; va_start(ap, format); .vdeprecation(loc, format, ap); va_end(ap); } Statement getRelatedLabeled() { return this; } /**************************** * Determine if an enclosed `break` would apply to this * statement, such as if it is a loop or switch statement. * Returns: * `true` if it does */ bool hasBreak() const pure nothrow { //printf("Statement::hasBreak()\n"); return false; } /**************************** * Determine if an enclosed `continue` would apply to this * statement, such as if it is a loop statement. * Returns: * `true` if it does */ bool hasContinue() const pure nothrow { return false; } /********************************** * Returns: * `true` if statement uses exception handling */ final bool usesEH() { extern (C++) final class UsesEH : StoppableVisitor { alias visit = typeof(super).visit; public: override void visit(Statement s) { } override void visit(TryCatchStatement s) { stop = true; } override void visit(TryFinallyStatement s) { stop = true; } override void visit(ScopeGuardStatement s) { stop = true; } override void visit(SynchronizedStatement s) { stop = true; } } scope UsesEH ueh = new UsesEH(); return walkPostorder(this, ueh); } /********************************** * Returns: * `true` if statement 'comes from' somewhere else, like a goto */ final bool comeFrom() { extern (C++) final class ComeFrom : StoppableVisitor { alias visit = typeof(super).visit; public: override void visit(Statement s) { } override void visit(CaseStatement s) { stop = true; } override void visit(DefaultStatement s) { stop = true; } override void visit(LabelStatement s) { stop = true; } override void visit(AsmStatement s) { stop = true; } } scope ComeFrom cf = new ComeFrom(); return walkPostorder(this, cf); } /********************************** * Returns: * `true` if statement has executable code. */ final bool hasCode() { extern (C++) final class HasCode : StoppableVisitor { alias visit = typeof(super).visit; public: override void visit(Statement s) { stop = true; } override void visit(ExpStatement s) { if (s.exp !is null) { stop = s.exp.hasCode(); } } override void visit(CompoundStatement s) { } override void visit(ScopeStatement s) { } override void visit(ImportStatement s) { } } scope HasCode hc = new HasCode(); return walkPostorder(this, hc); } /**************************************** * If this statement has code that needs to run in a finally clause * at the end of the current scope, return that code in the form of * a Statement. * Params: * sc = context * sentry = set to code executed upon entry to the scope * sexception = set to code executed upon exit from the scope via exception * sfinally = set to code executed in finally block * Returns: * code to be run in the finally clause */ Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexception, Statement* sfinally) { //printf("Statement::scopeCode()\n"); *sentry = null; *sexception = null; *sfinally = null; return this; } /********************************* * Flatten out the scope by presenting the statement * as an array of statements. * Params: * sc = context * Returns: * The array of `Statements`, or `null` if no flattening necessary */ Statements* flatten(Scope* sc) { return null; } /******************************* * Find last statement in a sequence of statements. * Returns: * the last statement, or `null` if there isn't one */ inout(Statement) last() inout nothrow pure { return this; } /************************** * Support Visitor Pattern * Params: * v = visitor */ override void accept(Visitor v) { v.visit(this); } /************************************ * Does this statement end with a return statement? * * I.e. is it a single return statement or some compound statement * that unconditionally hits a return statement. * Returns: * return statement it ends with, otherwise null */ pure nothrow @nogc inout(ReturnStatement) endsWithReturnStatement() inout { return null; } final pure inout nothrow @nogc: /******************** * A cheaper method of doing downcasting of Statements. * Returns: * the downcast statement if it can be downcasted, otherwise `null` */ inout(ErrorStatement) isErrorStatement() { return stmt == STMT.Error ? cast(typeof(return))this : null; } inout(ScopeStatement) isScopeStatement() { return stmt == STMT.Scope ? cast(typeof(return))this : null; } inout(ExpStatement) isExpStatement() { return stmt == STMT.Exp ? cast(typeof(return))this : null; } inout(CompoundStatement) isCompoundStatement() { return stmt == STMT.Compound ? cast(typeof(return))this : null; } inout(ReturnStatement) isReturnStatement() { return stmt == STMT.Return ? cast(typeof(return))this : null; } inout(IfStatement) isIfStatement() { return stmt == STMT.If ? cast(typeof(return))this : null; } inout(CaseStatement) isCaseStatement() { return stmt == STMT.Case ? cast(typeof(return))this : null; } inout(DefaultStatement) isDefaultStatement() { return stmt == STMT.Default ? cast(typeof(return))this : null; } inout(LabelStatement) isLabelStatement() { return stmt == STMT.Label ? cast(typeof(return))this : null; } inout(GotoStatement) isGotoStatement() { return stmt == STMT.Goto ? cast(typeof(return))this : null; } inout(GotoDefaultStatement) isGotoDefaultStatement() { return stmt == STMT.GotoDefault ? cast(typeof(return))this : null; } inout(GotoCaseStatement) isGotoCaseStatement() { return stmt == STMT.GotoCase ? cast(typeof(return))this : null; } inout(BreakStatement) isBreakStatement() { return stmt == STMT.Break ? cast(typeof(return))this : null; } inout(DtorExpStatement) isDtorExpStatement() { return stmt == STMT.DtorExp ? cast(typeof(return))this : null; } inout(ForwardingStatement) isForwardingStatement() { return stmt == STMT.Forwarding ? cast(typeof(return))this : null; } inout(DoStatement) isDoStatement() { return stmt == STMT.Do ? cast(typeof(return))this : null; } inout(WhileStatement) isWhileStatement() { return stmt == STMT.While ? cast(typeof(return))this : null; } inout(ForStatement) isForStatement() { return stmt == STMT.For ? cast(typeof(return))this : null; } inout(ForeachStatement) isForeachStatement() { return stmt == STMT.Foreach ? cast(typeof(return))this : null; } inout(SwitchStatement) isSwitchStatement() { return stmt == STMT.Switch ? cast(typeof(return))this : null; } inout(ContinueStatement) isContinueStatement() { return stmt == STMT.Continue ? cast(typeof(return))this : null; } inout(WithStatement) isWithStatement() { return stmt == STMT.With ? cast(typeof(return))this : null; } inout(TryCatchStatement) isTryCatchStatement() { return stmt == STMT.TryCatch ? cast(typeof(return))this : null; } inout(ThrowStatement) isThrowStatement() { return stmt == STMT.Throw ? cast(typeof(return))this : null; } inout(TryFinallyStatement) isTryFinallyStatement() { return stmt == STMT.TryFinally ? cast(typeof(return))this : null; } inout(SwitchErrorStatement) isSwitchErrorStatement() { return stmt == STMT.SwitchError ? cast(typeof(return))this : null; } inout(UnrolledLoopStatement) isUnrolledLoopStatement() { return stmt == STMT.UnrolledLoop ? cast(typeof(return))this : null; } inout(ForeachRangeStatement) isForeachRangeStatement() { return stmt == STMT.ForeachRange ? cast(typeof(return))this : null; } inout(CompoundDeclarationStatement) isCompoundDeclarationStatement() { return stmt == STMT.CompoundDeclaration ? cast(typeof(return))this : null; } } /*********************************************************** * Any Statement that fails semantic() or has a component that is an ErrorExp or * a TypeError should return an ErrorStatement from semantic(). */ extern (C++) final class ErrorStatement : Statement { extern (D) this() { super(Loc.initial, STMT.Error); assert(global.gaggedErrors || global.errors); } override Statement syntaxCopy() { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class PeelStatement : Statement { Statement s; extern (D) this(Statement s) { super(s.loc, STMT.Peel); this.s = s; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Convert TemplateMixin members (== Dsymbols) to Statements. */ private Statement toStatement(Dsymbol s) { extern (C++) final class ToStmt : Visitor { alias visit = Visitor.visit; public: Statement result; Statement visitMembers(Loc loc, Dsymbols* a) { if (!a) return null; auto statements = new Statements(); foreach (s; *a) { statements.push(toStatement(s)); } return new CompoundStatement(loc, statements); } override void visit(Dsymbol s) { .error(Loc.initial, "Internal Compiler Error: cannot mixin %s `%s`\n", s.kind(), s.toChars()); result = new ErrorStatement(); } override void visit(TemplateMixin tm) { auto a = new Statements(); foreach (m; *tm.members) { Statement s = toStatement(m); if (s) a.push(s); } result = new CompoundStatement(tm.loc, a); } /* An actual declaration symbol will be converted to DeclarationExp * with ExpStatement. */ Statement declStmt(Dsymbol s) { auto de = new DeclarationExp(s.loc, s); de.type = Type.tvoid; // avoid repeated semantic return new ExpStatement(s.loc, de); } override void visit(VarDeclaration d) { result = declStmt(d); } override void visit(AggregateDeclaration d) { result = declStmt(d); } override void visit(FuncDeclaration d) { result = declStmt(d); } override void visit(EnumDeclaration d) { result = declStmt(d); } override void visit(AliasDeclaration d) { result = declStmt(d); } override void visit(TemplateDeclaration d) { result = declStmt(d); } /* All attributes have been already picked by the semantic analysis of * 'bottom' declarations (function, struct, class, etc). * So we don't have to copy them. */ override void visit(StorageClassDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(DeprecatedDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(LinkDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(ProtDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(AlignDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(UserAttributeDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(ForwardingAttribDeclaration d) { result = visitMembers(d.loc, d.decl); } override void visit(StaticAssert s) { } override void visit(Import s) { } override void visit(PragmaDeclaration d) { } override void visit(ConditionalDeclaration d) { result = visitMembers(d.loc, d.include(null)); } override void visit(StaticForeachDeclaration d) { assert(d.sfe && !!d.sfe.aggrfe ^ !!d.sfe.rangefe); result = visitMembers(d.loc, d.include(null)); } override void visit(CompileDeclaration d) { result = visitMembers(d.loc, d.include(null)); } } if (!s) return null; scope ToStmt v = new ToStmt(); s.accept(v); return v.result; } /*********************************************************** * https://dlang.org/spec/statement.html#ExpressionStatement */ extern (C++) class ExpStatement : Statement { Expression exp; final extern (D) this(const ref Loc loc, Expression exp) { super(loc, STMT.Exp); this.exp = exp; } final extern (D) this(const ref Loc loc, Expression exp, STMT stmt) { super(loc, stmt); this.exp = exp; } final extern (D) this(const ref Loc loc, Dsymbol declaration) { super(loc, STMT.Exp); this.exp = new DeclarationExp(loc, declaration); } static ExpStatement create(Loc loc, Expression exp) { return new ExpStatement(loc, exp); } override Statement syntaxCopy() { return new ExpStatement(loc, exp ? exp.syntaxCopy() : null); } override final Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexception, Statement* sfinally) { //printf("ExpStatement::scopeCode()\n"); *sentry = null; *sexception = null; *sfinally = null; if (exp && exp.op == TOK.declaration) { auto de = cast(DeclarationExp)exp; auto v = de.declaration.isVarDeclaration(); if (v && !v.isDataseg()) { if (v.needsScopeDtor()) { *sfinally = new DtorExpStatement(loc, v.edtor, v); v.storage_class |= STC.nodtor; // don't add in dtor again } } } return this; } override final Statements* flatten(Scope* sc) { /* https://issues.dlang.org/show_bug.cgi?id=14243 * expand template mixin in statement scope * to handle variable destructors. */ if (exp && exp.op == TOK.declaration) { Dsymbol d = (cast(DeclarationExp)exp).declaration; if (TemplateMixin tm = d.isTemplateMixin()) { Expression e = exp.expressionSemantic(sc); if (e.op == TOK.error || tm.errors) { auto a = new Statements(); a.push(new ErrorStatement()); return a; } assert(tm.members); Statement s = toStatement(tm); version (none) { OutBuffer buf; buf.doindent = 1; HdrGenState hgs; hgs.hdrgen = true; toCBuffer(s, &buf, &hgs); printf("tm ==> s = %s\n", buf.peekChars()); } auto a = new Statements(); a.push(s); return a; } } return null; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DtorExpStatement : ExpStatement { // Wraps an expression that is the destruction of 'var' VarDeclaration var; extern (D) this(const ref Loc loc, Expression exp, VarDeclaration var) { super(loc, exp, STMT.DtorExp); this.var = var; } override Statement syntaxCopy() { return new DtorExpStatement(loc, exp ? exp.syntaxCopy() : null, var); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#mixin-statement */ extern (C++) final class CompileStatement : Statement { Expressions* exps; extern (D) this(const ref Loc loc, Expression exp) { Expressions* exps = new Expressions(); exps.push(exp); this(loc, exps); } extern (D) this(const ref Loc loc, Expressions* exps) { super(loc, STMT.Compile); this.exps = exps; } override Statement syntaxCopy() { return new CompileStatement(loc, Expression.arraySyntaxCopy(exps)); } private Statements* compileIt(Scope* sc) { //printf("CompileStatement::compileIt() %s\n", exp.toChars()); auto errorStatements() { auto a = new Statements(); a.push(new ErrorStatement()); return a; } OutBuffer buf; if (expressionsToString(buf, sc, exps)) return errorStatements(); const errors = global.errors; const len = buf.length; buf.writeByte(0); const str = buf.extractSlice()[0 .. len]; scope p = new Parser!ASTCodegen(loc, sc._module, str, false); p.nextToken(); auto a = new Statements(); while (p.token.value != TOK.endOfFile) { Statement s = p.parseStatement(ParseStatementFlags.semi | ParseStatementFlags.curlyScope); if (!s || global.errors != errors) return errorStatements(); a.push(s); } return a; } override Statements* flatten(Scope* sc) { //printf("CompileStatement::flatten() %s\n", exp.toChars()); return compileIt(sc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class CompoundStatement : Statement { Statements* statements; /** * Construct a `CompoundStatement` using an already existing * array of `Statement`s * * Params: * loc = Instantiation information * statements = An array of `Statement`s, that will referenced by this class */ final extern (D) this(const ref Loc loc, Statements* statements) { super(loc, STMT.Compound); this.statements = statements; } final extern (D) this(const ref Loc loc, Statements* statements, STMT stmt) { super(loc, stmt); this.statements = statements; } /** * Construct a `CompoundStatement` from an array of `Statement`s * * Params: * loc = Instantiation information * sts = A variadic array of `Statement`s, that will copied in this class * The entries themselves will not be copied. */ final extern (D) this(const ref Loc loc, Statement[] sts...) { super(loc, STMT.Compound); statements = new Statements(); statements.reserve(sts.length); foreach (s; sts) statements.push(s); } static CompoundStatement create(Loc loc, Statement s1, Statement s2) { return new CompoundStatement(loc, s1, s2); } override Statement syntaxCopy() { return new CompoundStatement(loc, Statement.arraySyntaxCopy(statements)); } override Statements* flatten(Scope* sc) { return statements; } override final inout(ReturnStatement) endsWithReturnStatement() inout nothrow pure { foreach (s; *statements) { if (s) { if (inout rs = s.endsWithReturnStatement()) return rs; } } return null; } override final inout(Statement) last() inout nothrow pure { Statement s = null; for (size_t i = statements.dim; i; --i) { s = cast(Statement)(*statements)[i - 1]; if (s) { s = cast(Statement)s.last(); if (s) break; } } return cast(inout)s; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CompoundDeclarationStatement : CompoundStatement { extern (D) this(const ref Loc loc, Statements* statements) { super(loc, statements, STMT.CompoundDeclaration); } override Statement syntaxCopy() { auto a = new Statements(statements.dim); foreach (i, s; *statements) { (*a)[i] = s ? s.syntaxCopy() : null; } return new CompoundDeclarationStatement(loc, a); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * The purpose of this is so that continue will go to the next * of the statements, and break will go to the end of the statements. */ extern (C++) final class UnrolledLoopStatement : Statement { Statements* statements; extern (D) this(const ref Loc loc, Statements* statements) { super(loc, STMT.UnrolledLoop); this.statements = statements; } override Statement syntaxCopy() { auto a = new Statements(statements.dim); foreach (i, s; *statements) { (*a)[i] = s ? s.syntaxCopy() : null; } return new UnrolledLoopStatement(loc, a); } override bool hasBreak() const pure nothrow { return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class ScopeStatement : Statement { Statement statement; Loc endloc; // location of closing curly bracket extern (D) this(const ref Loc loc, Statement statement, Loc endloc) { super(loc, STMT.Scope); this.statement = statement; this.endloc = endloc; } override Statement syntaxCopy() { return new ScopeStatement(loc, statement ? statement.syntaxCopy() : null, endloc); } override inout(ReturnStatement) endsWithReturnStatement() inout nothrow pure { if (statement) return statement.endsWithReturnStatement(); return null; } override bool hasBreak() const pure nothrow { //printf("ScopeStatement::hasBreak() %s\n", toChars()); return statement ? statement.hasBreak() : false; } override bool hasContinue() const pure nothrow { return statement ? statement.hasContinue() : false; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Statement whose symbol table contains foreach index variables in a * local scope and forwards other members to the parent scope. This * wraps a statement. * * Also see: `dmd.attrib.ForwardingAttribDeclaration` */ extern (C++) final class ForwardingStatement : Statement { /// The symbol containing the `static foreach` variables. ForwardingScopeDsymbol sym = null; /// The wrapped statement. Statement statement; extern (D) this(const ref Loc loc, ForwardingScopeDsymbol sym, Statement statement) { super(loc, STMT.Forwarding); this.sym = sym; assert(statement); this.statement = statement; } extern (D) this(const ref Loc loc, Statement statement) { auto sym = new ForwardingScopeDsymbol(null); sym.symtab = new DsymbolTable(); this(loc, sym, statement); } override Statement syntaxCopy() { return new ForwardingStatement(loc, statement.syntaxCopy()); } /*********************** * ForwardingStatements are distributed over the flattened * sequence of statements. This prevents flattening to be * "blocked" by a ForwardingStatement and is necessary, for * example, to support generating scope guards with `static * foreach`: * * static foreach(i; 0 .. 10) scope(exit) writeln(i); * writeln("this is printed first"); * // then, it prints 10, 9, 8, 7, ... */ override Statements* flatten(Scope* sc) { if (!statement) { return null; } sc = sc.push(sym); auto a = statement.flatten(sc); sc = sc.pop(); if (!a) { return a; } auto b = new Statements(a.dim); foreach (i, s; *a) { (*b)[i] = s ? new ForwardingStatement(s.loc, sym, s) : null; } return b; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#while-statement */ extern (C++) final class WhileStatement : Statement { Expression condition; Statement _body; Loc endloc; // location of closing curly bracket extern (D) this(const ref Loc loc, Expression condition, Statement _body, Loc endloc) { super(loc, STMT.While); this.condition = condition; this._body = _body; this.endloc = endloc; } override Statement syntaxCopy() { return new WhileStatement(loc, condition.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); } override bool hasBreak() const pure nothrow { return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#do-statement */ extern (C++) final class DoStatement : Statement { Statement _body; Expression condition; Loc endloc; // location of ';' after while extern (D) this(const ref Loc loc, Statement _body, Expression condition, Loc endloc) { super(loc, STMT.Do); this._body = _body; this.condition = condition; this.endloc = endloc; } override Statement syntaxCopy() { return new DoStatement(loc, _body ? _body.syntaxCopy() : null, condition.syntaxCopy(), endloc); } override bool hasBreak() const pure nothrow { return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#for-statement */ extern (C++) final class ForStatement : Statement { Statement _init; Expression condition; Expression increment; Statement _body; Loc endloc; // location of closing curly bracket // When wrapped in try/finally clauses, this points to the outermost one, // which may have an associated label. Internal break/continue statements // treat that label as referring to this loop. Statement relatedLabeled; extern (D) this(const ref Loc loc, Statement _init, Expression condition, Expression increment, Statement _body, Loc endloc) { super(loc, STMT.For); this._init = _init; this.condition = condition; this.increment = increment; this._body = _body; this.endloc = endloc; } override Statement syntaxCopy() { return new ForStatement(loc, _init ? _init.syntaxCopy() : null, condition ? condition.syntaxCopy() : null, increment ? increment.syntaxCopy() : null, _body.syntaxCopy(), endloc); } override Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexception, Statement* sfinally) { //printf("ForStatement::scopeCode()\n"); Statement.scopeCode(sc, sentry, sexception, sfinally); return this; } override Statement getRelatedLabeled() { return relatedLabeled ? relatedLabeled : this; } override bool hasBreak() const pure nothrow { //printf("ForStatement::hasBreak()\n"); return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#foreach-statement */ extern (C++) final class ForeachStatement : Statement { TOK op; // TOK.foreach_ or TOK.foreach_reverse_ Parameters* parameters; // array of Parameters, one for each ForeachType Expression aggr; // ForeachAggregate Statement _body; // NoScopeNonEmptyStatement Loc endloc; // location of closing curly bracket VarDeclaration key; VarDeclaration value; FuncDeclaration func; // function we're lexically in Statements* cases; // put breaks, continues, gotos and returns here ScopeStatements* gotos; // forward referenced goto's go here extern (D) this(const ref Loc loc, TOK op, Parameters* parameters, Expression aggr, Statement _body, Loc endloc) { super(loc, STMT.Foreach); this.op = op; this.parameters = parameters; this.aggr = aggr; this._body = _body; this.endloc = endloc; } override Statement syntaxCopy() { return new ForeachStatement(loc, op, Parameter.arraySyntaxCopy(parameters), aggr.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); } override bool hasBreak() const pure nothrow { return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#foreach-range-statement */ extern (C++) final class ForeachRangeStatement : Statement { TOK op; // TOK.foreach_ or TOK.foreach_reverse_ Parameter prm; // loop index variable Expression lwr; Expression upr; Statement _body; Loc endloc; // location of closing curly bracket VarDeclaration key; extern (D) this(const ref Loc loc, TOK op, Parameter prm, Expression lwr, Expression upr, Statement _body, Loc endloc) { super(loc, STMT.ForeachRange); this.op = op; this.prm = prm; this.lwr = lwr; this.upr = upr; this._body = _body; this.endloc = endloc; } override Statement syntaxCopy() { return new ForeachRangeStatement(loc, op, prm.syntaxCopy(), lwr.syntaxCopy(), upr.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); } override bool hasBreak() const pure nothrow { return true; } override bool hasContinue() const pure nothrow { return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#if-statement */ extern (C++) final class IfStatement : Statement { Parameter prm; Expression condition; Statement ifbody; Statement elsebody; VarDeclaration match; // for MatchExpression results Loc endloc; // location of closing curly bracket extern (D) this(const ref Loc loc, Parameter prm, Expression condition, Statement ifbody, Statement elsebody, Loc endloc) { super(loc, STMT.If); this.prm = prm; this.condition = condition; this.ifbody = ifbody; this.elsebody = elsebody; this.endloc = endloc; } override Statement syntaxCopy() { return new IfStatement(loc, prm ? prm.syntaxCopy() : null, condition.syntaxCopy(), ifbody ? ifbody.syntaxCopy() : null, elsebody ? elsebody.syntaxCopy() : null, endloc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/version.html#ConditionalStatement */ extern (C++) final class ConditionalStatement : Statement { Condition condition; Statement ifbody; Statement elsebody; extern (D) this(const ref Loc loc, Condition condition, Statement ifbody, Statement elsebody) { super(loc, STMT.Conditional); this.condition = condition; this.ifbody = ifbody; this.elsebody = elsebody; } override Statement syntaxCopy() { return new ConditionalStatement(loc, condition.syntaxCopy(), ifbody.syntaxCopy(), elsebody ? elsebody.syntaxCopy() : null); } override Statements* flatten(Scope* sc) { Statement s; //printf("ConditionalStatement::flatten()\n"); if (condition.include(sc)) { DebugCondition dc = condition.isDebugCondition(); if (dc) s = new DebugStatement(loc, ifbody); else s = ifbody; } else s = elsebody; auto a = new Statements(); a.push(s); return a; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/version.html#StaticForeachStatement * Static foreach statements, like: * void main() * { * static foreach(i; 0 .. 10) * { * pragma(msg, i); * } * } */ extern (C++) final class StaticForeachStatement : Statement { StaticForeach sfe; extern (D) this(const ref Loc loc, StaticForeach sfe) { super(loc, STMT.StaticForeach); this.sfe = sfe; } override Statement syntaxCopy() { return new StaticForeachStatement(loc, sfe.syntaxCopy()); } override Statements* flatten(Scope* sc) { sfe.prepare(sc); if (sfe.ready()) { import dmd.statementsem; auto s = makeTupleForeach!(true, false)(sc, sfe.aggrfe, sfe.needExpansion); auto result = s.flatten(sc); if (result) { return result; } result = new Statements(); result.push(s); return result; } else { auto result = new Statements(); result.push(new ErrorStatement()); return result; } } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#pragma-statement */ extern (C++) final class PragmaStatement : Statement { const Identifier ident; Expressions* args; // array of Expression's Statement _body; extern (D) this(const ref Loc loc, const Identifier ident, Expressions* args, Statement _body) { super(loc, STMT.Pragma); this.ident = ident; this.args = args; this._body = _body; } override Statement syntaxCopy() { return new PragmaStatement(loc, ident, Expression.arraySyntaxCopy(args), _body ? _body.syntaxCopy() : null); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/version.html#StaticAssert */ extern (C++) final class StaticAssertStatement : Statement { StaticAssert sa; extern (D) this(StaticAssert sa) { super(sa.loc, STMT.StaticAssert); this.sa = sa; } override Statement syntaxCopy() { return new StaticAssertStatement(cast(StaticAssert)sa.syntaxCopy(null)); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#switch-statement */ extern (C++) final class SwitchStatement : Statement { Expression condition; /// switch(condition) Statement _body; /// bool isFinal; /// https://dlang.org/spec/statement.html#final-switch-statement DefaultStatement sdefault; /// default: Statement tryBody; /// set to TryCatchStatement or TryFinallyStatement if in _body portion TryFinallyStatement tf; /// set if in the 'finally' block of a TryFinallyStatement GotoCaseStatements gotoCases; /// array of unresolved GotoCaseStatement's CaseStatements* cases; /// array of CaseStatement's int hasNoDefault; /// !=0 if no default statement int hasVars; /// !=0 if has variable case values VarDeclaration lastVar; /// last observed variable declaration in this statement extern (D) this(const ref Loc loc, Expression condition, Statement _body, bool isFinal) { super(loc, STMT.Switch); this.condition = condition; this._body = _body; this.isFinal = isFinal; } override Statement syntaxCopy() { return new SwitchStatement(loc, condition.syntaxCopy(), _body.syntaxCopy(), isFinal); } override bool hasBreak() const pure nothrow { return true; } /************************************ * Returns: * true if error */ extern (D) bool checkLabel() { /* * Checks the scope of a label for existing variable declaration. * Params: * vd = last variable declared before this case/default label * Returns: `true` if the variables declared in this label would be skipped. */ bool checkVar(VarDeclaration vd) { for (auto v = vd; v && v != lastVar; v = v.lastVar) { if (v.isDataseg() || (v.storage_class & (STC.manifest | STC.temp)) || v._init.isVoidInitializer()) continue; if (vd.ident == Id.withSym) error("`switch` skips declaration of `with` temporary at %s", v.loc.toChars()); else error("`switch` skips declaration of variable `%s` at %s", v.toPrettyChars(), v.loc.toChars()); return true; } return false; } enum error = true; if (sdefault && checkVar(sdefault.lastVar)) return !error; // return error once fully deprecated foreach (scase; *cases) { if (scase && checkVar(scase.lastVar)) return !error; // return error once fully deprecated } return !error; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#CaseStatement */ extern (C++) final class CaseStatement : Statement { Expression exp; Statement statement; int index; // which case it is (since we sort this) VarDeclaration lastVar; void* extra; // for use by Statement_toIR() extern (D) this(const ref Loc loc, Expression exp, Statement statement) { super(loc, STMT.Case); this.exp = exp; this.statement = statement; } override Statement syntaxCopy() { return new CaseStatement(loc, exp.syntaxCopy(), statement.syntaxCopy()); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#CaseRangeStatement */ extern (C++) final class CaseRangeStatement : Statement { Expression first; Expression last; Statement statement; extern (D) this(const ref Loc loc, Expression first, Expression last, Statement statement) { super(loc, STMT.CaseRange); this.first = first; this.last = last; this.statement = statement; } override Statement syntaxCopy() { return new CaseRangeStatement(loc, first.syntaxCopy(), last.syntaxCopy(), statement.syntaxCopy()); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#DefaultStatement */ extern (C++) final class DefaultStatement : Statement { Statement statement; VarDeclaration lastVar; extern (D) this(const ref Loc loc, Statement statement) { super(loc, STMT.Default); this.statement = statement; } override Statement syntaxCopy() { return new DefaultStatement(loc, statement.syntaxCopy()); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#GotoStatement */ extern (C++) final class GotoDefaultStatement : Statement { SwitchStatement sw; extern (D) this(const ref Loc loc) { super(loc, STMT.GotoDefault); } override Statement syntaxCopy() { return new GotoDefaultStatement(loc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#GotoStatement */ extern (C++) final class GotoCaseStatement : Statement { Expression exp; // null, or which case to goto CaseStatement cs; // case statement it resolves to extern (D) this(const ref Loc loc, Expression exp) { super(loc, STMT.GotoCase); this.exp = exp; } override Statement syntaxCopy() { return new GotoCaseStatement(loc, exp ? exp.syntaxCopy() : null); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class SwitchErrorStatement : Statement { Expression exp; extern (D) this(const ref Loc loc) { super(loc, STMT.SwitchError); } final extern (D) this(const ref Loc loc, Expression exp) { super(loc, STMT.SwitchError); this.exp = exp; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#return-statement */ extern (C++) final class ReturnStatement : Statement { Expression exp; size_t caseDim; extern (D) this(const ref Loc loc, Expression exp) { super(loc, STMT.Return); this.exp = exp; } override Statement syntaxCopy() { return new ReturnStatement(loc, exp ? exp.syntaxCopy() : null); } override inout(ReturnStatement) endsWithReturnStatement() inout nothrow pure { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#break-statement */ extern (C++) final class BreakStatement : Statement { Identifier ident; extern (D) this(const ref Loc loc, Identifier ident) { super(loc, STMT.Break); this.ident = ident; } override Statement syntaxCopy() { return new BreakStatement(loc, ident); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#continue-statement */ extern (C++) final class ContinueStatement : Statement { Identifier ident; extern (D) this(const ref Loc loc, Identifier ident) { super(loc, STMT.Continue); this.ident = ident; } override Statement syntaxCopy() { return new ContinueStatement(loc, ident); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#SynchronizedStatement */ extern (C++) final class SynchronizedStatement : Statement { Expression exp; Statement _body; extern (D) this(const ref Loc loc, Expression exp, Statement _body) { super(loc, STMT.Synchronized); this.exp = exp; this._body = _body; } override Statement syntaxCopy() { return new SynchronizedStatement(loc, exp ? exp.syntaxCopy() : null, _body ? _body.syntaxCopy() : null); } override bool hasBreak() const pure nothrow { return false; //true; } override bool hasContinue() const pure nothrow { return false; //true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#with-statement */ extern (C++) final class WithStatement : Statement { Expression exp; Statement _body; VarDeclaration wthis; Loc endloc; extern (D) this(const ref Loc loc, Expression exp, Statement _body, Loc endloc) { super(loc, STMT.With); this.exp = exp; this._body = _body; this.endloc = endloc; } override Statement syntaxCopy() { return new WithStatement(loc, exp.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#try-statement */ extern (C++) final class TryCatchStatement : Statement { Statement _body; Catches* catches; Statement tryBody; /// set to enclosing TryCatchStatement or TryFinallyStatement if in _body portion extern (D) this(const ref Loc loc, Statement _body, Catches* catches) { super(loc, STMT.TryCatch); this._body = _body; this.catches = catches; } override Statement syntaxCopy() { auto a = new Catches(catches.dim); foreach (i, c; *catches) { (*a)[i] = c.syntaxCopy(); } return new TryCatchStatement(loc, _body.syntaxCopy(), a); } override bool hasBreak() const pure nothrow { return false; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#Catch */ extern (C++) final class Catch : RootObject { const Loc loc; Type type; Identifier ident; Statement handler; VarDeclaration var; bool errors; // set if semantic processing errors // was generated by the compiler, wasn't present in source code bool internalCatch; extern (D) this(const ref Loc loc, Type type, Identifier ident, Statement handler) { //printf("Catch(%s, loc = %s)\n", id.toChars(), loc.toChars()); this.loc = loc; this.type = type; this.ident = ident; this.handler = handler; } Catch syntaxCopy() { auto c = new Catch(loc, type ? type.syntaxCopy() : getThrowable(), ident, (handler ? handler.syntaxCopy() : null)); c.internalCatch = internalCatch; return c; } } /*********************************************************** * https://dlang.org/spec/statement.html#try-statement */ extern (C++) final class TryFinallyStatement : Statement { Statement _body; Statement finalbody; Statement tryBody; /// set to enclosing TryCatchStatement or TryFinallyStatement if in _body portion bool bodyFallsThru; /// true if _body falls through to finally extern (D) this(const ref Loc loc, Statement _body, Statement finalbody) { super(loc, STMT.TryFinally); this._body = _body; this.finalbody = finalbody; this.bodyFallsThru = true; // assume true until statementSemantic() } static TryFinallyStatement create(Loc loc, Statement _body, Statement finalbody) { return new TryFinallyStatement(loc, _body, finalbody); } override Statement syntaxCopy() { return new TryFinallyStatement(loc, _body.syntaxCopy(), finalbody.syntaxCopy()); } override bool hasBreak() const pure nothrow { return false; //true; } override bool hasContinue() const pure nothrow { return false; //true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#scope-guard-statement */ extern (C++) final class ScopeGuardStatement : Statement { TOK tok; Statement statement; extern (D) this(const ref Loc loc, TOK tok, Statement statement) { super(loc, STMT.ScopeGuard); this.tok = tok; this.statement = statement; } override Statement syntaxCopy() { return new ScopeGuardStatement(loc, tok, statement.syntaxCopy()); } override Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexception, Statement* sfinally) { //printf("ScopeGuardStatement::scopeCode()\n"); *sentry = null; *sexception = null; *sfinally = null; Statement s = new PeelStatement(statement); switch (tok) { case TOK.onScopeExit: *sfinally = s; break; case TOK.onScopeFailure: *sexception = s; break; case TOK.onScopeSuccess: { /* Create: * sentry: bool x = false; * sexception: x = true; * sfinally: if (!x) statement; */ auto v = copyToTemp(0, "__os", IntegerExp.createBool(false)); v.dsymbolSemantic(sc); *sentry = new ExpStatement(loc, v); Expression e = IntegerExp.createBool(true); e = new AssignExp(Loc.initial, new VarExp(Loc.initial, v), e); *sexception = new ExpStatement(Loc.initial, e); e = new VarExp(Loc.initial, v); e = new NotExp(Loc.initial, e); *sfinally = new IfStatement(Loc.initial, null, e, s, null, Loc.initial); break; } default: assert(0); } return null; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#throw-statement */ extern (C++) final class ThrowStatement : Statement { Expression exp; // was generated by the compiler, wasn't present in source code bool internalThrow; extern (D) this(const ref Loc loc, Expression exp) { super(loc, STMT.Throw); this.exp = exp; } override Statement syntaxCopy() { auto s = new ThrowStatement(loc, exp.syntaxCopy()); s.internalThrow = internalThrow; return s; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DebugStatement : Statement { Statement statement; extern (D) this(const ref Loc loc, Statement statement) { super(loc, STMT.Debug); this.statement = statement; } override Statement syntaxCopy() { return new DebugStatement(loc, statement ? statement.syntaxCopy() : null); } override Statements* flatten(Scope* sc) { Statements* a = statement ? statement.flatten(sc) : null; if (a) { foreach (ref s; *a) { s = new DebugStatement(loc, s); } } return a; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#goto-statement */ extern (C++) final class GotoStatement : Statement { Identifier ident; LabelDsymbol label; Statement tryBody; /// set to TryCatchStatement or TryFinallyStatement if in _body portion TryFinallyStatement tf; ScopeGuardStatement os; VarDeclaration lastVar; extern (D) this(const ref Loc loc, Identifier ident) { super(loc, STMT.Goto); this.ident = ident; } override Statement syntaxCopy() { return new GotoStatement(loc, ident); } extern (D) bool checkLabel() { if (!label.statement) return true; // error should have been issued for this already if (label.statement.os != os) { if (os && os.tok == TOK.onScopeFailure && !label.statement.os) { // Jump out from scope(failure) block is allowed. } else { if (label.statement.os) error("cannot `goto` in to `%s` block", Token.toChars(label.statement.os.tok)); else error("cannot `goto` out of `%s` block", Token.toChars(os.tok)); return true; } } if (label.statement.tf != tf) { error("cannot `goto` in or out of `finally` block"); return true; } Statement stbnext; for (auto stb = tryBody; stb != label.statement.tryBody; stb = stbnext) { if (!stb) { error("cannot `goto` into `try` block"); return true; } if (auto stf = stb.isTryFinallyStatement()) stbnext = stf.tryBody; else if (auto stc = stb.isTryCatchStatement()) stbnext = stc.tryBody; else assert(0); } VarDeclaration vd = label.statement.lastVar; if (!vd || vd.isDataseg() || (vd.storage_class & STC.manifest)) return false; VarDeclaration last = lastVar; while (last && last != vd) last = last.lastVar; if (last == vd) { // All good, the label's scope has no variables } else if (vd.storage_class & STC.exptemp) { // Lifetime ends at end of expression, so no issue with skipping the statement } else if (vd.ident == Id.withSym) { error("`goto` skips declaration of `with` temporary at %s", vd.loc.toChars()); return true; } else { error("`goto` skips declaration of variable `%s` at %s", vd.toPrettyChars(), vd.loc.toChars()); return true; } return false; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#LabeledStatement */ extern (C++) final class LabelStatement : Statement { Identifier ident; Statement statement; Statement tryBody; /// set to TryCatchStatement or TryFinallyStatement if in _body portion TryFinallyStatement tf; ScopeGuardStatement os; VarDeclaration lastVar; Statement gotoTarget; // interpret void* extra; // used by Statement_toIR() bool breaks; // someone did a 'break ident' extern (D) this(const ref Loc loc, Identifier ident, Statement statement) { super(loc, STMT.Label); this.ident = ident; this.statement = statement; } override Statement syntaxCopy() { return new LabelStatement(loc, ident, statement ? statement.syntaxCopy() : null); } override Statements* flatten(Scope* sc) { Statements* a = null; if (statement) { a = statement.flatten(sc); if (a) { if (!a.dim) { a.push(new ExpStatement(loc, cast(Expression)null)); } // reuse 'this' LabelStatement this.statement = (*a)[0]; (*a)[0] = this; } } return a; } override Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexit, Statement* sfinally) { //printf("LabelStatement::scopeCode()\n"); if (statement) statement = statement.scopeCode(sc, sentry, sexit, sfinally); else { *sentry = null; *sexit = null; *sfinally = null; } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class LabelDsymbol : Dsymbol { LabelStatement statement; bool deleted; // set if rewritten to return in foreach delegate bool iasm; // set if used by inline assembler extern (D) this(Identifier ident) { super(ident); } static LabelDsymbol create(Identifier ident) { return new LabelDsymbol(ident); } // is this a LabelDsymbol()? override LabelDsymbol isLabel() { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/statement.html#asm */ extern (C++) class AsmStatement : Statement { Token* tokens; extern (D) this(const ref Loc loc, Token* tokens) { super(loc, STMT.Asm); this.tokens = tokens; } extern (D) this(const ref Loc loc, Token* tokens, STMT stmt) { super(loc, stmt); this.tokens = tokens; } override Statement syntaxCopy() { return new AsmStatement(loc, tokens); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/iasm.html */ extern (C++) final class InlineAsmStatement : AsmStatement { code* asmcode; uint asmalign; // alignment of this statement uint regs; // mask of registers modified (must match regm_t in back end) bool refparam; // true if function parameter is referenced bool naked; // true if function is to be naked extern (D) this(const ref Loc loc, Token* tokens) { super(loc, tokens, STMT.InlineAsm); } override Statement syntaxCopy() { return new InlineAsmStatement(loc, tokens); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html * Assembler instructions with D expression operands. */ extern (C++) final class GccAsmStatement : AsmStatement { StorageClass stc; // attributes of the asm {} block Expression insn; // string expression that is the template for assembler code Expressions* args; // input and output operands of the statement uint outputargs; // of the operands in 'args', the number of output operands Identifiers* names; // list of symbolic names for the operands Expressions* constraints; // list of string constants specifying constraints on operands Expressions* clobbers; // list of string constants specifying clobbers and scratch registers Identifiers* labels; // list of goto labels GotoStatements* gotos; // of the goto labels, the equivalent statements they represent extern (D) this(const ref Loc loc, Token* tokens) { super(loc, tokens, STMT.GccAsm); } override Statement syntaxCopy() { return new GccAsmStatement(loc, tokens); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * a complete asm {} block */ extern (C++) final class CompoundAsmStatement : CompoundStatement { StorageClass stc; // postfix attributes like nothrow/pure/@trusted extern (D) this(const ref Loc loc, Statements* statements, StorageClass stc) { super(loc, statements, STMT.CompoundAsm); this.stc = stc; } override CompoundAsmStatement syntaxCopy() { auto a = new Statements(statements.dim); foreach (i, s; *statements) { (*a)[i] = s ? s.syntaxCopy() : null; } return new CompoundAsmStatement(loc, a, stc); } override Statements* flatten(Scope* sc) { return null; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * https://dlang.org/spec/module.html#ImportDeclaration */ extern (C++) final class ImportStatement : Statement { Dsymbols* imports; // Array of Import's extern (D) this(const ref Loc loc, Dsymbols* imports) { super(loc, STMT.Import); this.imports = imports; } override Statement syntaxCopy() { auto m = new Dsymbols(imports.dim); foreach (i, s; *imports) { (*m)[i] = s.syntaxCopy(null); } return new ImportStatement(loc, m); } override void accept(Visitor v) { v.visit(this); } }
D
/Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/Objects-normal/x86_64/M13CheckboxSpiralController.o : /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox+IB.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxExpandController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxBounceController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFadeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxStrokeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxSpiralController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFillController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFlatController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxDotController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxGestureRecognizer.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxDisclosurePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxAddRemovePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxCheckPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxRadioPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Rami/Desktop/TaskCompanyUSA/Pods/Target\ Support\ Files/M13Checkbox/M13Checkbox-umbrella.h /Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/unextended-module.modulemap /Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/Objects-normal/x86_64/M13CheckboxSpiralController~partial.swiftmodule : /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox+IB.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxExpandController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxBounceController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFadeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxStrokeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxSpiralController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFillController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFlatController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxDotController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxGestureRecognizer.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxDisclosurePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxAddRemovePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxCheckPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxRadioPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Rami/Desktop/TaskCompanyUSA/Pods/Target\ Support\ Files/M13Checkbox/M13Checkbox-umbrella.h /Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/unextended-module.modulemap /Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/Objects-normal/x86_64/M13CheckboxSpiralController~partial.swiftdoc : /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox+IB.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxExpandController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxBounceController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFadeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxStrokeController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxSpiralController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFillController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxFlatController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxDotController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxController.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxGestureRecognizer.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxDisclosurePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxAddRemovePathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxCheckPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxRadioPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Paths/M13CheckboxPathGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/Rami/Desktop/TaskCompanyUSA/Pods/Target\ Support\ Files/M13Checkbox/M13Checkbox-umbrella.h /Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/unextended-module.modulemap
D
/* Copyright (c) 2019-2021 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /** * A thread pool for running tasks in parallel * * Copyright: Timur Gafarov 2019-2021. * License: $(LINK2 boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Timur Gafarov */ module dlib.concurrency; public { import dlib.concurrency.threadpool; import dlib.concurrency.workerthread; import dlib.concurrency.taskqueue; }
D
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package android.filterfw; import android.filterfw.core.CachedFrameManager; import android.filterfw.core.FilterContext; import android.filterfw.core.FrameManager; import android.filterfw.core.GLEnvironment; /** * Base class for mobile filter framework (MFF) frontend environments. These convenience classes * allow using the filter framework without the requirement of performing manual setup of its * required components. * * @hide */ public class MffEnvironment { private FilterContext mContext; /** * Protected constructor to initialize the environment's essential components. These are the * frame-manager and the filter-context. Passing in null for the frame-manager causes this * to be auto-created. * * @param frameManager The FrameManager to use or null to auto-create one. */ protected MffEnvironment(FrameManager frameManager) { // Get or create the frame manager if (frameManager == null) { frameManager = new CachedFrameManager(); } // Setup the environment mContext = new FilterContext(); mContext.setFrameManager(frameManager); } /** * Returns the environment's filter-context. */ public FilterContext getContext() { return mContext; } /** * Set the environment's GL environment to the specified environment. This does not activate * the environment. */ public void setGLEnvironment(GLEnvironment glEnvironment) { mContext.initGLEnvironment(glEnvironment); } /** * Create and activate a new GL environment for use in this filter context. */ public void createGLEnvironment() { GLEnvironment glEnvironment = new GLEnvironment(); glEnvironment.initWithNewContext(); setGLEnvironment(glEnvironment); } /** * Activate the GL environment for use in the current thread. A GL environment must have been * previously set or created using setGLEnvironment() or createGLEnvironment()! Call this after * having switched to a new thread for GL filter execution. */ public void activateGLEnvironment() { GLEnvironment glEnv = mContext.getGLEnvironment(); if (glEnv != null) { mContext.getGLEnvironment().activate(); } else { throw new NullPointerException("No GLEnvironment in place to activate!"); } } /** * Deactivate the GL environment from use in the current thread. A GL environment must have been * previously set or created using setGLEnvironment() or createGLEnvironment()! Call this before * running GL filters in another thread. */ public void deactivateGLEnvironment() { GLEnvironment glEnv = mContext.getGLEnvironment(); if (glEnv != null) { mContext.getGLEnvironment().deactivate(); } else { throw new NullPointerException("No GLEnvironment in place to deactivate!"); } } }
D
// PERMUTE_ARGS: -inline template compiles(int T) { bool compiles = true; } /************************************************** 3901 Arbitrary struct assignment, ref return **************************************************/ struct ArrayRet{ int x; } int arrayRetTest(int z) { ArrayRet[6] w; int q = (w[3].x = z); return q; } static assert(arrayRetTest(51)==51); // Bugzilla 3842 -- must not segfault int ice3842(int z) { ArrayRet w; return arrayRetTest((*(&w)).x); } static assert(true || is(typeof(compiles!(ice3842(51))))); int arrayret2(){ int [5] a; int [3] b; b[] = a[1..$-1] = 5; return b[1]; } static assert(arrayret2()==5); struct DotVarTest { ArrayRet z; } struct DotVarTest2 { ArrayRet z; DotVarTest p; } int dotvar1() { DotVarTest w; w.z.x = 3; return w.z.x; } int dotvar2() { DotVarTest2[4] m; m[2].z.x = 3; m[1].p.z.x = 5; return m[2].z.x + 7; } static assert(dotvar1()==3); static assert(dotvar2()==10); struct RetRefStruct{ int x; char c; } // Return value reference tests, for D2 only. ref RetRefStruct reffunc1(ref RetRefStruct a) { int y = a.x; return a; } ref RetRefStruct reffunc2(ref RetRefStruct a) { RetRefStruct z = a; return reffunc1(a); } ref int reffunc7(ref RetRefStruct aa) { return reffunc1(aa).x; } ref int reffunc3(ref int a) { return a; } struct RefTestStruct { RetRefStruct r; ref RefTestStruct reffunc4(ref RetRefStruct[3] a) { return this; } ref int reffunc6() { return this.r.x; } } ref RetRefStruct reffunc5(ref RetRefStruct[3] a) { int t = 1; for (int i=0; i<10; ++i) { if (i==7) ++t;} return a[reffunc3(t)]; } int retRefTest1() { RetRefStruct b = RetRefStruct(0,'a'); reffunc1(b).x =3; return b.x-1; } int retRefTest2() { RetRefStruct b = RetRefStruct(0,'a'); reffunc2(b).x =3; RetRefStruct[3] z; RefTestStruct w; w.reffunc4(z).reffunc4(z).r.x = 4; assert(w.r.x == 4); w.reffunc6() = 218; assert(w.r.x == 218); z[2].x = 3; int q=4; int u = reffunc5(z).x + reffunc3(q); assert(u==7); reffunc5(z).x += 7; assert(z[2].x == 10); RetRefStruct m = RetRefStruct(7, 'c'); m.x = 6; reffunc7(m)+=3; assert(m.x==9); return b.x-1; } int retRefTest3() { RetRefStruct b = RetRefStruct(0,'a'); auto deleg = function (RetRefStruct a){ return a;}; typeof(deleg)[3] z; z[] = deleg; auto y = deleg(b).x + 27; b.x = 5; assert(y == 27); y = z[1](b).x + 22; return y - 1; } int retRefTest4() { RetRefStruct b = RetRefStruct(0,'a'); reffunc3(b.x) = 218; assert(b.x == 218); return b.x; } static assert(retRefTest1()==2); static assert(retRefTest2()==2); static assert(retRefTest3()==26); static assert(retRefTest4()==218); /************************************************** Bug 7473 struct non-ref **************************************************/ struct S7473{ int i; } static assert({ S7473 s = S7473(1); assert(s.i == 1); bug7473(s); assert(s.i == 1); return true; }()); void bug7473(S7473 s){ s.i = 2; } struct S7473b{ S7473 m; } static assert({ S7473b s = S7473b(S7473(7)); assert(s.m.i == 7); bug7473b(s); assert(s.m.i == 7); return true; }()); void bug7473b(S7473b s){ s.m.i = 2; } /************************************************** Bug 4389 **************************************************/ int bug4389() { string s; dchar c = '\u2348'; s ~= c; assert(s.length==3); dchar d = 'D'; s ~= d; assert(s.length==4); s = ""; s ~= c; assert(s.length==3); s ~= d; assert(s.length==4); string z; wchar w = '\u0300'; z ~= w; assert(z.length==2); z = ""; z ~= w; assert(z.length==2); return 1; } static assert(bug4389()); // ICE(constfold.c) int ice4389() { string s; dchar c = '\u2348'; s ~= c; s = s ~ "xxx"; return 1; } static assert(ice4389()); // ICE(expression.c) string ice4390() { string s; dchar c = '`'; s ~= c; s ~= c; return s; } static assert(mixin(ice4390()) == ``); // bug 5248 (D1 + D2) struct Leaf5248 { string Compile_not_ovloaded() { return "expression"; } }; struct Matrix5248 { Leaf5248 Right; string Compile() { return Right.Compile_not_ovloaded(); } }; static assert(Matrix5248().Compile()); /************************************************** 4837 >>>= **************************************************/ bool bug4837() { ushort x = 0x89AB; x >>>= 4; assert(x == 0x89A); byte y = 0x7C; y >>>= 2; assert(y == 0x1F); return true; } static assert(bug4837()); /************************************************** 10252 shift out of range **************************************************/ int lshr10252(int shift) { int a = 5; return a << shift; } int rshr10252(int shift) { int a = 5; return a >> shift; } int ushr10252(int shift) { int a = 5; return a >>> shift; } static assert(is(typeof(compiles!(lshr10252(4))))); static assert(!is(typeof(compiles!(lshr10252(60))))); static assert(is(typeof(compiles!(rshr10252(4))))); static assert(!is(typeof(compiles!(rshr10252(80))))); static assert(is(typeof(compiles!(ushr10252(2))))); static assert(!is(typeof(compiles!(ushr10252(60))))); /************************************************** 1982 CTFE null problems **************************************************/ enum a1982 = [1, 2, 3]; static assert (a1982 !is null); string foo1982() { return null; } static assert (foo1982() is null); static assert (!foo1982().length); static assert (null is null); /************************************************** 7988 CTFE return values should be allowed in compile-time expressions **************************************************/ class X7988 { int y; this() { y = 2; }} static assert( (new X7988).y == 2); /************************************************** 8253 ICE: calling of member function of non-CTFE class variable **************************************************/ class Bug8253 { bool j(){ return true; } } Bug8253 m8253; static assert(!is(typeof(compiles!(m8253.j())))); /************************************************** 8285 Issue with slice returned from CTFE function **************************************************/ string foo8285() { string s = "ab"; return s[0 .. $]; } template T8285b(string s) { } template T8285a() { enum s = foo8285(); alias T8285b!(s) t2; } int bar8285() { alias T8285a!() t1; return 0; } int baz8285(int x) { return 0; } static assert(baz8285(bar8285()) == 0); // test case 2 string xbar8285() { string s = "ab"; return s[0..$]; } template xT8285a() { enum xT8285a = xbar8285()[0..$]; } string xbaz8285() { return xT8285a!(); } string xfoo8285(string s) { return s; } static assert(xfoo8285(xbaz8285()) == "ab"); /************************************************** 'this' parameter bug revealed during refactoring **************************************************/ int thisbug1(int x) { return x; } struct ThisBug1 { int m = 1; int wut() { return thisbug1(m); } } int thisbug2() { ThisBug1 spec; return spec.wut(); } static assert(thisbug2()); /************************************************** 6972 ICE with cast()cast()assign **************************************************/ int bug6972() { ubyte n = 6; n /= 2u; return n; } static assert(bug6972()==3); /************************************************** Bug 6164 **************************************************/ size_t bug6164(){ int[] ctfe2(int n){ int[] r=[]; if(n!=0) r~=[1] ~ ctfe2(n-1); return r; } return ctfe2(2).length; } static assert(bug6164()==2); /************************************************** Interpreter code coverage tests **************************************************/ int cov1(int a) { a %= 15382; a /= 5; a = ~ a; bool c = (a==0); bool b = true && c; assert(b==0); b = false && c; assert(b==0); b = false || c; assert(b==0); a ^= 0x45349; a = ~ a; a &= 0xFF3F; a >>>= 1; a = a ^ 0x7393; a = a >> 1; a = a >>> 1; a = a | 0x010101; return a; } static assert(cov1(534564) == 71589); int cov2() { int i = 0; do{ goto DOLABEL; DOLABEL: if (i!=0) { goto IFLABEL; IFLABEL: switch(i) { case 3: break; case 6: goto SWITCHLABEL; SWITCHLABEL: i = 27; goto case 3; default: assert(0); } return i; } i = 6; } while(true); return 88; // unreachable } static assert(cov2()==27); template CovTuple(T...) { alias T CovTuple; } alias CovTuple!(int, long) TCov3; int cov3(TCov3 t) { TCov3 s; s = t; assert(s[0] == 1); assert(s[1] == 2); return 7; } static assert(cov3(1, 2) == 7); int badassert1(int z) { assert(z == 5, "xyz"); return 1; } size_t badslice1(int[] z) { return z[0..3].length; } size_t badslice2(int[] z) { return z[0..badassert1(1)].length; } size_t badslice3(int[] z) { return z[badassert1(1)..2].length; } static assert(!is(typeof(compiles!(badassert1(67))))); static assert(is(typeof(compiles!(badassert1(5))))); static assert(!is(typeof(compiles!(badslice1([1,2]))))); static assert(!is(typeof(compiles!(badslice2([1,2]))))); static assert(!is(typeof(compiles!(badslice3([1,2,3]))))); /*******************************************/ int bug7894() { for (int k = 0; k < 2; ++k) { goto Lagain; Lagain: ; } int m = 1; do { ++m; goto Ldo; Ldo: ; } while (m < 3); assert( m == 3); return 1; } static assert( bug7894() ); /*******************************************/ size_t bug5524(int x, int[] more...) { int[0] zz; assert(zz.length==0); return 7 + more.length + x; } static assert(bug5524(3) == 10); // 5722 static assert( ("" ~ "\&copy;"[0]).length == 1 ); const char[] null5722 = null; static assert( (null5722 ~ "\&copy;"[0]).length == 1 ); static assert( ("\&copy;"[0] ~ null5722).length == 1 ); /******************************************* * Tests for CTFE Array support. * Including bugs 1330, 3801, 3835, 4050, * 4051, 5147, and major functionality *******************************************/ char[] bug1330StringIndex() { char [] blah = "foo".dup; assert(blah == "foo"); char [] s = blah[0..2]; blah[0] = 'h'; assert(s== "ho"); s[0] = 'm'; return blah; } static assert(bug1330StringIndex()=="moo"); static assert(bug1330StringIndex()=="moo"); // check we haven't clobbered any string literals int[] bug1330ArrayIndex() { int [] blah = [1,2,3]; int [] s = blah; s = blah[0..2]; int z = blah[0] = 6; assert(z==6); assert(blah[0]==6); assert(s[0]==6); assert(s== [6, 2]); s[1] = 4; assert(z==6); return blah; } static assert(bug1330ArrayIndex()==[6,4,3]); static assert(bug1330ArrayIndex()==[6,4,3]); // check we haven't clobbered any literals char[] bug1330StringSliceAssign() { char [] blah = "food".dup; assert(blah == "food"); char [] s = blah[1..4]; blah[0..2] = "hc"; assert(s== "cod"); s[0..2] = ['a', 'b']; // Mix string + array literal assert(blah == "habd"); s[0..2] = "mq"; return blah; } static assert(bug1330StringSliceAssign()=="hmqd"); static assert(bug1330StringSliceAssign()=="hmqd"); int[] bug1330ArraySliceAssign() { int [] blah = [1,2,3,4]; int [] s = blah[1..4]; blah[0..2] = [7, 9]; assert(s == [9,3,4]); s[0..2] = [8, 15]; return blah; } static assert(bug1330ArraySliceAssign()==[7, 8, 15, 4]); int[] bug1330ArrayBlockAssign() { int [] blah = [1,2,3,4,5]; int [] s = blah[1..4]; blah[0..2] = 17; assert(s == [17,3,4]); s[0..2] = 9; return blah; } static assert(bug1330ArrayBlockAssign()==[17, 9, 9, 4, 5]); char[] bug1330StringBlockAssign() { char [] blah = "abcde".dup; char [] s = blah[1..4]; blah[0..2] = 'x'; assert(s == "xcd"); s[0..2] = 'y'; return blah; } static assert(bug1330StringBlockAssign() == "xyyde"); int assignAA(int x) { int[int] aa; int[int] cc = aa; assert(cc.values.length==0); assert(cc.keys.length==0); aa[1] = 2; aa[x] = 6; int[int] bb = aa; assert(bb.keys.length==2); assert(cc.keys.length==0); // cc is not affected to aa, because it is null aa[500] = 65; assert(bb.keys.length==3); // but bb is affected by changes to aa return aa[1] + aa[x]; } static assert(assignAA(12) == 8); template Compileable(int z) { bool OK;} int arraybounds(int j, int k) { int [] xxx = [1, 2, 3, 4, 5]; int [] s = xxx[1..$]; s = s[j..k]; // slice of slice return s[$-1]; } int arraybounds2(int j, int k) { int [] xxx = [1, 2, 3, 4, 5]; int [] s = xxx[j..k]; // direct slice return 1; } static assert( !is(typeof(Compileable!(arraybounds(1, 14))))); static assert( !is(typeof(Compileable!(arraybounds(15, 3))))); static assert( arraybounds(2,4) == 5); static assert( !is(typeof(Compileable!(arraybounds2(1, 14))))); static assert( !is(typeof(Compileable!(arraybounds2(15, 3))))); static assert( arraybounds2(2,4) == 1); int bug5147a() { int[1][2] a = 37; return a[0][0]; } static assert(bug5147a()==37); int bug5147b() { int[4][2][3][17] a = 37; return a[0][0][0][0]; } static assert(bug5147b()==37); int setlen() { int[][] zzz; zzz.length = 2; zzz[0].length = 10; assert(zzz.length == 2); assert(zzz[0].length==10); assert(zzz[1].length==0); return 2; } static assert(setlen()==2); int[1][1] bug5147() { int[1][1] a = 1; return a; } static assert(bug5147() == [[1]]); enum int[1][1] enum5147 = bug5147(); static assert(enum5147 == [[1]]); immutable int[1][1] bug5147imm = bug5147(); // Index referencing int[2][2] indexref() { int[2][2] a = 2; a[0]=7; int[][] b = [null, null]; b[0..$] = a[0][0..2]; assert(b[0][0]==7); assert(b[0][1]==7); int [] w; w = a[0]; assert(w[0]==7); w[0..$] = 5; assert(a[0]!=[7,7]); assert(a[0]==[5,5]); assert(b[0] == [5,5]); return a; } int[2][2] indexref2() { int[2][2] a = 2; a[0]=7; int[][2] b = null; b[0..$] = a[0]; assert(b[0][0]==7); assert(b[0][1]==7); assert(b == [[7,7], [7,7]]); int [] w; w = a[0]; assert(w[0]==7); w[0..$] = 5; assert(a[0]!=[7,7]); assert(a[0]==[5,5]); assert(b[0] == [5,5]); return a; } int[2][2] indexref3() { int[2][2] a = 2; a[0]=7; int[][2] b = [null, null]; b[0..$] = a[0]; assert(b[0][0]==7); assert(b[0][1]==7); int [] w; w = a[0]; assert(w[0]==7); w[0..$] = 5; assert(a[0]!=[7,7]); assert(a[0]==[5,5]); assert(b[0] == [5,5]); return a; } int[2][2] indexref4() { int[2][2] a = 2; a[0]=7; int[][2] b =[[1,2,3],[1,2,3]]; // wrong code b[0] = a[0]; assert(b[0][0]==7); assert(b[0][1]==7); int [] w; w = a[0]; //[0..$]; assert(w[0]==7); w[0..$] = 5; assert(a[0]!=[7,7]); assert(a[0]==[5,5]); assert(b[0] == [5,5]); return a; } static assert(indexref() == [[5,5], [2,2]]); static assert(indexref2() == [[5,5], [2,2]]); static assert(indexref3() == [[5,5], [2,2]]); static assert(indexref4() == [[5,5], [2,2]]); int staticdynamic() { int[2][1] a = 2; assert( a == [[2,2]]); int[][1] b = a[0][0..1]; assert(b[0] == [2]); auto k = b[0]; auto m = a[0][0..1]; assert(k == [2]); assert(m == k); return 0; } static assert(staticdynamic() == 0); int[] crashing() { int[12] cra; return (cra[2..$]=3); } static assert(crashing()[9]==3); int chainassign() { int[4] x = 6; int[] y = new int[4]; auto k = (y[] = (x[] = 2)); return k[0]; } static assert(chainassign()==2); // index assignment struct S3801 { char c; int[3] arr; this(int x, int y){ c = 'x'; arr[0] = x; arr[1] = y; } } int bug3801() { S3801 xxx = S3801(17, 67); int[] w = xxx.arr; xxx.arr[1] = 89; assert(xxx.arr[0]==17); assert(w[1] == 89); assert(w == [17, 89, 0]); return xxx.arr[1]; } enum : S3801 { bug3801e = S3801(17, 18) } static assert(bug3801e.arr == [17, 18, 0]); immutable S3801 bug3801u = S3801(17, 18); static assert(bug3801u.arr == [17, 18, 0]); static assert(bug3801()==89); int bug3835() { int[4] arr; arr[]=19; arr[0] = 4; int kk; foreach (ref el; arr) { el += 10; kk = el; } assert(arr[2]==29); arr[0]+=3; return arr[0]; } static assert(bug3835() == 17); auto bug5852(const(string) s) { string [] r; r ~= s; assert(r.length == 1); return r[0].length; } static assert(bug5852("abc")==3); // 7217 struct S7217 { int[] arr; } bool f7217() { auto s = S7217(); auto t = s.arr; return true; } static assert(f7217()); /******************************************* Set array length *******************************************/ static assert( { struct W{ int [] z;} W w; w.z.length = 2; assert(w.z.length == 2); w.z.length = 6; assert(w.z.length == 6); return true; }()); // 7185 char[].length = n bool bug7185() { auto arr = new char[2]; auto arr2 = new char[2]; arr2[] = "ab"; arr.length = 1; arr2.length = 7; assert(arr.length == 1); assert(arr2.length == 7); assert(arr2[0..2] == "ab"); return true; } static assert(bug7185()); bool bug9908() { static const int[3] sa = 1; return sa == [1,1,1]; } static assert(bug9908()); /******************************************* 6934 *******************************************/ struct Struct6934 { int[] x = [1,2]; } void bar6934(ref int[] p) { p[0] = 12; assert(p[0] == 12); p[0..1] = 17; assert(p[0] == 17); p = p[1..$]; } int bug6934() { Struct6934 q; bar6934(q.x); int[][] y = [[2,5], [3,6, 8]]; bar6934(y[0]); return 1; } static assert(bug6934()); /******************************************* Bug 5671 *******************************************/ static assert( ['a', 'b'] ~ "c" == "abc" ); /******************************************* 8624 *******************************************/ int evil8624() { long m = 0x1_0000_0000L; assert(m != 0); long [] a = [0x1_0000_0000L]; long [] b = [0x4_0000_0000L]; assert(a[] != b[]); return 1; } static assert( evil8624() ); /******************************************* 8644 array literal >,< *******************************************/ int bug8644() { auto m = "a"; auto z = ['b']; auto c = "b7"; auto d = ['b', '6']; assert(m < z); assert(z > m); assert(z <= c); assert(c > z); assert(c > d); assert(d >= d); return true; } static assert(bug8644()); /******************************************* Bug 6159 *******************************************/ struct A6159 {} static assert({ return A6159.init is A6159.init;}()); static assert({ return [1] is [1];}()); /******************************************* Bug 5685 *******************************************/ string bug5685() { return "xxx"; } struct Bug5865 { void test1(){ enum file2 = (bug5685())[0..$] ; } } /******************************************* 6235 - Regression ICE on $ in template *******************************************/ struct Bug6235(R) { enum XXX = is(typeof(R.init[0..$]) : const ubyte[]); } Bug6235!(ubyte[]) bug6235; /******************************************* 8673 ICE *******************************************/ enum dollar8673 = [0][(()=>$-1)()]; /******************************************* Bug 5840 *******************************************/ struct Bug5840 { string g; int w; } int bug5840(int u) { // check for clobbering Bug5840 x = void; x.w = 4; x.g = "3gs"; if (u==1) bug5840(2); if (u==2) { x.g = "abc"; x.w = 3465; } else { assert(x.g == "3gs"); assert(x.w == 4); } return 56; } static assert(bug5840(1)==56); /******************************************* 7810 *******************************************/ int bug7810() { int[1][3] x = void; x[0] = [2]; x[1] = [7]; assert(x[0][0] == 2); char[1][3] y = void; y[0] = "a"; y[1] = "b"; assert(y[0][0] == 'a'); return 1; } static assert(bug7810()); struct Bug7810 { int w; } int bug7810b(T)(T[] items...) { assert(items[0] == Bug7810(20)); return 42; } static assert(bug7810b(Bug7810(20), Bug7810(10)) == 42); /******************************************* std.datetime ICE (30 April 2011) *******************************************/ struct TimeOfDayZ { public: this(int hour) { } invariant() { } } const testTODsThrownZ = TimeOfDayZ(0); /******************************************* Bug 5954 *******************************************/ struct Bug5954 { int x; this(int xx) { this.x = xx; } } void bug5954() { enum f = Bug5954(10); static assert(f.x == 10); } /******************************************* Bug 5972 *******************************************/ int bug5972() { char [] z = "abc".dup; char[] [] a = [null, null]; a[0] = z[0..2]; char[] b = a[0]; assert(b == "ab"); a[0][1] = 'q'; assert( a[0] == "aq"); assert(b == "aq"); assert(b[1]=='q'); a[0][0..$-1][0..$] = a[0][0..$-1][0..$]; return 56; } static assert(bug5972()==56); /******************************************* 2.053beta [CTFE]ICE 'global errors' *******************************************/ int wconcat(wstring replace) { wstring value; value = "A"w; value = value ~ replace; return 1; } static assert(wconcat("X"w)); /******************************************* 10397 string concat *******************************************/ static assert(!is(typeof(compiles!("abc" ~ undefined)))); static assert(!is(typeof(compiles!(otherundefined ~ "abc")))); /******************************************* 9634 struct concat *******************************************/ struct Bug9634 { int raw; } bool bug9634() { Bug9634[] jr = [Bug9634(42)]; Bug9634[] ir = null ~ jr; Bug9634[] kr = jr ~ null; Bug9634[] mr = jr ~ jr; jr[0].raw = 6; assert(ir[0].raw == 42); assert(kr[0].raw == 42); assert(jr[0].raw == 6); assert(&mr[0] != &mr[1]); return true; } static assert(bug9634()); /******************************************* Bug 4001: A Space Oddity *******************************************/ int space() { return 4001; } void oddity4001(int q) { const int bowie = space(); static assert(space() == 4001); static assert(bowie == 4001); } /******************************************* Bug 3779 *******************************************/ static const bug3779 = ["123"][0][$-1]; /******************************************* Bug 8893 ICE with bad struct literal *******************************************/ struct Foo8893 { char[3] data; } int bar8893(Foo8893 f) { return f.data[0]; } static assert( !is(typeof(compiles!( bar8893(Foo8893(['a','b'])) )))); /******************************************* non-Cow struct literals *******************************************/ struct Zadok { int [3] z; char [4] s = void; ref int[] fog(ref int [] q) { return q; } int bfg() { z[0] = 56; auto zs = z[]; fog(zs) = [56, 6, 8]; assert(z[1] == 6); assert(z[0] == 56); return z[2]; } } struct Vug { Zadok p; int [] other; } int quop() { int [] heap = new int[5]; heap[] = 738; Zadok pong; pong.z = 3; int [] w = pong.z; assert(w[0]==3); Zadok phong; phong.z = 61; pong = phong; assert(w[0]==61); Vug b = Vug(Zadok(17, "abcd")); b = Vug(Zadok(17, "abcd"), heap); b.other[2] = 78; assert(heap[2]==78); char [] y = b.p.s; assert(y[2]=='c'); phong.s = ['z','x','f', 'g']; w = b.p.z; assert(y[2]=='c'); assert(w[0]==17); b.p = phong; assert(y[2]=='f'); Zadok wok = Zadok(6, "xyzw"); b.p = wok; assert(y[2]=='z'); b.p = phong; assert(w[0] == 61); Vug q; q.p = pong; return pong.bfg(); } static assert(quop()==8); static assert(quop()==8); // check for clobbering /************************************************** Bug 5676 tuple assign of struct that has void opAssign **************************************************/ struct S5676 { int x; void opAssign(S5676 rhs) { x = rhs.x;} } struct Tup5676(E...) { E g; void foo(E values) { g = values; } } bool ice5676() { Tup5676!(S5676) q; q.foo( S5676(3) ); assert( q.g[0].x == 3); return true; } static assert(ice5676()); /************************************************** Bug 5682 Wrong CTFE with operator overloading **************************************************/ struct A { int n; auto opBinary(string op : "*")(A rhs) { return A(n * rhs.n); } } A foo(A[] lhs, A[] rhs) { A current; for (size_t k = 0; k < rhs.length; ++k) { current = lhs[k] * rhs[k]; } return current; } auto test() { return foo([A(1), A(2)], [A(3), A(4)]); } static assert(test().n == 8); /************************************************** Attempt to modify a read-only string literal **************************************************/ struct Xarg { char [] s; } int zfs(int n) { char [] m = "exy".dup; if (n == 1) { // it's OK to cast to const, then cast back string ss = cast(string)m; m = cast(char[])ss; m[2]='q'; return 56; } auto q = Xarg(cast(char[])"abc"); assert(q.s[1]=='b'); if (n==2) q.s[1] = 'p'; else if (n==3) q.s[0..$] = 'p'; char * w = &q.s[2]; if (n==4) *w = 'z'; return 76; } static assert(!is(typeof(compiles!(zfs(2))))); static assert(!is(typeof(compiles!(zfs(3))))); static assert(!is(typeof(compiles!(zfs(4))))); static assert(is(typeof(compiles!(zfs(1))))); static assert(is(typeof(compiles!(zfs(5))))); /************************************************** .dup must protect string literals **************************************************/ string mutateTheImmutable(immutable string _s) { char[] s = _s.dup; foreach(ref c; s) c = 'x'; return s.idup; } string doharm(immutable string _name) { return mutateTheImmutable(_name[2..$].idup); } enum victimLiteral = "CL_INVALID_CONTEXT"; enum thug = doharm(victimLiteral); static assert(victimLiteral == "CL_INVALID_CONTEXT"); /************************************************** Use $ in a slice of a dotvar slice **************************************************/ int sliceDollar() { Xarg z; z.s = new char[20]; z.s[] = 'b'; z.s = z.s[2..$-2]; z.s[$-2] = 'c'; return z.s[$-2]; } static assert(sliceDollar()=='c'); /************************************************** Variation of 5972 which caused segfault **************************************************/ int bug5972crash() { char [] z = "abc".dup; char[] [] a = [null, null]; a[0] = z[0..2]; a[0][1] = 'q'; return 56; } static assert(bug5972crash()==56); /************************************************** String slice assignment through ref parameter **************************************************/ void popft(A)(ref A a) { a = a[1 .. $]; } int sdfgasf() { auto scp = "abc".dup; popft(scp); return 1; } static assert(sdfgasf() == 1); /************************************************** 8830 slice of slice.ptr **************************************************/ string bug8830(string s) { auto ss = s[1..$]; return ss.ptr[0..2]; } static assert(bug8830("hello") == "el"); /************************************************** 8608 ICE **************************************************/ void bug8608(ref int m) {} void test8608() { int z; int foo(bool b) { if (b) bug8608(z); return 1; } static assert( is(typeof(compiles!( foo(false) )))); static assert(!is(typeof(compiles!( foo(true) )))); } /************************************************** Bug 7770 **************************************************/ immutable char[] foo7770 = "abcde"; int bug7770a(string a) { return 1; } bool bug7770b(char c) { return true; } static assert( bug7770a(foo7770[0 .. $])); static assert( bug7770b(foo7770[ $ - 2 ])); void baz7770() { static assert( bug7770a(foo7770[0 .. $])); static assert( bug7770b(foo7770[ $ - 2 ])); } /************************************************** 8601 ICE **************************************************/ dchar bug8601(dstring s) { dstring w = s[1..$]; return w[0]; } enum dstring e8601 = [cast(dchar)'o', 'n']; static assert(bug8601(e8601) == 'n'); /************************************************** Bug 6015 **************************************************/ struct Foo6015 { string field; } bool func6015(string input){ Foo6015 foo; foo.field = input[0..$]; assert(foo.field == "test"); foo.field = "test2"; assert(foo.field != "test"); assert(foo.field == "test2"); return true; } static assert(func6015("test")); /************************************************** Bug 6001 **************************************************/ void bug6001e(ref int[] s) { int[] r = s; s ~= 0; } bool bug6001f() { int[] s; bug6001e(s); return true; } static assert(bug6001f()); // Assignment to AAs void blah(int[char] as) { auto k = [6: as]; as = k[6]; } int blaz() { int[char] q; blah(q); return 67; } static assert(blaz()==67); void bug6001g(ref int[] w) { w = [88]; bug6001e(w); w[0] = 23; } bool bug6001h() { int[] s; bug6001g(s); assert(s.length == 2); assert(s[1]== 0); assert(s[0]==23); return true; } static assert(bug6001h()); /************************************************** 10243 wrong code *&arr as ref parameter 10551 wrong code (&arr)[0] as ref parameter **************************************************/ void bug10243(ref int n) { n = 3; } void bug10551(int *p) { bug10243(p[0]); } bool test10243() { int[1] arr; bug10243(*arr.ptr); assert(arr[0] == 3); int [1] arr2; bug10551(arr2.ptr); assert(arr2[0] == 3); int v; bug10551(&v); assert(v == 3); return true; } static assert(test10243()); /************************************************** Bug 4910 **************************************************/ int bug4910(int a) { return a; } static int var4910; static assert(!is(typeof(Compiles!(bug4910(var4910))))); static assert(bug4910(123)); /************************************************** Bug 5845 - Regression(2.041) **************************************************/ void test5845(ulong cols) {} uint solve(bool niv, ref ulong cols) { if (niv) solve(false, cols); else test5845(cols); return 65; } ulong nqueen(int n) { ulong cols = 0; return solve(true, cols); } static assert(nqueen(2) == 65); /************************************************** Bug 5258 **************************************************/ struct Foo5258 { int x; } void bar5258(int n, ref Foo5258 fong) { if (n) bar5258(n - 1, fong); else fong.x++; } int bug5258() { Foo5258 foo5258 = Foo5258(); bar5258(1, foo5258); return 45; } static assert(bug5258()==45); struct Foo5258b { int[2] r; } void baqopY(int n, ref int[2] fongo) { if (n) baqopY(n - 1, fongo); else fongo[0]++; } int bug5258b() { Foo5258b qq; baqopY(1, qq.r); return 618; } static assert(bug5258b()==618); // Notice that this case involving reassigning the dynamic array struct Foo5258c { int[] r; } void baqop(int n, ref int[] fongo) { if (n) baqop(n - 1, fongo); else { fongo = new int[20]; fongo[0]++; } } size_t bug5258c() { Foo5258c qq; qq.r = new int[30]; baqop(1, qq.r); return qq.r.length; } static assert(bug5258c() == 20); /************************************************** Bug 6049 **************************************************/ struct Bug6049 { int m; this(int x) { m = x; } invariant() { } } const Bug6049[] foo6049 = [Bug6049(6), Bug6049(17)]; static assert(foo6049[0].m == 6); /************************************************** Bug 6052 **************************************************/ struct Bug6052 { int a; } bool bug6052() { Bug6052[2] arr; for (int i = 0; i < 2; ++ i) { Bug6052 el = {i}; Bug6052 ek = el; arr[i] = el; el.a = i + 2; assert(ek.a == i); // ok assert(arr[i].a == i); // fail } assert(arr[1].a == 1); // ok assert(arr[0].a == 0); // fail return true; } static assert(bug6052()); bool bug6052b() { int[][1] arr; int[1] z = [7]; arr[0] = z; assert(arr[0][0] == 7); arr[0] = z; z[0] = 3; assert(arr[0][0] == 3); return true; } static assert(bug6052b()); struct Bug6052c { int x; this(int a) { x = a; } } int bug6052c() { Bug6052c[] pieces = []; for (int c = 0; c < 2; ++ c) pieces ~= Bug6052c(c); assert(pieces[1].x == 1); assert(pieces[0].x == 0); return 1; } static assert(bug6052c()==1); static assert(bug6052c()==1); static assert({ Bug6052c[] pieces = []; pieces.length = 2; int c = 0; pieces[0] = Bug6052c(c); ++c; pieces[1] = Bug6052c(c); assert(pieces[0].x == 0); return true; }()); static assert({ int[1][] pieces = []; pieces.length = 2; for (int c = 0; c < 2; ++ c) pieces[c][0] = c; assert(pieces[1][0] == 1); assert(pieces[0][0] == 0); return true; }()); static assert({ Bug6052c[] pieces = []; for (int c = 0; c < 2; ++ c) pieces ~= Bug6052c(c); assert(pieces[1].x == 1); assert(pieces[0].x == 0); return true; }()); static assert({ int[1] z = 7; int[1][] pieces = [z,z]; pieces[1][0]=3; assert(pieces[0][0] == 7); pieces = pieces ~ [z,z]; pieces[3][0] = 16; assert(pieces[2][0] == 7); pieces = [z,z] ~ pieces; pieces[5][0] = 16; assert(pieces[4][0] == 7); return true; }()); /************************************************** Bug 6749 **************************************************/ struct CtState { string code; } CtState bug6749() { CtState[] pieces; CtState r = CtState("correct"); pieces ~= r; r = CtState("clobbered"); return pieces[0]; } static assert(bug6749().code == "correct"); /************************************************** Index + slice assign to function returns **************************************************/ int[] funcRetArr(int[] a) { return a; } int testFuncRetAssign() { int [] x = new int[20]; funcRetArr(x)[2] = 4; assert(x[2]==4); funcRetArr(x)[] = 27; assert(x[15]==27); return 5; } static assert(testFuncRetAssign() == 5); int keyAssign() { int[int] pieces; pieces[3] = 1; pieces.keys[0]= 4; pieces.values[0]=27; assert(pieces[3]== 1); return 5; } static assert(keyAssign()==5); /************************************************** Bug 6054 -- AA literals **************************************************/ enum x6054 = { auto p = { int[string] pieces; pieces[['a'].idup] = 1; return pieces; }(); return p; }(); /************************************************** Bug 6077 **************************************************/ enum bug6077 = { string s; string t; return s ~ t; }(); /************************************************** Bug 6078 -- Pass null array by ref **************************************************/ struct Foo6078 { int[] bar; } static assert( { Foo6078 f; int i; foreach (ref e; f.bar) { i += e; } return i; }() == 0); int bug6078(ref int[] z) { int [] q = z; return 2; } static assert( { Foo6078 f; return bug6078(f.bar); }() == 2); /************************************************** Bug 6079 -- Array bounds checking **************************************************/ static assert(!is(typeof(compiles!({ int[] x = [1,2,3,4]; x[4] = 1; return true; }() )))); /************************************************** Bug 6100 **************************************************/ struct S6100 { int a; } S6100 init6100(int x) { S6100 s = S6100(x); return s; } static const S6100[2] s6100a = [ init6100(1), init6100(2) ]; static assert(s6100a[0].a == 1); /************************************************** Bug 4825 -- failed with -inline **************************************************/ int a4825() { int r; return r; } int b4825() { return a4825(); } void c4825() { void d() { auto e = b4825(); } static const int f = b4825(); } /************************************************** Bug 5708 -- failed with -inline **************************************************/ string b5708(string s) { return s; } string a5708(string s) { return b5708(s); } void bug5708() { void m() { a5708("lit"); } static assert(a5708("foo") == "foo"); static assert(a5708("bar") == "bar"); } /************************************************** Bug 6120 -- failed with -inline **************************************************/ struct Bug6120(T) { this(int x) { } } static assert({ auto s = Bug6120!int(0); return true; }()); /************************************************** Bug 6123 -- failed with -inline **************************************************/ struct Bug6123(T) { void f() {} // can also trigger if the struct is normal but f is template } static assert({ auto piece = Bug6123!int(); piece.f(); return true; }()); /************************************************** Bug 6053 -- ICE involving pointers **************************************************/ static assert({ int *a = null; assert(a is null); assert(a == null); return true; }()); static assert({ int b; int* a= &b; assert(a !is null); *a = 7; assert(b==7); assert(*a == 7); return true; }()); int dontbreak6053() { auto q = &dontbreak6053; void caz() {} auto tr = &caz; return 5; } static assert(dontbreak6053()); static assert({ int a; *(&a) = 15; assert(a==15); assert(*(&a)==15); return true; }()); static assert({ int a=5, b=6, c=2; assert( *(c ? &a : &b) == 5); assert( *(!c ? &a : &b) == 6); return true; }()); static assert({ int a, b, c; (c ? a : b) = 1; return true; }()); static assert({ int a, b, c=1; int *p=&a; (c ? *p : b) = 51; assert(a==51); return true; }()); /************************************************** Pointer arithmetic, dereference, and comparison **************************************************/ // dereference null pointer static assert(!is(typeof(compiles!({ int a, b, c=1; int *p; (c ? *p : b) = 51; return 6; }() )))); static assert(!is(typeof(compiles!({ int *a = null; assert(*a!=6); return 72; }() )))); // cannot <, > compare pointers to different arrays static assert(!is(typeof(compiles!({ int a[5]; int b[5]; bool c = (&a[0] > &b[0]); return 72; }() )))); // can ==, is,!is,!= compare pointers for different arrays static assert({ int a[5]; int b[5]; assert(!(&a[0] == &b[0])); assert(&a[0] != &b[0]); assert(!(&a[0] is &b[0])); assert(&a[0] !is &b[0]); return 72; }()); static assert({ int a[5]; a[0] = 25; a[1] = 5; int *b = &a[1]; assert(*b == 5); *b = 34; int c = *b; *b += 6; assert(b == &a[1]); assert(b != &a[0]); assert(&a[0] < &a[1]); assert(&a[0] <= &a[1]); assert(!(&a[0] >= &a[1])); assert(&a[4] > &a[0]); assert(c==34); assert(*b ==40); assert(a[1] == 40); return true; }()); static assert({ int [12] x; int *p = &x[10]; int *q = &x[4]; return p-q; }() == 6); static assert({ int [12] x; int *p = &x[10]; int *q = &x[4]; q = p; assert(p == q); q = &x[4]; assert(p != q); q = q + 6; assert(q is p); return 6; }() == 6); static assert({ int [12] x; int [] y = x[2..8]; int *p = &y[4]; int *q = &x[6]; assert(p == q); p = &y[5]; assert(p > q); p = p + 5; // OK, as long as we don't dereference assert(p > q); return 6; }() == 6); static assert({ char [12] x; const(char) *p = "abcdef"; const (char) *q = p; q = q + 2; assert(*q == 'c'); assert(q > p); assert(q - p == 2); assert(p - q == -2); q = &x[7]; p = &x[1]; assert(q>p); return 6; }() == 6); // Relations involving null pointers bool nullptrcmp() { // null tests void * null1 = null, null2 = null; int x = 2; void * p = &x; assert( null1 == null2); assert( null1 is null2); assert( null1 <= null2); assert( null1 >= null2); assert( !(null1 > null2) ); assert( !(null2 > null1) ); assert( null1 != p); assert( null1 !is p); assert( p != null1); assert( p !is null1); assert( null1 <= p); assert( p >= null2); assert( p > null1); assert( !(null1 > p) ); return true; } static assert(nullptrcmp()); /************************************************** 10840 null pointer in dotvar **************************************************/ struct Data10840 { bool xxx; } struct Bug10840 { Data10840* _data; } bool bug10840(int n) { Bug10840 stack; if (n == 1) { // detect deref through null pointer return stack._data.xxx; } // Wrong-code for ?: return stack._data ? false : true; } static assert(bug10840(0)); static assert(!is(typeof(Compileable!(bug10840(1))))); /************************************************** 8216 ptr inside a pointer range **************************************************/ // Four-pointer relations. Return true if [p1..p2] points inside [q1..q2] // (where the end points dont coincide). bool ptr4cmp(void *p1, void *p2, void *q1, void *q2) { // Each compare can be written with <, <=, >, or >=. // Either && or || can be used, giving 32 permutations. // Additionally each compare can be negated with !, yielding 128 in total. bool b1 = (p1 > q1 && p2 <= q2); bool b2 = (p1 > q1 && p2 < q2); bool b3 = (p1 >= q1 && p2 <= q2); bool b4 = (p1 >= q1 && p2 < q2); bool b5 = (q1 <= p1 && q2 > p2); bool b6 = (q1 <= p1 && q2 >= p2); bool b7 = (p2 <= q2 && p1 > q1); bool b8 = (!(p1 <= q1) && p2 <= q2); bool b9 = (!(p1 <= q1) && !(p2 > q2)); bool b10 = (!!!(p1 <= q1) && !(p2 > q2)); assert( b1 == b2 && b1 == b3 && b1 == b4 && b1 == b5 && b1 == b6 ); assert( b1 == b7 && b1 == b8 && b1 == b9 && b1 == b10 ); bool c1 = (p1 <= q1 || p2 > q2); assert ( c1 == !b1 ); bool c2 = (p1 < q1 || p2 >= q2); bool c3 = (!(q1 <= p1) || !(q2 >= p2)); assert( c1 == c2 && c1 == c3 ); return b1; } bool bug8216() { int[4] a; int [13] b; int v; int *p = &v; assert(!ptr4cmp(&a[0], &a[3], p, p)); assert(!ptr4cmp(&b[2], &b[9], &a[1], &a[2])); assert(!ptr4cmp(&b[1], &b[9], &b[2], &b[8])); assert( ptr4cmp(&b[2], &b[8], &b[1], &b[9])); return 1; } static assert(bug8216()); /************************************************** 6517 ptr++, ptr-- **************************************************/ int bug6517() { int[] arr = [1, 2, 3]; auto startp = arr.ptr; auto endp = arr.ptr + arr.length; for(; startp < endp; startp++) {} startp = arr.ptr; assert(startp++ == arr.ptr); assert(startp != arr.ptr); assert(startp-- != arr.ptr); assert(startp == arr.ptr); return 84; } static assert(bug6517() == 84); /************************************************** Out-of-bounds pointer assignment and deference **************************************************/ int ptrDeref(int ofs, bool wantDeref) { int a[5]; int *b = &a[0]; b = b + ofs; // OK if (wantDeref) return *b; // out of bounds return 72; } static assert(!is(typeof(compiles!(ptrDeref(-1, true))))); static assert( is(typeof(compiles!(ptrDeref(4, true))))); static assert( is(typeof(compiles!(ptrDeref(5, false))))); static assert(!is(typeof(compiles!(ptrDeref(5, true))))); static assert(!is(typeof(compiles!(ptrDeref(6, false))))); static assert(!is(typeof(compiles!(ptrDeref(6, true))))); /************************************************** Pointer += **************************************************/ static assert({ int [12] x; int zzz; assert(&zzz); int *p = &x[10]; int *q = &x[4]; q = p; assert(p == q); q = &x[4]; assert(p != q); q += 4; assert(q == &x[8]); q = q - 2; q = q + 4; assert(q is p); return 6; }() == 6); /************************************************** Reduced version of bug 5615 **************************************************/ const(char)[] passthrough(const(char)[] x) { return x; } sizediff_t checkPass(Char1)(const(Char1)[] s) { const(Char1)[] balance = s[1..$]; return passthrough(balance).ptr - s.ptr; } static assert(checkPass("foobar")==1); /************************************************** Pointers must not escape from CTFE **************************************************/ struct Toq { const(char) * m; } Toq ptrRet(bool b) { string x = "abc"; return Toq(b ? x[0..1].ptr: null); } static assert(is(typeof(compiles!( { enum Toq boz = ptrRet(false); // OK - ptr is null Toq z = ptrRet(true); // OK -- ptr doesn't escape return 4; }() )))); static assert(!is(typeof(compiles!( { enum Toq boz = ptrRet(true); // fail - ptr escapes return 4; }() )))); /************************************************** Pointers to struct members **************************************************/ struct Qoz { int w; int[3] yof; } static assert( { int [3] gaz; gaz[2] = 3156; Toq z = ptrRet(true); auto p = z.m; assert(*z.m == 'a'); assert(*p == 'a'); auto q = &z.m; assert(*q == p); assert(**q == 'a'); Qoz g = Qoz(2,[5,6,7]); auto r = &g.w; assert(*r == 2); r = &g.yof[1]; assert(*r == 6); g.yof[0]=15; ++r; assert(*r == 7); r-=2; assert(*r == 15); r = &gaz[0]; r+=2; assert(*r == 3156); return *p; }() == 'a' ); struct AList { AList * next; int value; static AList * newList() { AList[] z = new AList[1]; return &z[0]; } static AList * make(int i, int j) { auto r = newList(); r.next = (new AList[1]).ptr; r.value = 1; AList * z= r.next; (*z).value = 2; r.next.value = j; assert(r.value == 1); assert(r.next.value == 2); r.next.next = &(new AList[1])[0]; assert(r.next.next != null); assert(r.next.next); r.next.next.value = 3; assert(r.next.next.value == 3); r.next.next = newList(); r.next.next.value = 9; return r; } static int checkList() { auto r = make(1,2); assert(r.value == 1); assert(r.next.value == 2); assert(r.next.next.value == 9); return 2; } } static assert(AList.checkList()==2); /************************************************** 7194 pointers as struct members **************************************************/ struct S7194 { int* p, p2; } int f7194() { assert(S7194().p == null); assert(!S7194().p); assert(S7194().p == S7194().p2); S7194 s = S7194(); assert(!s.p); assert(s.p == null); assert(s.p == s.p2); int x; s.p = &x; s.p2 = s.p; assert(s.p == &x); return 0; } int g7194() { auto s = S7194(); assert(s.p); // should fail return 0; } static assert(f7194() == 0); static assert(!is(typeof(compiles!( g7194() )))); /************************************************** 7248 recursive struct pointers in array **************************************************/ struct S7248 { S7248* ptr; } bool bug7248() { S7248[2] sarr; sarr[0].ptr = &sarr[1]; sarr[0].ptr = null; S7248* t = sarr[0].ptr; return true; } static assert(bug7248()); /************************************************** 7216 calling a struct pointer member **************************************************/ struct S7216 { S7216* p; int t; void f() { } void g() { ++t; } } bool bug7216() { S7216 s0, s1; s1.t = 6; s0.p = &s1; s0.p.f(); s0.p.g(); assert(s1.t == 7); return true; } static assert(bug7216()); /************************************************** 10858 Wrong code with array of pointers **************************************************/ bool bug10858() { int *[4] x; x[0] = null; assert(x[0] == null); return true; } static assert(bug10858()); /************************************************** 9745 Allow pointers to static variables **************************************************/ shared int x9745; shared int[5] y9745; shared (int) * bug9745(int m) { auto k = &x9745; auto j = &x9745; auto p = &y9745[0]; auto q = &y9745[3]; assert (j - k == 0); assert( j == k ); assert( q - p == 3); --q; int a = 0; assert(p + 2 == q); if (m==7) { auto z1 = y9745[0..2]; // slice global pointer } if (m==8) p[1] = 7; // modify through a pointer if (m==9) a = p[1]; // read from a pointer if (m == 0) return & x9745; return &y9745[1]; } int test9745(int m) { bug9745(m); // type painting shared int * w = bug9745(0); return 1; } shared int * w9745a = bug9745(0); shared int * w9745b = bug9745(1); static assert( is(typeof(compiles!(test9745(6))))); static assert(!is(typeof(compiles!(test9745(7))))); static assert(!is(typeof(compiles!(test9745(8))))); static assert(!is(typeof(compiles!(test9745(9))))); // pointers cast from an absolute address // (mostly applies to fake pointers, eg Windows HANDLES) bool test9745b() { void *b6 = cast(void *)0xFEFEFEFE; void *b7 = cast(void *)0xFEFEFEFF; assert(b6 is b6); assert(b7 != b6); return true; } static assert(test9745b()); /************************************************** 9364 ICE with pointer to local struct **************************************************/ struct S9364 { int i; } bool bug9364() { S9364 s; auto k = (&s).i; return 1; } static assert(bug9364()); /************************************************** 10251 Pointers to const globals **************************************************/ static const int glob10251 = 7; const (int) * bug10251() { return &glob10251; } static a10251 = &glob10251; // OK static b10251 = bug10251(); /************************************************** 4065 [CTFE] AA "in" operator doesn't work **************************************************/ bool bug4065(string s) { enum int[string] aa = ["aa":14, "bb":2]; int *p = s in aa; if (s == "aa") assert(*p == 14); else if (s=="bb") assert(*p == 2); else assert(!p); int[string] zz; assert(!("xx" in zz)); bool c = !p; return cast(bool)(s in aa); } static assert(!bug4065("xx")); static assert(bug4065("aa")); static assert(bug4065("bb")); /************************************************** Pointers in ? : **************************************************/ static assert( { int[2] x; int *p = &x[1]; return p ? true: false; }()); /************************************************** Pointer slicing **************************************************/ int ptrSlice() { auto arr = new int[5]; int * x = &arr[0]; int [] y = x[0..5]; x[1..3] = 6; ++x; x[1..3] = 14; assert(arr[1]==6); assert(arr[2]==14); x[-1..4]= 5; int [] z = arr[1..2]; z.length = 4; z[$-1] = 17; assert(arr.length ==5); return 2; } static assert(ptrSlice()==2); /************************************************** 6344 - create empty slice from null pointer **************************************************/ static assert({ char* c = null; auto m = c[0..0]; return true; }()); /************************************************** 4448 - labelled break + continue **************************************************/ int bug4448() { int n=2; L1:{ switch(n) { case 5: return 7; default: n = 5; break L1; } int w = 7; } return 3; } static assert(bug4448()==3); int bug4448b() { int n=2; L1:for (n=2; n<5; ++n) { for (int m=1; m<6; ++m) { if (n<3) { assert(m==1); continue L1; } } break; } return 3; } static assert(bug4448b()==3); /************************************************** 6985 - non-constant case **************************************************/ int bug6985(int z) { int q = z *2 - 6; switch(z) { case q: q = 87; break; default: } return q; } static assert(bug6985(6) == 87); /************************************************** 6281 - [CTFE] A null pointer '!is null' returns 'true' **************************************************/ static assert(!{ auto p = null; return p !is null; }()); static assert(!{ auto p = null; return p != null; }()); /************************************************** 6331 - evaluate SliceExp on if condition **************************************************/ bool bug6331(string s) { if (s[0..1]) return true; return false; } static assert(bug6331("str")); /************************************************** 6283 - assign to AA with slice as index **************************************************/ static assert({ immutable p = "pp"; int[string] pieces = [p: 0]; pieces["qq"] = 1; return true; }()); static assert({ immutable renames = [0: "pp"]; int[string] pieces; pieces[true ? renames[0] : "qq"] = 1; pieces["anything"] = 1; return true; }()); static assert( { immutable qq = "qq"; string q = qq; int[string] pieces = ["a":1]; pieces[q] = 0; string w = "ab"; int z = pieces[w[0..1]]; assert(z == 1); return true; }() ); /************************************************** 6282 - dereference 'in' of an AA **************************************************/ static assert({ int [] w = new int[4]; w[2] = 6; auto c = [5: w]; auto kk = (*(5 in c))[2]; (*(5 in c))[2] = 8; (*(5 in c))[1..$-2] = 4; auto a = [4:"1"]; auto n = *(4 in a); return n; }() == "1"); /************************************************** 6337 - member function call on struct literal **************************************************/ struct Bug6337 { int k; void six() { k = 6; } int ctfe() { six(); return k; } } static assert( Bug6337().ctfe() == 6); /************************************************** 6603 call manifest function pointer **************************************************/ int f6603(int a) { return a+5; } enum bug6603 = &f6603; static assert(bug6603(6)==11); /************************************************** 6375 **************************************************/ struct D6375 { int[] arr; } A6375 a6375(int[] array) { return A6375(array); } struct A6375 { D6375* _data; this(int[] arr) { _data = new D6375; _data.arr = arr; } int[] data() { return _data.arr; } } static assert({ int[] a = [ 1, 2 ]; auto app2 = a6375(a); auto data = app2.data(); return true; }()); /************************************************** 6280 Converting pointers to bool **************************************************/ static assert({ if ((0 in [0:0])) {} if ((0 in [0:0]) && (0 in [0:0])) {} return true; }()); /************************************************** 6276 ~= **************************************************/ struct Bug6276{ int[] i; } static assert({ Bug6276 foo; foo.i ~= 1; foo.i ~= 2; return true; }()); /************************************************** 6374 ptr[n] = x, x = ptr[n] **************************************************/ static assert({ int[] arr = [1]; arr.ptr[0] = 2; auto k = arr.ptr[0]; assert(k==2); return arr[0]; }() == 2); /************************************************** 6306 recursion and local variables **************************************************/ void recurse6306() { bug6306(false); } bool bug6306(bool b) { int x = 0; if (b) recurse6306(); assert(x == 0); x = 1; return true; } static assert( bug6306(true) ); /************************************************** 6386 ICE on unsafe pointer cast **************************************************/ static assert(!is(typeof(compiles!({ int x = 123; int* p = &x; float z; float* q = cast(float*)p; return true; }() )))); static assert({ int [] x = [123, 456]; int* p = &x[0]; auto m = cast(const(int) *)p; auto q = p; return *q; }()); /************************************************** 6420 ICE on dereference of invalid pointer **************************************************/ static assert({ // Should compile, but pointer can't be dereferenced int x = 123; int* p = cast(int *)x; auto q = cast(char*)x; auto r = cast(char*)323; // Valid const-changing cast const float *m = cast(immutable float *)[1.2f,2.4f,3f]; return true; }() ); static assert(!is(typeof(compiles!({ int x = 123; int* p = cast(int *)x; int a = *p; return true; }() )))); static assert(!is(typeof(compiles!({ int* p = cast(int *)123; int a = *p; return true; }() )))); static assert(!is(typeof(compiles!({ auto k = cast(int*)45; *k = 1; return true; }() )))); static assert(!is(typeof(compiles!({ *cast(float*)"a" = 4.0; return true; }() )))); static assert(!is(typeof(compiles!({ float f = 2.8; long *p = &f; return true; }() )))); static assert(!is(typeof(compiles!({ long *p = cast(long *)[1.2f,2.4f,3f]; return true; }() )))); /************************************************** 6250 deref pointers to array **************************************************/ int []* simple6250(int []* x) { return x; } void swap6250(int[]* lhs, int[]* rhs) { int[] kk = *lhs; assert(simple6250(lhs) == lhs); lhs = simple6250(lhs); assert(kk[0] == 18); assert((*lhs)[0] == 18); assert((*rhs)[0] == 19); *lhs = *rhs; assert((*lhs)[0] == 19); *rhs = kk; assert(*rhs == kk); assert(kk[0] == 18); assert((*rhs)[0] == 18); } int ctfeSort6250() { int[][2] x; int[3] a = [17, 18, 19]; x[0] = a[1..2]; x[1] = a[2..$]; assert(x[0][0] == 18); assert(x[0][1] == 19); swap6250(&x[0], &x[1]); assert(x[0][0] == 19); assert(x[1][0] == 18); a[1] = 57; assert(x[0][0] == 19); return x[1][0]; } static assert(ctfeSort6250()==57); /************************************************** 6672 circular references in array **************************************************/ void bug6672(ref string lhs, ref string rhs) { auto tmp = lhs; lhs = rhs; rhs = tmp; } static assert( { auto kw = ["a"]; bug6672(kw[0], kw[0]); return true; }()); void slice6672(ref string[2] agg, ref string lhs) { agg[0..$] = lhs; } static assert( { string[2] kw = ["a", "b"]; slice6672(kw, kw[0]); assert(kw[0] == "a"); assert(kw[1] == "a"); return true; }()); // an unrelated rejects-valid bug static assert( { string[2] kw = ["a", "b"]; kw[0..2] = "x"; return true; }()); void bug6672b(ref string lhs, ref string rhs) { auto tmp = lhs; assert(tmp == "a"); lhs = rhs; assert(tmp == "a"); rhs = tmp; } static assert( { auto kw=["a", "b"]; bug6672b(kw[0], kw[1]); assert(kw[0]=="b"); assert(kw[1]=="a"); return true; }()); /************************************************** 6399 (*p).length = n **************************************************/ struct A6399{ int[] arr; int subLen() { arr = [1,2,3,4,5]; arr.length -= 1; return cast(int)arr.length; } } static assert({ A6399 a; return a.subLen(); }() == 4); /************************************************** 7789 (*p).length++ where *p is null **************************************************/ struct S7789 { size_t foo() { _ary.length += 1; return _ary.length; } int[] _ary; } static assert(S7789().foo()); /************************************************** 6418 member named 'length' **************************************************/ struct Bug6418 { size_t length() { return 189; } } static assert(Bug6418.init.length == 189); /************************************************** 4021 rehash **************************************************/ bool bug4021() { int[int] aa = [1: 1]; aa.rehash; return true; } static assert(bug4021()); /************************************************** 3512 foreach(dchar; string) 6558 foreach(int, dchar; string) **************************************************/ bool test3512() { string s = "öhai"; int q = 0; foreach (wchar c; s) { if (q==2) assert(c=='a'); ++q; } assert(q==4); foreach (dchar c; s) { ++q; if (c=='h') break; } // _aApplycd1 assert(q == 6); foreach (int i, wchar c; s) { assert(i >= 0 && i < s.length); } // _aApplycw2 foreach (int i, dchar c; s) { assert(i >= 0 && i < s.length); } // _aApplycd2 wstring w = "xüm"; foreach (char c; w) {++q; } // _aApplywc1 assert(q == 10); foreach (dchar c; w) { ++q; } // _aApplywd1 assert(q == 13); foreach (int i, char c; w) { assert(i >= 0 && i < w.length); } // _aApplywc2 foreach (int i, dchar c; w) { assert(i >= 0 && i < w.length); } // _aApplywd2 dstring d = "yäq"; q = 0; foreach (char c; d) { ++q; } // _aApplydc1 assert(q == 4); q = 0; foreach (wchar c; d) { ++q; } // _aApplydw1 assert(q == 3); foreach (int i, char c; d) { assert(i >= 0 && i < d.length); } // _aApplydc2 foreach (int i, wchar c; d) { assert(i >= 0 && i < d.length); } // _aApplydw2 dchar[] dr = "squop"d.dup; foreach(int n, char c; dr) { if (n==2) break; assert(c!='o'); } foreach_reverse (char c; dr) {} // _aApplyRdc1 foreach_reverse (wchar c; dr) {} // _aApplyRdw1 foreach_reverse (int n, char c; dr) { if (n==4) break; assert(c!='o');} // _aApplyRdc2 foreach_reverse (int i, wchar c; dr) { assert(i >= 0 && i < dr.length); } // _aApplyRdw2 q = 0; wstring w2 = ['x', 'ü', 'm']; // foreach over array literals foreach_reverse (int n, char c; w2) { ++q; if (c == 'm') assert(n == 2 && q==1); if (c == 'x') assert(n == 0 && q==4); } return true; } static assert(test3512()); /************************************************** 6510 ICE only with -inline **************************************************/ struct Stack6510 { struct Proxy { void shrink() {} } Proxy stack; void pop() { stack.shrink(); } } int bug6510() { static int used() { Stack6510 junk; junk.pop(); return 3; } return used(); } void test6510() { static assert(bug6510()==3); } /************************************************** 6511 arr[] shouldn't make a copy **************************************************/ T bug6511(T)() { T[1] a = [1]; a[] += a[]; return a[0]; } static assert(bug6511!ulong() == 2); static assert(bug6511!long() == 2); /************************************************** 6512 new T[][] **************************************************/ bool bug6512(int m) { auto x = new int[2][][](m, 5); assert(x.length == m); assert(x[0].length == 5); assert(x[0][0].length == 2); foreach( i; 0.. m) foreach( j; 0..5) foreach(k; 0..2) x[i][j][k] = k + j*10 + i*100; foreach( i; 0.. m) foreach( j; 0..5) foreach(k; 0..2) assert( x[i][j][k] == k + j*10 + i*100); return true; } static assert(bug6512(3)); /************************************************** 6516 ICE(constfold.c) **************************************************/ dstring bug6516() { return cast(dstring) new dchar[](0); } static assert(bug6516() == ""d); /************************************************** 6727 ICE(interpret.c) **************************************************/ const(char) * ice6727(const(char) *z) { return z;} static assert( { auto q = ice6727("a".dup.ptr); return true; }()); /************************************************** 6721 Cannot get pointer to start of char[] **************************************************/ static assert({ char[] c1="".dup; auto p = c1.ptr; string c2=""; auto p2 = c2.ptr; return 6; }() == 6); /************************************************** 6693 Assign to null AA **************************************************/ struct S6693 { int[int] m; } static assert({ int[int][int] aaa; aaa[3][1] = 4; int[int][3] aab; aab[2][1] = 4; S6693 s; s.m[2] = 4; return 6693; }() == 6693); /************************************************** 7602 Segfault AA.keys on null AA **************************************************/ string[] test7602() { int[string] array; return array.keys; } enum bug7602 = test7602(); /************************************************** 6739 Nested AA assignment **************************************************/ static assert({ int[int][int][int] aaa; aaa[3][1][6] = 14; return aaa[3][1][6]; }() == 14); static assert({ int[int][int] aaa; aaa[3][1] = 4; aaa[3][3] = 3; aaa[1][5] = 9; auto kk = aaa[1][5]; return kk; }() == 9); /************************************************** 6751 ref AA assignment **************************************************/ void bug6751(ref int[int] aa){ aa[1] = 2; } static assert({ int[int] aa; bug6751(aa); assert(aa[1] == 2); return true; }()); void bug6751b(ref int[int][int] aa){ aa[1][17] = 2; } struct S6751 { int[int][int] aa; int[int] bb; } static assert({ S6751 s; bug6751b(s.aa); assert(s.aa[1][17] == 2); return true; }()); static assert({ S6751 s; s.aa[7][56]=57; bug6751b(s.aa); assert(s.aa[1][17] == 2); assert(s.aa[7][56] == 57); bug6751c(s.aa); assert(s.aa.keys.length==1); assert(s.aa.values.length==1); return true; }()); static assert({ S6751 s; s.bb[19] = 97; bug6751(s.bb); assert(s.bb[1] == 2); assert(s.bb[19] == 97); return true; }()); void bug6751c(ref int[int][int] aa){ aa = [38: [56 : 77]]; } /************************************************** 7790 AA foreach ref **************************************************/ struct S7790 { size_t id; } size_t bug7790(S7790[string] tree) { foreach(k, ref v; tree) v.id = 1; return tree["a"].id; } static assert(bug7790(["a":S7790(0)]) == 1); /************************************************** 6765 null AA.length **************************************************/ static assert({ int[int] w; return w.length; }()==0); /************************************************** 6769 AA.keys, AA.values with -inline **************************************************/ static assert({ double[char[3]] w = ["abc" : 2.3]; double[] z = w.values; return w.keys.length; }() == 1); /************************************************** 4022 AA.get **************************************************/ static assert({ int[int] aa = [58: 13]; int r = aa.get(58, 1000); assert(r == 13); r = aa.get(59, 1000); return r; }() == 1000); /************************************************** 6775 AA.opApply **************************************************/ static assert({ int[int] aa = [58: 17, 45:6]; int valsum = 0; int keysum = 0; foreach(m; aa) { //aaApply valsum += m; } assert(valsum == 17+6); valsum = 0; foreach(n, m; aa) { //aaApply2 valsum += m; keysum += n; } assert(valsum == 17+6); assert(keysum == 58+45); // Check empty AA valsum = 0; int[int] bb; foreach(m; bb) { ++valsum; } assert(valsum == 0); return true; }()); /************************************************** 7890 segfault struct with AA field **************************************************/ struct S7890 { int[int] tab; } S7890 bug7890() { S7890 foo; foo.tab[0] = 0; return foo; } enum e7890 = bug7890(); /************************************************** AA.remove **************************************************/ static assert({ int[int] aa = [58: 17, 45:6]; aa.remove(45); assert(aa.length == 1); aa.remove(7); assert(aa.length == 1); aa.remove(58); assert(aa.length == 0); return true; }()); /************************************************** try, finally **************************************************/ static assert({ int n = 0; try { n = 1; } catch (Exception e) {} assert(n == 1); try { n = 2; } catch (Exception e) {} finally { assert(n == 2); n = 3; } assert(n == 3); return true; }()); /************************************************** 6800 bad pointer casts **************************************************/ bool badpointer(int k) { int m = 6; int *w = &m; assert(*w == 6); int [3] a = [17,2,21]; int *w2 = &a[2]; assert(*w2 == 21); // cast int* to uint* is OK uint* u1 = cast(uint*)w; assert(*u1 == 6); uint* u2 = cast(uint*)w2; assert(*u2 == 21); uint* u3 = cast(uint*)&m; assert(*u3 == 6); // cast int* to void* is OK void *v1 = cast(void*)w; void *v3 = &m; void *v4 = &a[0]; // cast from void * back to int* is OK int *t3 = cast(int *)v3; assert(*t3 == 6); int *t4 = cast(int *)v4; assert(*t4 == 17); // cast from void* to uint* is OK uint *t1 = cast(uint *)v1; assert(*t1 == 6); // and check that they're real pointers m = 18; assert(*t1 == 18); assert(*u3 == 18); int **p = &w; if (k == 1) // bad reinterpret double *d1 = cast(double *)w; if (k == 3) // bad reinterpret char *d3 = cast(char *)w2; if (k == 4) { void *q1 = cast(void *)p; // OK-void is int* void **q = cast(void **)p; // OK-void is int } if (k == 5) void ***q = cast(void ***)p; // bad: too many * if (k == 6) // bad reinterpret through void * double *d1 = cast(double*)v1; if (k == 7) double *d7 = cast(double*)v4; if (k==8) ++v4; // can't do pointer arithmetic on void * return true; } static assert(badpointer(4)); static assert(!is(typeof(compiles!(badpointer(1))))); static assert(is(typeof(compiles!(badpointer(2))))); static assert(!is(typeof(compiles!(badpointer(3))))); static assert(is(typeof(compiles!(badpointer(4))))); static assert(!is(typeof(compiles!(badpointer(5))))); static assert(!is(typeof(compiles!(badpointer(6))))); static assert(!is(typeof(compiles!(badpointer(7))))); static assert(!is(typeof(compiles!(badpointer(8))))); /************************************************** 10211 Allow casts S**->D**, when S*->D* is OK **************************************************/ int bug10211() { int m = 7; int *x = &m; int **y = &x; assert(**y == 7); uint *p = cast(uint *)x; uint **q = cast(uint **)y; return 1; } static assert(bug10211()); /************************************************** 10568 CTFE rejects function pointer safety casts **************************************************/ @safe void safetyDance() {} int isItSafeToDance() { void function() @trusted yourfriends = &safetyDance; void function() @safe nofriendsOfMine = yourfriends; return 1; } static assert(isItSafeToDance()); /************************************************** 9170 Allow reinterpret casts float<->int **************************************************/ int f9170(float x) { return *(cast(int*)&x); } float i9170(int x) { return *(cast(float*)&x); } float u9170(uint x) { return *(cast(float*)&x); } int f9170arr(float[] x) { return *(cast(int*)&(x[1])); } long d9170(double x) { return *(cast(long*)&x); } int fref9170(ref float x) { return *(cast(int*)&x); } long dref9170(ref double x) { return *(cast(long*)&x); } bool bug9170() { float f = 1.25; double d = 1.25; assert(f9170(f) == 0x3FA0_0000); assert(fref9170(f) == 0x3FA0_0000); assert(d9170(d)==0x3FF4_0000_0000_0000L); assert(dref9170(d)==0x3FF4_0000_0000_0000L); float [3] farr = [0, 1.25, 0]; assert(f9170arr(farr) == 0x3FA0_0000); int i = 0x3FA0_0000; assert(i9170(i) == 1.25); uint u = 0x3FA0_0000; assert(u9170(u) == 1.25); return true; } static assert(bug9170()); /************************************************** 6792 ICE with pointer cast of indexed array **************************************************/ struct S6792 { int i; } static assert({ { void* p; p = [S6792(1)].ptr; S6792 s = *(cast(S6792*)p); assert(s.i == 1); } { void*[] ary; ary ~= [S6792(2)].ptr; S6792 s = *(cast(S6792*)ary[0]); assert(s.i == 2); } { void*[7] ary; ary[6]= [S6792(2)].ptr; S6792 s = *(cast(S6792*)ary[6]); assert(s.i == 2); } { void* p; p = [S6792(1)].ptr; void*[7] ary; ary[5]= p; S6792 s = *(cast(S6792*)ary[5]); assert(s.i == 1); } { S6792*[string] aa; aa["key"] = [S6792(3)].ptr; const(S6792) s = *(cast(const(S6792) *)aa["key"]); assert(s.i == 3); } { S6792[string] blah; blah["abc"] = S6792(6); S6792*[string] aa; aa["kuy"] = &blah["abc"]; const(S6792) s = *(cast(const(S6792) *)aa["kuy"]); assert(s.i == 6); void*[7] ary; ary[5]= &blah["abc"]; S6792 t = *(cast(S6792*)ary[5]); assert(t.i == 6); int Q= 6; ary[3]= &Q; int gg = *(cast(int*)(ary[3])); } return true; }()); /************************************************** 7780 array cast **************************************************/ int bug7780(int testnum){ int[] y = new int[2]; y[0]=2000000; if (testnum == 1) { void[] x = y; return (cast(byte[])x)[1]; } if (testnum == 2) { int[] x = y[0..1]; return (cast(byte[])x)[1]; } return 1; } static assert( is(typeof(compiles!(bug7780(0))))); static assert(!is(typeof(compiles!(bug7780(1))))); static assert(!is(typeof(compiles!(bug7780(2))))); /************************************************** 10275 cast struct literals to immutable **************************************************/ struct Bug10275 { uint[] ivals; } Bug10275 bug10275() { return Bug10275([1,2,3]); } int test10275() { immutable(Bug10275) xxx = cast(immutable(Bug10275))bug10275(); return 1; } static assert(test10275()); /************************************************** 6851 passing pointer by argument **************************************************/ void set6851(int* pn) { *pn = 20; } void bug6851() { int n = 0; auto pn = &n; *pn = 10; assert(n == 10); set6851(&n); } static assert({ bug6851(); return true; }()); /************************************************** 7876 **************************************************/ int* bug7876(int n){ int x;auto ptr = &x; if (n==2) ptr = null; return ptr; } struct S7876 { int *p; } S7876 bug7876b(int n) { int x; S7876 s; s.p = &x; if (n==11) s.p = null; return s; } int test7876(int n) { if (n >= 10) { S7876 m = bug7876b(n); return 1; } int *p = bug7876(n); return 1; } static assert( is(typeof(compiles!(test7876(2))))); static assert(!is(typeof(compiles!(test7876(0))))); static assert( is(typeof(compiles!(test7876(11))))); static assert(!is(typeof(compiles!(test7876(10))))); /************************************************** 6817 if converted to &&, only with -inline **************************************************/ static assert({ void toggle() { bool b; if (b) b = false; } toggle(); return true; }()); /************************************************** cast to void **************************************************/ static assert({ cast(void)(71); return true; } ()); /************************************************** 6816 nested function can't access this **************************************************/ struct S6816 { size_t foo() { return (){ return value+1; }(); } size_t value; } enum s6816 = S6816().foo(); /************************************************** 7277 ICE nestedstruct.init.tupleof **************************************************/ struct Foo7277 { int a; int func() { int b; void nested() { b = 7; a = 10; } nested(); return a+b; } } static assert(Foo7277().func() == 17); /************************************************** 10217 ICE. CTFE version of 9315 **************************************************/ bool bug10217() { struct S { int i; void bar() {} } auto yyy = S.init.tupleof[$-1]; assert(!yyy); return 1; } static assert(bug10217()); /************************************************** 8276 ICE **************************************************/ void bug8676(int n) { const int X1 = 4 + n; const int X2 = 4; int X3 = 4; int bar1() { return X1; } int bar2() { return X2; } int bar3() { return X3; } static assert(!is(typeof(compiles!(bar1())))); static assert( is(typeof(compiles!(bar2())))); static assert(!is(typeof(compiles!(bar3())))); } /************************************************** classes and interfaces **************************************************/ interface SomeInterface { int daz(); float bar(char); int baz(); } interface SomeOtherInterface { int xxx(); } class TheBase : SomeInterface, SomeOtherInterface { int q = 88; int rad = 61; int a = 14; int somebaseclassfunc() { return 28;} int daz() { return 0; } int baz() { return 0; } int xxx() { return 762; } int foo() { return q; } float bar(char c) { return 3.6; } } class SomeClass : TheBase, SomeInterface { int gab = 9; int fab; int a = 17; int b = 23; override int foo() { return gab + a; } override float bar(char c) { return 2.6; } int something() { return 0; } override int daz() { return 0; } override int baz() { return 0; } } class Unrelated : TheBase { this(int x) { a = x; } } auto classtest1(int n) { SomeClass c = new SomeClass; assert(c.a == 17); assert(c.q == 88); TheBase d = c; assert(d.a == 14); assert(d.q == 88); if (n==7) { // bad cast -- should fail Unrelated u = cast(Unrelated)d; assert(u is null); } SomeClass e = cast(SomeClass)d; d.q = 35; assert(c.q == 35); assert(c.foo() == 9 + 17); ++c.a; assert(c.foo() == 9 + 18); assert(d.foo() == 9 + 18); d = new TheBase; SomeInterface fc = c; SomeOtherInterface ot = c; assert(fc.bar('x') == 2.6); assert(ot.xxx() == 762); fc = d; ot = d; assert(fc.bar('x') == 3.6); assert(ot.xxx() == 762); Unrelated u2 = new Unrelated(7); assert(u2.a == 7); return 6; } static assert(classtest1(1)); static assert(classtest1(2)); static assert(classtest1(7)); // bug 7154 // can't initialize enum with not null class SomeClass classtest2(int n) { return n==5 ? (new SomeClass) : null; } static assert(is(typeof( (){ enum const(SomeClass) xx = classtest2(2);}() ))); static assert(!is(typeof( (){ enum const(SomeClass) xx = classtest2(5);}() ))); class RecursiveClass { int x; this(int n) { x = n; } RecursiveClass b; void doit() { b = new RecursiveClass(7); b.x = 2;} } int classtest3() { RecursiveClass x = new RecursiveClass(17); x.doit(); RecursiveClass y = x.b; assert(y.x == 2); assert(x.x == 17); return 1; } static assert(classtest3()); /************************************************** 7147 typeid() **************************************************/ static assert({ TypeInfo xxx = typeid(Object); TypeInfo yyy = typeid(new Error("xxx")); return true; }()); int bug7147(int n) { Error err = n ? new Error("xxx") : null; TypeInfo qqq = typeid(err); return 1; } // Must not segfault if class is null static assert(!is(typeof(compiles!(bug7147(0))))); static assert( is(typeof(compiles!(bug7147(1))))); /************************************************** 6885 wrong code with new array **************************************************/ struct S6885 { int p; } int bug6885() { auto array = new double[1][2]; array[1][0] = 6; array[0][0] = 1; assert(array[1][0]==6); auto barray = new S6885[2]; barray[1].p = 5; barray[0].p = 2; assert(barray[1].p == 5); return 1; } static assert(bug6885()); /************************************************** 6886 ICE with new array of dynamic arrays **************************************************/ int bug6886() { auto carray = new int[][2]; carray[1] = [6]; carray[0] = [4]; assert(carray[1][0]==6); return 1; } static assert(bug6886()); /************************************************** 10198 Multidimensional struct block initializer **************************************************/ struct Block10198 { int val[3][4]; } int bug10198() { Block10198 pp = Block10198(67); assert(pp.val[2][3] == 67); assert(pp.val[1][3] == 67); return 1; } static assert(bug10198()); /**************************************************** * Exception chaining tests from xtest46.d ****************************************************/ class A75 { pure static void raise(string s) { throw new Exception(s); } } int test75() { int x = 0; try { A75.raise("a"); } catch (Exception e) { x = 1; } assert(x == 1); return 1; } static assert(test75()); /**************************************************** * Exception chaining tests from test4.d ****************************************************/ int test4_test54() { int status=0; try { try { status++; assert(status==1); throw new Exception("first"); } finally { status++; assert(status==2); status++; throw new Exception("second"); } } catch(Exception e) { assert(e.msg == "first"); assert(e.next.msg == "second"); } return true; } static assert(test4_test54()); void foo55() { try { Exception x = new Exception("second"); throw x; } catch (Exception e) { assert(e.msg == "second"); } } int test4_test55() { int status=0; try{ try{ status++; assert(status==1); Exception x = new Exception("first"); throw x; }finally{ status++; assert(status==2); status++; foo55(); } }catch(Exception e){ assert(e.msg == "first"); assert(status==3); } return 1; } static assert(test4_test55()); /**************************************************** * Exception chaining tests from eh.d ****************************************************/ void bug1513outer() { int result1513; void bug1513a() { throw new Exception("d"); } void bug1513b() { try { try { bug1513a(); } finally { result1513 |=4; throw new Exception("f"); } } catch(Exception e) { assert(e.msg == "d"); assert(e.next.msg == "f"); assert(!e.next.next); } } void bug1513c() { try { try { throw new Exception("a"); } finally { result1513 |= 1; throw new Exception("b"); } } finally { bug1513b(); result1513 |= 2; throw new Exception("c"); } } void bug1513() { result1513 = 0; try { bug1513c(); } catch(Exception e) { assert(result1513 == 7); assert(e.msg == "a"); assert(e.next.msg == "b"); assert(e.next.next.msg == "c"); } } bug1513(); } void collideone() { try { throw new Exception("x"); } finally { throw new Exception("y"); } } void doublecollide() { try { try { try { throw new Exception("p"); } finally { throw new Exception("q"); } } finally { collideone(); } } catch(Exception e) { assert(e.msg == "p"); assert(e.next.msg == "q"); assert(e.next.next.msg == "x"); assert(e.next.next.next.msg == "y"); assert(!e.next.next.next.next); } } void collidetwo() { try { try { throw new Exception("p2"); } finally { throw new Exception("q2"); } } finally { collideone(); } } void collideMixed() { int works = 6; try { try { try { throw new Exception("e"); } finally { throw new Error("t"); } } catch(Exception f) { // Doesn't catch, because Error is chained to it. works += 2; } } catch(Error z) { works += 4; assert(z.msg=="t"); // Error comes first assert(z.next is null); assert(z.bypassedException.msg == "e"); } assert(works == 10); } class AnotherException : Exception { this(string s) { super(s); } } void multicollide() { try { try { try { try { throw new Exception("m2"); } finally { throw new AnotherException("n2"); } } catch(AnotherException s) { // Not caught -- we needed to catch the root cause "m2", not // just the collateral "n2" (which would leave m2 uncaught). assert(0); } } finally { collidetwo(); } } catch(Exception f) { assert(f.msg == "m2"); assert(f.next.msg == "n2"); Throwable e = f.next.next; assert(e.msg == "p2"); assert(e.next.msg == "q2"); assert(e.next.next.msg == "x"); assert(e.next.next.next.msg == "y"); assert(!e.next.next.next.next); } } int testsFromEH() { bug1513outer(); doublecollide(); collideMixed(); multicollide(); return 1; } static assert(testsFromEH()); /************************************************** With + synchronized statements + bug 6901 **************************************************/ struct With1 { int a; int b; } class Foo6 { } class Foo32 { struct Bar { int x; } } class Base56 { private string myfoo; private string mybar; // Get/set properties that will be overridden. void foo(string s) { myfoo = s; } string foo() { return myfoo; } // Get/set properties that will not be overridden. void bar(string s) { mybar = s; } string bar() { return mybar; } } class Derived56: Base56 { alias Base56.foo foo; // Bring in Base56's foo getter. override void foo(string s) { super.foo = s; } // Override foo setter. } int testwith() { With1 x = With1(7); with(x) { a = 2; } assert(x.a == 2); // from test11.d Foo6 foo6 = new Foo6(); with (foo6) { int xx; xx = 4; } with (new Foo32) { Bar z; z.x = 5; } Derived56 d = new Derived56; with (d) { foo = "hi"; d.foo = "hi"; bar = "hi"; assert(foo == "hi"); assert(d.foo == "hi"); assert(bar == "hi"); } int w = 7; synchronized { ++w; } assert(w == 8); return 1; } static assert(testwith()); /************************************************** 9236 ICE switch with(EnumType) **************************************************/ enum Command9236 { Char, Any, }; bool bug9236(Command9236 cmd) { int n = 0; with(Command9236) switch(cmd) { case Any: n = 1; break; default: n = 2; } assert(n == 1); switch(cmd) with(Command9236) { case Any: return true; default: return false; } } static assert(bug9236(Command9236.Any)); /************************************************** 6416 static struct declaration **************************************************/ static assert({ static struct S { int y = 7; } S a; a.y += 6; assert(a.y == 13); return true; }()); /************************************************** 10499 static template struct declaration **************************************************/ static assert({ static struct Result() {} return true; }()); /************************************************** 6522 opAssign + foreach ref **************************************************/ struct Foo6522 { bool b = false; void opAssign(int x) { this.b = true; } } bool foo6522() { Foo6522[1] array; foreach (ref item; array) item = 1; return true; } static assert(foo6522()); /************************************************** 7245 pointers + foreach ref **************************************************/ int bug7245(int testnum) { int[3] arr; arr[0] = 4; arr[1] = 6; arr[2] = 8; int* ptr; foreach(i, ref p; arr) { if(i == 1) ptr = &p; if (testnum == 1) p = 5; } return *ptr; } static assert(bug7245(0)==6); static assert(bug7245(1)==5); /************************************************** 8498 modifying foreach 7658 foreach ref 8539 nested funcs, ref param, -inline **************************************************/ int bug8498() { foreach(ref i; 0..5) { assert(i == 0); i = 100; } return 1; } static assert(bug8498()); string bug7658() { string[] children = ["0"]; foreach(ref child; children) child = "1"; return children[0]; } static assert(bug7658() == "1"); int bug8539() { static void one(ref int x) { x = 1; } static void go() { int y; one(y); assert(y == 1); // fails with -inline } go(); return 1; } static assert(bug8539()); /************************************************** 6919 **************************************************/ void bug6919(int* val) { *val = 1; } void test6919() { int n; bug6919(&n); assert(n == 1); } static assert({ test6919(); return true; }()); void bug6919b(string* val) { *val = "1"; } void test6919b() { string val; bug6919b(&val); assert(val == "1"); } static assert({ test6919b(); return true; }()); /************************************************** 6995 **************************************************/ struct Foo6995 { static size_t index(size_t v)() { return v; } } static assert(Foo6995.index!(27)() == 27); /************************************************** 7043 ref with -inline **************************************************/ int bug7043(S)(ref int x) { return x; } static assert( { int i = 416; return bug7043!(char)(i); }() == 416 ); /************************************************** 6037 recursive ref **************************************************/ void bug6037(ref int x, bool b){ int w = 3; if (b) { bug6037(w, false); assert(w==6); } else { x = 6; assert(w==3); // fails } } int bug6037outer(){ int q; bug6037(q, true); return 401; } static assert(bug6037outer() == 401); /************************************************** 7940 wrong code for complicated assign **************************************************/ struct Bug7940 { int m; } struct App7940 { Bug7940[] x; } int bug7940() { Bug7940[2] y; App7940 app; app.x = y[0..1]; app.x[0].m = 12; assert(y[0].m == 12); assert(app.x[0].m == 12); return 1; } static assert(bug7940()); /************************************************** 10298 wrong code for struct array literal init **************************************************/ struct Bug10298 { int m; } int bug10298() { Bug10298[1] y = [Bug10298(78)]; y[0].m = 6; assert(y[0].m == 6); // Root cause Bug10298[1] x; x[] = [cast(const Bug10298)(Bug10298(78))]; assert(x[0].m == 78); return 1; } static assert(bug10298()); /************************************************** 7266 dotvar ref parameters **************************************************/ struct S7266 { int a; } bool bug7266() { S7266 s; s.a = 4; bar7266(s.a); assert(s.a == 5); out7266(s.a); assert(s.a == 7); return true; } void bar7266(ref int b) { b = 5; assert(b == 5); } void out7266(out int b) { b = 7; assert(b == 7); } static assert( bug7266()); /************************************************** 9982 dotvar assign through pointer **************************************************/ struct Bug9982 { int a; } int test9982() { Bug9982 x; int *q = &x.a; *q = 99; assert(x.a == 99); return 1; } static assert(test9982()); // 9982, rejects-valid case struct SS9982 { Bug9982 s2; this(Bug9982 s1) { s2.a = 6; emplace9982(&s2, s1); assert(s2.a == 3); } } void emplace9982(Bug9982* chunk, Bug9982 arg) { *chunk = arg; } enum s9982 = Bug9982(3); enum p9982 = SS9982(s9982); /************************************************** 7143 'is' for classes **************************************************/ class C7143 { int x; } int bug7143(int test) { C7143 c = new C7143; C7143 d = new C7143; if (test == 1) { if (c) return c.x + 8; return -1; } if (test == 2) { if(c is null) return -1; return c.x + 45; } if (test == 3) { if (c is c) return 58; } if (test == 4) { if (c !is c) return -1; else return 48; } if (test == 6) d = c; if (test == 5 || test == 6) { if (c is d) return 188; else return 48; } return -1; } static assert(bug7143(1) == 8); static assert(bug7143(2) == 45); static assert(bug7143(3) == 58); static assert(bug7143(4) == 48); static assert(bug7143(5) == 48); static assert(bug7143(6) == 188); /************************************************** 7147 virtual function calls from base class **************************************************/ class A7147 { int foo() { return 0; } int callfoo() { return foo(); } } class B7147 : A7147 { override int foo() { return 1; } } int test7147() { A7147 a = new B7147; return a.callfoo(); } static assert(test7147() == 1); /************************************************** 7158 **************************************************/ class C7158 { bool b() {return true;} } struct S7158 { C7158 c; } bool test7158() { S7158 s = S7158(new C7158); return s.c.b; } static assert(test7158()); /************************************************** 8484 **************************************************/ class C8484 { int n; int b() { return n + 3; } } struct S { C8484 c; } int t8484( ref C8484 c ){ return c.b(); } int test8484() { auto s = S(new C8484); s.c.n = 4; return t8484(s.c); } static assert(test8484() == 7); /************************************************** 7419 **************************************************/ struct X7419 { double x; this(double x) { this.x = x; } } void bug7419() { enum x = { auto p = X7419(3); return p.x; }(); static assert(x == 3); } /************************************************** 9445 ice **************************************************/ template c9445(T...) { } void ice9445(void delegate() expr, void function() f2) { static assert(!is(typeof(c9445!(f2())))); static assert(!is(typeof(c9445!(expr())))); } /************************************************** 10452 delegate == **************************************************/ struct S10452 { bool func() { return true; } } struct Outer10452 { S10452 inner; } class C10452 { bool func() { return true; } } bool delegate() ref10452(ref S10452 s) { return &s.func; } bool test10452() { bool delegate() bar = () { return true; }; assert(bar !is null); assert(bar is bar); S10452 bag; S10452[6] bad; Outer10452 outer; C10452 tag = new C10452; auto rat = &outer.inner.func; assert(rat == rat); auto tat = &tag.func; assert(tat == tat); auto bat = &outer.inner.func; auto mat = &bad[2].func; assert(mat is mat); assert(rat == bat); auto zat = &bag.func; auto cat = &bag.func; assert(zat == zat); assert(zat == cat); auto drat = ref10452(bag); assert(cat == drat); assert(drat == drat); drat = ref10452(bad[2]); assert( drat == mat); assert(tat != rat); assert(zat != rat); assert(rat != cat); assert(zat != bar); assert(tat != cat); cat = bar; assert(cat == bar); return true; } static assert(test10452()); /************************************************** 7162 and 4711 **************************************************/ void f7162() { } bool ice7162() { false && f7162(); false || f7162(); false && f7162(); // bug 4711 true && f7162(); return true; } static assert(ice7162()); /************************************************** 8857, only with -inline (creates an &&) **************************************************/ struct Result8857 { char[] next; } void bug8857()() { Result8857 r; r.next = null; if (true) { auto next = r.next; } } static assert({ bug8857(); return true; }()); /************************************************** 7527 **************************************************/ struct Bug7527 { char[] data; } int bug7527() { auto app = Bug7527(); app.data.ptr[0..1] = "x"; return 1; } static assert(!is(typeof(compiles!(bug7527())))); /************************************************** 7527 **************************************************/ int bug7380; static assert(!is(typeof( compiles!( (){ return &bug7380; }() )))); /************************************************** 7165 **************************************************/ struct S7165 { int* ptr; bool f() const { return !!ptr; } } static assert(!S7165().f()); /************************************************** 7187 **************************************************/ int[] f7187() { return [0]; } int[] f7187b(int n) { return [0]; } int g7187(int[] r) { auto t = r[0..0]; return 1; } static assert(g7187(f7187())); static assert(g7187(f7187b(7))); struct S7187 { const(int)[] field; } const(int)[] f7187c() { auto s = S7187([0]); return s.field; } bool g7187c(const(int)[] r) { auto t = r[0..0]; return true; } static assert(g7187c(f7187c())); /************************************************** 6933 struct destructors **************************************************/ struct Bug6933 { int x = 3; ~this() { } } int test6933() { Bug6933 q; assert(q.x == 3); return 3; } static assert(test6933()); /************************************************** 7197 **************************************************/ int foo7197(int[] x...) { return 1; } template bar7197(y...) { enum int bar7197 = foo7197(y); } enum int bug7197 = 7; static assert(bar7197!(bug7197)); /************************************************** Enum string compare **************************************************/ enum EScmp : string { a = "aaa" } bool testEScmp() { EScmp x = EScmp.a; assert( x < "abc" ); return true; } static assert(testEScmp()); /************************************************** 7667 **************************************************/ bool baz7667(int[] vars...) { return true; } struct S7667 { static void his(int n) { static assert(baz7667(2)); } } bool bug7667() { S7667 unused; unused.his(7); return true; } enum e7667 = bug7667(); /************************************************** 7536 **************************************************/ bool bug7536(string expr) { return true; } void vop() { const string x7536 = "x"; static assert(bug7536(x7536)); } /************************************************** 6681 unions **************************************************/ struct S6681 { this(int a, int b) { this.a = b; this.b = a; } union { ulong g; struct {int a, b; }; } } static immutable S6681 s6681 = S6681(0, 1); bool bug6681(int test) { S6681 x = S6681(0, 1); x.g = 5; auto u = &x.g; auto v = &x.a; long w = *u; int z; assert(w == 5); if (test == 4) z = *v; // error x.a = 2; // invalidate g, and hence u. if (test == 1) w = *u; // error z = *v; assert(z == 2); x.g = 6; w = *u; assert( w == 6); if (test == 3) z = *v; return true; } static assert(bug6681(2)); static assert(!is(typeof(compiles!(bug6681(1))))); static assert(!is(typeof(compiles!(bug6681(3))))); static assert(!is(typeof(compiles!(bug6681(4))))); /************************************************** 9113 ICE with struct in union **************************************************/ union U9113 { struct M { int y; } int xx; } int bug9113(T)() { U9113 x; x.M.y = 10; // error, need 'this' return 1; } static assert( !is( typeof( compiles!(bug9113!(int)())) ) ); /************************************************** Creation of unions **************************************************/ union UnionTest1 { int x; float y; } int uniontest1() { UnionTest1 u = UnionTest1(1); return 1; } static assert(uniontest1()); /************************************************** 6438 void **************************************************/ struct S6438 { int a; int b = void; } void fill6438(int[] arr, int testnum) { if (testnum == 2) { auto u = arr[0]; } foreach(ref x; arr) x = 7; auto r = arr[0]; S6438[2] s; auto p = &s[0].b; if (testnum == 3) { auto v = *p; } } bool bug6438(int testnum) { int[4] stackSpace = void; fill6438(stackSpace[], testnum); assert(stackSpace == [7,7,7,7]); return true; } static assert( is(typeof(compiles!(bug6438(1))))); static assert(!is(typeof(compiles!(bug6438(2))))); static assert(!is(typeof(compiles!(bug6438(3))))); /************************************************** 10994 void static array members **************************************************/ struct Bug10994 { ubyte[2] buf = void; } static bug10994 = Bug10994.init; /************************************************** 10937 struct inside union **************************************************/ struct S10937 { union { ubyte[1] a; struct { ubyte b; } } this(ubyte B) { if (B > 6) this.b = B; else this.a[0] = B; } } enum test10937 = S10937(7); enum west10937 = S10937(2); /************************************************** 7732 **************************************************/ struct AssociativeArray { int *impl; int f() { if (impl !is null) auto x = *impl; return 1; } } int test7732() { AssociativeArray aa; return aa.f; } static assert( test7732() ); /************************************************** 7784 **************************************************/ struct Foo7784 { void bug() { tab["A"] = Bar7784(&this); auto pbar = "A" in tab; auto bar = *pbar; } Bar7784[string] tab; } struct Bar7784 { Foo7784* foo; int val; } bool ctfe7784() { auto foo = Foo7784(); foo.bug(); return true; } static assert(ctfe7784()); /************************************************** 7781 **************************************************/ static assert( ({return;}(), true) ); /************************************************** 7785 **************************************************/ bool bug7785(int n) { int val = 7; auto p = &val; if (n==2) { auto ary = p[0 .. 1]; } auto x = p[0]; val = 6; assert(x == 7); if (n==3) p[0..1] = 1; return true; } static assert(bug7785(1)); static assert(!is(typeof(compiles!(bug7785(2))))); static assert(!is(typeof(compiles!(bug7785(3))))); /************************************************** 7987 **************************************************/ class C7987 { int m; } struct S7987 { int *p; C7987 c; } bool bug7987() { int [7] q; int[][2] b = q[0..5]; assert(b == b); assert(b is b); C7987 c1 = new C7987; C7987 c2 = new C7987; S7987 s, t; s.p = &q[0]; t.p = &q[1]; assert(s!=t); s.p = &q[1]; /*assert(s == t);*/ assert(s.p == t.p); s.c = c1; t.c = c2; /*assert(s != t);*/ assert(s.c !is t.c); assert(s !is t); s.c = c2; /*assert(s == t);*/ assert(s.p == t.p && s.c is t.c); assert(s is t); return true; } static assert(bug7987()); /************************************************** 10579 typeinfo.func() must not segfault **************************************************/ static assert(!is(typeof(compiles!(typeid(int).toString.length)))); class Bug10579 { int foo() { return 1; } } Bug10579 uninitialized10579; static assert(!is(typeof(compiles!(uninitialized10579.foo())))); /************************************************** 10804 mixin ArrayLiteralExp typed string **************************************************/ void test10804() { String identity(String)(String a) { return a; } string cfun() { char[] s; s.length = 8 + 2 + (2) + 1 + 2; s[] = "identity(`Ω`c)"c[]; return cast(string)s; // Return ArrayLiteralExp as the CTFE result } { enum a1 = "identity(`Ω`c)"c; enum a2 = cfun(); static assert(cast(ubyte[])mixin(a1) == [0xCE, 0xA9]); static assert(cast(ubyte[])mixin(a2) == [0xCE, 0xA9]); // should pass } wstring wfun() { wchar[] s; s.length = 8 + 2 + (2) + 1 + 2; s[] = "identity(`\U0002083A`w)"w[]; return cast(wstring)s; // Return ArrayLiteralExp as the CTFE result } { enum a1 = "identity(`\U0002083A`w)"w; enum a2 = wfun(); static assert(cast(ushort[])mixin(a1) == [0xD842, 0xDC3A]); static assert(cast(ushort[])mixin(a2) == [0xD842, 0xDC3A]); } dstring dfun() { dchar[] s; s.length = 8 + 2 + (1) + 1 + 2; s[] = "identity(`\U00101000`d)"d[]; return cast(dstring)s; // Return ArrayLiteralExp as the CTFE result } { enum a1 = "identity(`\U00101000`d)"d; enum a2 = dfun(); static assert(cast(uint[])mixin(a1) == [0x00101000]); static assert(cast(uint[])mixin(a2) == [0x00101000]); } } /******************************************************/ struct B73 {} struct C73 { B73 b; } C73 func73() { C73 b = void; b.b = B73(); return b; } C73 test73 = func73(); /******************************************************/ struct S74 { int n[1]; static S74 test(){ S74 ret = void; ret.n[0] = 0; return ret; } } enum Test74 = S74.test(); /******************************************************/ static bool bug8865() in { int x = 0; label: foreach (i; (++x)..3) { if (i == 1) continue label; // doesn't work. else break label; // doesn't work. } } out { int x = 0; label: foreach (i; (++x)..3) { if (i == 1) continue label; // doesn't work. else break label; // doesn't work. } } body { int x = 0; label: foreach (i; (++x)..3) { if (i == 1) continue label; // works. else break label; // works. } return true; } static assert(bug8865()); /******************************************************/ struct Test75 { this(int) pure {} } static assert(__traits(compiles, {static shared Test75* t75 = new shared(Test75)(0); return t75;})); static assert(__traits(compiles, {static shared(Test75)* t75 = new shared(Test75)(0); return t75;})); static assert(__traits(compiles, {static __gshared Test75* t75 = new Test75(0); return t75;})); static assert(__traits(compiles, {static const Test75* t75 = new const(Test75)(0); return t75;})); static assert(__traits(compiles, {static immutable Test75* t75 = new immutable(Test75)(0); return t75;})); static assert(!__traits(compiles, {static Test75* t75 = new Test75(0); return t75;})); //static assert(!__traits(compiles, {enum t75 = new shared(Test75)(0); return t75;})); //static assert(!__traits(compiles, {enum t75 = new Test75(0); return t75;})); //static assert(!__traits(compiles, {enum shared(Test75)* t75 = new shared(Test75)(0); return t75;})); //static assert(!__traits(compiles, {enum Test75* t75 = new Test75(0); return t75;})); //static assert(__traits(compiles, {enum t75 = new const(Test75)(0); return t75;})); //static assert(__traits(compiles, {enum t75 = new immutable(Test75)(0); return t75;})); //static assert(__traits(compiles, {enum const(Test75)* t75 = new const(Test75)(0); return t75;})); //static assert(__traits(compiles, {enum immutable(Test75)* t75 = new immutable(Test75)(0); return t75;})); /******************************************************/ class Test76 { this(int) pure {} } //static assert(!__traits(compiles, {enum t76 = new shared(Test76)(0); return t76;})); //static assert(!__traits(compiles, {enum t76 = new Test76(0); return t76;})); //static assert(!__traits(compiles, {enum shared(Test76) t76 = new shared(Test76)(0); return t76;})); //static assert(!__traits(compiles, {enum Test76 t76 = new Test76(0); return t76;})); //static assert(__traits(compiles, {enum t76 = new const(Test76)(0); return t76;})); //static assert(__traits(compiles, {enum t76 = new immutable(Test76)(0); return t76;})); //static assert(__traits(compiles, {enum const(Test76) t76 = new const(Test76)(0); return t76;})); //static assert(__traits(compiles, {enum immutable(Test76) t76 = new immutable(Test76)(0); return t76;})); /******************************************************/ static assert(__traits(compiles, {static shared Test76 t76 = new shared(Test76)(0); return t76;})); static assert(__traits(compiles, {static shared(Test76) t76 = new shared(Test76)(0); return t76;})); static assert(__traits(compiles, {static __gshared Test76 t76 = new Test76(0); return t76;})); static assert(__traits(compiles, {static const Test76 t76 = new const(Test76)(0); return t76;})); static assert(__traits(compiles, {static immutable Test76 t76 = new immutable Test76(0); return t76;})); static assert(!__traits(compiles, {static Test76 t76 = new Test76(0); return t76;})); /***** Bug 5678 *********************************/ struct Bug5678 { this(int) {} } static assert(!__traits(compiles, {enum const(Bug5678)* b5678 = new const(Bug5678)(0); return b5678;})); /************************************************** 10782 run semantic2 for class field **************************************************/ enum e10782 = 0; class C10782 { int x = e10782; } string f10782() { auto c = new C10782(); return ""; } mixin(f10782());
D
module platformasync; import more.net; import std.stdio : stdout, writeln, writefln; import std.format : format; import std.traits : hasMember; version(Windows) { public import core.sys.windows.winbase : OVERLAPPED; import core.sys.windows.winbase : HANDLE, INVALID_HANDLE_VALUE, CloseHandle, DWORD, ULONG, ULONG_PTR, ULONGLONG, INFINITE, GENERIC_READ, FILE_SHARE_READ, FILE_SHARE_WRITE, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, FILE_FLAG_OVERLAPPED, ERROR_IO_PENDING, GetLastError, CreateIoCompletionPort, GetQueuedCompletionStatus, CreateFileA, GetFileSize, ReadFile, ReadFileEx, Sleep; import core.sys.windows.winsock2 : WSAGetLastError, WSAEWOULDBLOCK; import core.sys.windows.mswsock : LPFN_ACCEPTEX; enum WSA_IO_PENDING = 997; enum SocketEventFlags : ubyte { none = 0, read = 0x01, write = 0x02, error = 0x04, } } else version(Posix) { //version(Linux) //{ private enum { EPOLLIN = 0x001, EPOLLOUT = 0x040, EPOLLERR = 0x010, } private enum EpollControl : int { add = 1, del = 2, mod = 3, } private union epoll_data { void* ptr; int fd; uint u32; ulong u64; } private extern(C) struct epoll_event { align(1): uint events; epoll_data data; } private extern(C) int epoll_create1(int flags); private extern(C) sysresult_t epoll_ctl(int epfd, EpollControl op, int fd, epoll_event* event); private extern(C) int epoll_wait(int epfd, epoll_event* events, int maxevents, int timeout); //} enum SocketEventFlags : uint { none = 0, read = EPOLLIN, write = EPOLLOUT, error = EPOLLERR, } } else { static assert(0, "platform not implemented"); } // A single threaded platform specific asynchronous implementation. struct PlatformAsync(Hooks) { static assert(Hooks.SocketEventDataType.sizeof <= size_t.sizeof, "SocketEventDataType is too large"); version(Windows) { static LPFN_ACCEPTEX AcceptEx; HANDLE iocp = null; void initialize() { iocp = CreateIoCompletionPort(INVALID_HANDLE_VALUE, null, 0, 1); assert(iocp, format("CreateIoCompletionPort failed (e=%s)", GetLastError())); writefln("[DEBUG] iocp = %s", iocp); } void add(Hooks.SocketEventDataType socketEventData) { assert(0, "not implemented"); } /+ void addListenSocket(socket_t listenSocket, Hooks.SocketEventDataType socketEventData) { inet_sockaddr listenSocketAddr; uint listenSocketAddrLen = listenSocketAddr.sizeof; if(failed(getsockname(listenSocket, &listenSocketAddr.sa, &listenSocketAddrLen))) { assert(0, format("getsockname failed (e=%s)", GetLastError())); } // Associate socket with IO completion port { auto result = CreateIoCompletionPort(cast(HANDLE)listenSocket, iocp, cast(ULONG_PTR)socketEventData, 1); if(result != iocp) { throw new Exception(format("CreateIoCompletionPort(socket=%s) failed (e=%s)", listenSocket, GetLastError())); } writefln("[DEBUG] result = %s", result); } writefln("[DEBUG] CreateIoCompletionPort(socket=%s) success!", listenSocket); // TODO: this should probably done earlier, but right now I need a socket to do it if(AcceptEx is null) { AcceptEx = loadAcceptEx(listenSocket); assert(AcceptEx, format("failed to load AcceptEx (e=%s)", GetLastError())); } socket_t acceptSocket = createsocket(listenSocketAddr.family, SocketType.stream, Protocol.tcp); { uint bytesReceived; auto addressLength = listenSocketAddrLen + 16; if(AcceptEx(listenSocket, acceptSocket, socketEventData.buffer.ptr, socketEventData.buffer.length - (2*addressLength), addressLength, addressLength, &bytesReceived, &socketEventData.overlapped)) { assert(0, "AcceptEx immediate success not implemented"); } else { auto error = WSAGetLastError(); if(error != WSA_IO_PENDING) { writefln("AcceptEx failed (e=%s)", WSAGetLastError()); assert(0); } } } /* // Call accept while(true) { auto result = WSAAccept(listenSocket, null, null, null, null); writefln("Called WSAAccept (result=%s, error=%s)", result, GetLastError()); if(result.isInvalid) { break; } Hooks.onEvent(&socketEventData, 0); } { auto errorCode = WSAGetLastError(); if(errorCode != WSAEWOULDBLOCK) { throw new Exception(format("WSAAccept(s=%s) failed (e=%s)", listenSocket, errorCode)); } } */ } +/ void run() { /+ for(;;) { uint length; void* opdata; OVERLAPPED* overlapped; // TODO use GetQueuedCompletionStatusEx so I can dequeue multiple io packets writefln("GetQueuedCompletionStatus(iocp=%s,...) ...", iocp); stdout.flush(); if(!GetQueuedCompletionStatus(iocp, &length, cast(ULONG_PTR*)&opdata, &overlapped, INFINITE)) { writefln("Error: GetQueuedCompletionStatus failed (e=%d)", GetLastError()); return; } writeln("GetQueuedCompletionStatus POPPED!"); stdout.flush(); Hooks.onEvent(opdata, length); } +/ } } // TODO: should probably be version(Linux) else version(Posix) { int epfd; void initialize() { epfd = epoll_create1(0); assert(epfd != -1, format("epoll_create1(0) failed (e=%d)", lastError())); } void add(Hooks.SocketEventDataType socketEventData) { epoll_event event; event.events = socketEventData.eventFlags; event.data.ptr = cast(void*)socketEventData; //writefln("data.ptr = %s, socketEventData = %s", event.data.ptr, cast(void*)socketEventData); assert(success(epoll_ctl(epfd, EpollControl.add, socketEventData.sock, &event)), format("epoll_ctl(epfd=%s, ADD, fd=%s, flags=0x%x) failed (e=%s)", epfd, socketEventData.sock, event.events, lastError())); } void run() { static if(hasMember!(Hooks, "EpollEventSize")) { enum EpollEventSize = Hooks.EpollEventSize; } else { enum EpollEventSize = 40; } epoll_event[EpollEventSize] events; for(;;) { int eventCount = epoll_wait(epfd, events.ptr, EpollEventSize, -1); assert(eventCount > 0, format("epoll_wait returned %s (e=%s)", eventCount, lastError())); //writefln("[DEBUG] got %s event(s)", eventCount); foreach(i; 0..eventCount) { //writefln("event %s is %s", i, events[i].data.ptr); auto socketEventData = cast(Hooks.SocketEventDataType)events[i].data.ptr; socketEventData.handleEvent(); if(socketEventData.eventFlags == 0) { // NOTE: onDestroy MUST close the socket socketEventData.onDestroy(); /* assert(success(epoll_ctl(epfd, EpollControl.del, socketEventData.sock, null)), format("epoll_ctl(epfd=%s, DEL, fd=%s) failed (e=%s)", epfd, socketEventData.sock, lastError())); */ } } } } } else { static assert(0, "platform not implemented"); } }
D
/** * Benchmark ptr hashing. * * Copyright: Copyright Martin Nowak 2011 - 2015. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Martin Nowak */ import std.random; void main(string[] args) { auto rnd = Xorshift32(33); int[int* ] aa; auto keys = new int*[](32768); foreach (ref k; keys) k = new int; foreach (_; 0 .. 10) foreach (__; 0 .. 100_000) ++aa[keys[uniform(0, keys.length, rnd)]]; if (aa.length != keys.length) assert(0); }
D
module libressl_d.compat.sys; public import libressl_d.compat.sys._null; public import libressl_d.compat.sys.ioctl; public import libressl_d.compat.sys.mman; public import libressl_d.compat.sys.param; public import libressl_d.compat.sys.queue; public import libressl_d.compat.sys.select; public import libressl_d.compat.sys.socket; public import libressl_d.compat.sys.stat; public import libressl_d.compat.sys.time; public import libressl_d.compat.sys.tree; public import libressl_d.compat.sys.types; public import libressl_d.compat.sys.uio;
D
/* * Licensed under the GNU Lesser General Public License Version 3 * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the license, or * (at your option) any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see <http://www.gnu.org/licenses/>. */ // generated automatically - do not change module gio.Application; private import gi.gio; public import gi.giotypes; private import gio.ActionGroupIF; private import gio.ActionGroupT; private import gio.ActionMapIF; private import gio.ActionMapT; private import gio.ApplicationCommandLine; private import gio.Cancellable; private import gio.DBusConnection; private import gio.File; private import gio.FileIF; private import gio.Notification; private import glib.ConstructionException; private import glib.ErrorG; private import glib.GException; private import glib.OptionGroup; private import glib.Str; private import glib.VariantDict; private import gobject.ObjectG; private import gobject.Signals; /** * A #GApplication is the foundation of an application. It wraps some * low-level platform-specific services and is intended to act as the * foundation for higher-level application classes such as * #GtkApplication or #MxApplication. In general, you should not use * this class outside of a higher level framework. * * GApplication provides convenient life cycle management by maintaining * a "use count" for the primary application instance. The use count can * be changed using g_application_hold() and g_application_release(). If * it drops to zero, the application exits. Higher-level classes such as * #GtkApplication employ the use count to ensure that the application * stays alive as long as it has any opened windows. * * Another feature that GApplication (optionally) provides is process * uniqueness. Applications can make use of this functionality by * providing a unique application ID. If given, only one application * with this ID can be running at a time per session. The session * concept is platform-dependent, but corresponds roughly to a graphical * desktop login. When your application is launched again, its * arguments are passed through platform communication to the already * running program. The already running instance of the program is * called the "primary instance"; for non-unique applications this is * the always the current instance. On Linux, the D-Bus session bus * is used for communication. * * The use of #GApplication differs from some other commonly-used * uniqueness libraries (such as libunique) in important ways. The * application is not expected to manually register itself and check * if it is the primary instance. Instead, the main() function of a * #GApplication should do very little more than instantiating the * application instance, possibly connecting signal handlers, then * calling g_application_run(). All checks for uniqueness are done * internally. If the application is the primary instance then the * startup signal is emitted and the mainloop runs. If the application * is not the primary instance then a signal is sent to the primary * instance and g_application_run() promptly returns. See the code * examples below. * * If used, the expected form of an application identifier is very close * to that of of a * [DBus bus name](http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-interface). * Examples include: "com.example.MyApp", "org.example.internal-apps.Calculator". * For details on valid application identifiers, see g_application_id_is_valid(). * * On Linux, the application identifier is claimed as a well-known bus name * on the user's session bus. This means that the uniqueness of your * application is scoped to the current session. It also means that your * application may provide additional services (through registration of other * object paths) at that bus name. The registration of these object paths * should be done with the shared GDBus session bus. Note that due to the * internal architecture of GDBus, method calls can be dispatched at any time * (even if a main loop is not running). For this reason, you must ensure that * any object paths that you wish to register are registered before #GApplication * attempts to acquire the bus name of your application (which happens in * g_application_register()). Unfortunately, this means that you cannot use * g_application_get_is_remote() to decide if you want to register object paths. * * GApplication also implements the #GActionGroup and #GActionMap * interfaces and lets you easily export actions by adding them with * g_action_map_add_action(). When invoking an action by calling * g_action_group_activate_action() on the application, it is always * invoked in the primary instance. The actions are also exported on * the session bus, and GIO provides the #GDBusActionGroup wrapper to * conveniently access them remotely. GIO provides a #GDBusMenuModel wrapper * for remote access to exported #GMenuModels. * * There is a number of different entry points into a GApplication: * * - via 'Activate' (i.e. just starting the application) * * - via 'Open' (i.e. opening some files) * * - by handling a command-line * * - via activating an action * * The #GApplication::startup signal lets you handle the application * initialization for all of these in a single place. * * Regardless of which of these entry points is used to start the * application, GApplication passes some "platform data from the * launching instance to the primary instance, in the form of a * #GVariant dictionary mapping strings to variants. To use platform * data, override the @before_emit or @after_emit virtual functions * in your #GApplication subclass. When dealing with * #GApplicationCommandLine objects, the platform data is * directly available via g_application_command_line_get_cwd(), * g_application_command_line_get_environ() and * g_application_command_line_get_platform_data(). * * As the name indicates, the platform data may vary depending on the * operating system, but it always includes the current directory (key * "cwd"), and optionally the environment (ie the set of environment * variables and their values) of the calling process (key "environ"). * The environment is only added to the platform data if the * %G_APPLICATION_SEND_ENVIRONMENT flag is set. #GApplication subclasses * can add their own platform data by overriding the @add_platform_data * virtual function. For instance, #GtkApplication adds startup notification * data in this way. * * To parse commandline arguments you may handle the * #GApplication::command-line signal or override the local_command_line() * vfunc, to parse them in either the primary instance or the local instance, * respectively. * * For an example of opening files with a GApplication, see * [gapplication-example-open.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-open.c). * * For an example of using actions with GApplication, see * [gapplication-example-actions.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-actions.c). * * For an example of using extra D-Bus hooks with GApplication, see * [gapplication-example-dbushooks.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-dbushooks.c). * * Since: 2.28 */ public class Application : ObjectG, ActionGroupIF, ActionMapIF { /** the main GObject struct */ protected GApplication* gApplication; /** Get the main GObject struct */ public GApplication* getApplicationStruct() { return gApplication; } /** the main GObject struct as a void* */ protected override void* getStruct() { return cast(void*)gApplication; } protected override void setStruct(GObject* obj) { gApplication = cast(GApplication*)obj; super.setStruct(obj); } /** * Sets our main struct and passes it to the parent class. */ public this (GApplication* gApplication, bool ownedRef = false) { this.gApplication = gApplication; super(cast(GObject*)gApplication, ownedRef); } // add the ActionGroup capabilities mixin ActionGroupT!(GApplication); // add the ActionMap capabilities mixin ActionMapT!(GApplication); int delegate(Scoped!ApplicationCommandLine, Application)[] scopedOnCommandLineListeners; /** * The ::command-line signal is emitted on the primary instance when * a commandline is not handled locally. See g_application_run() and * the #GApplicationCommandLine documentation for more information. * * Params: * commandLine = a #GApplicationCommandLine representing the * passed commandline * * Return: An integer that is set as the exit status for the calling * process. See g_application_command_line_set_exit_status(). */ void addOnCommandLine(int delegate(Scoped!ApplicationCommandLine, Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "command-line-scoped" !in connectedSignals ) { Signals.connectData( this, "command-line", cast(GCallback)&callBackScopedCommandLine, cast(void*)this, null, connectFlags); connectedSignals["command-line-scoped"] = 1; } scopedOnCommandLineListeners ~= dlg; } extern(C) static int callBackScopedCommandLine(GApplication* applicationStruct, GApplicationCommandLine* commandLine, Application _application) { return _application.onCommandLineListeners[0](scoped!ApplicationCommandLine(commandLine), _application); } /** */ /** */ public static GType getType() { return g_application_get_type(); } /** * Creates a new #GApplication instance. * * If non-%NULL, the application id must be valid. See * g_application_id_is_valid(). * * If no application ID is given then some features of #GApplication * (most notably application uniqueness) will be disabled. * * Params: * applicationId = the application id * flags = the application flags * * Return: a new #GApplication instance * * Throws: ConstructionException Failure to create GObject. */ public this(string applicationId, GApplicationFlags flags) { auto p = g_application_new(Str.toStringz(applicationId), flags); if(p is null) { throw new ConstructionException("null returned by new"); } this(cast(GApplication*) p, true); } /** * Returns the default #GApplication instance for this process. * * Normally there is only one #GApplication per process and it becomes * the default when it is created. You can exercise more control over * this by using g_application_set_default(). * * If there is no default application then %NULL is returned. * * Return: the default application for this process, or %NULL * * Since: 2.32 */ public static Application getDefault() { auto p = g_application_get_default(); if(p is null) { return null; } return ObjectG.getDObject!(Application)(cast(GApplication*) p); } /** * Checks if @application_id is a valid application identifier. * * A valid ID is required for calls to g_application_new() and * g_application_set_application_id(). * * For convenience, the restrictions on application identifiers are * reproduced here: * * - Application identifiers must contain only the ASCII characters * "[A-Z][a-z][0-9]_-." and must not begin with a digit. * * - Application identifiers must contain at least one '.' (period) * character (and thus at least three elements). * * - Application identifiers must not begin or end with a '.' (period) * character. * * - Application identifiers must not contain consecutive '.' (period) * characters. * * - Application identifiers must not exceed 255 characters. * * Params: * applicationId = a potential application identifier * * Return: %TRUE if @application_id is valid */ public static bool idIsValid(string applicationId) { return g_application_id_is_valid(Str.toStringz(applicationId)) != 0; } /** * Activates the application. * * In essence, this results in the #GApplication::activate signal being * emitted in the primary instance. * * The application must be registered before calling this function. * * Since: 2.28 */ public void activate() { g_application_activate(gApplication); } /** * Add an option to be handled by @application. * * Calling this function is the equivalent of calling * g_application_add_main_option_entries() with a single #GOptionEntry * that has its arg_data member set to %NULL. * * The parsed arguments will be packed into a #GVariantDict which * is passed to #GApplication::handle-local-options. If * %G_APPLICATION_HANDLES_COMMAND_LINE is set, then it will also * be sent to the primary instance. See * g_application_add_main_option_entries() for more details. * * See #GOptionEntry for more documentation of the arguments. * * Params: * longName = the long name of an option used to specify it in a commandline * shortName = the short name of an option * flags = flags from #GOptionFlags * arg = the type of the option, as a #GOptionArg * description = the description for the option in `--help` output * argDescription = the placeholder to use for the extra argument * parsed by the option in `--help` output * * Since: 2.42 */ public void addMainOption(string longName, char shortName, GOptionFlags flags, GOptionArg arg, string description, string argDescription) { g_application_add_main_option(gApplication, Str.toStringz(longName), shortName, flags, arg, Str.toStringz(description), Str.toStringz(argDescription)); } /** * Adds main option entries to be handled by @application. * * This function is comparable to g_option_context_add_main_entries(). * * After the commandline arguments are parsed, the * #GApplication::handle-local-options signal will be emitted. At this * point, the application can inspect the values pointed to by @arg_data * in the given #GOptionEntrys. * * Unlike #GOptionContext, #GApplication supports giving a %NULL * @arg_data for a non-callback #GOptionEntry. This results in the * argument in question being packed into a #GVariantDict which is also * passed to #GApplication::handle-local-options, where it can be * inspected and modified. If %G_APPLICATION_HANDLES_COMMAND_LINE is * set, then the resulting dictionary is sent to the primary instance, * where g_application_command_line_get_options_dict() will return it. * This "packing" is done according to the type of the argument -- * booleans for normal flags, strings for strings, bytestrings for * filenames, etc. The packing only occurs if the flag is given (ie: we * do not pack a "false" #GVariant in the case that a flag is missing). * * In general, it is recommended that all commandline arguments are * parsed locally. The options dictionary should then be used to * transmit the result of the parsing to the primary instance, where * g_variant_dict_lookup() can be used. For local options, it is * possible to either use @arg_data in the usual way, or to consult (and * potentially remove) the option from the options dictionary. * * This function is new in GLib 2.40. Before then, the only real choice * was to send all of the commandline arguments (options and all) to the * primary instance for handling. #GApplication ignored them completely * on the local side. Calling this function "opts in" to the new * behaviour, and in particular, means that unrecognised options will be * treated as errors. Unrecognised options have never been ignored when * %G_APPLICATION_HANDLES_COMMAND_LINE is unset. * * If #GApplication::handle-local-options needs to see the list of * filenames, then the use of %G_OPTION_REMAINING is recommended. If * @arg_data is %NULL then %G_OPTION_REMAINING can be used as a key into * the options dictionary. If you do use %G_OPTION_REMAINING then you * need to handle these arguments for yourself because once they are * consumed, they will no longer be visible to the default handling * (which treats them as filenames to be opened). * * Params: * entries = a * %NULL-terminated list of #GOptionEntrys * * Since: 2.40 */ public void addMainOptionEntries(GOptionEntry[] entries) { g_application_add_main_option_entries(gApplication, entries.ptr); } /** * Adds a #GOptionGroup to the commandline handling of @application. * * This function is comparable to g_option_context_add_group(). * * Unlike g_application_add_main_option_entries(), this function does * not deal with %NULL @arg_data and never transmits options to the * primary instance. * * The reason for that is because, by the time the options arrive at the * primary instance, it is typically too late to do anything with them. * Taking the GTK option group as an example: GTK will already have been * initialised by the time the #GApplication::command-line handler runs. * In the case that this is not the first-running instance of the * application, the existing instance may already have been running for * a very long time. * * This means that the options from #GOptionGroup are only really usable * in the case that the instance of the application being run is the * first instance. Passing options like `--display=` or `--gdk-debug=` * on future runs will have no effect on the existing primary instance. * * Calling this function will cause the options in the supplied option * group to be parsed, but it does not cause you to be "opted in" to the * new functionality whereby unrecognised options are rejected even if * %G_APPLICATION_HANDLES_COMMAND_LINE was given. * * Params: * group = a #GOptionGroup * * Since: 2.40 */ public void addOptionGroup(OptionGroup group) { g_application_add_option_group(gApplication, (group is null) ? null : group.getOptionGroupStruct()); } /** * Marks @application as busy (see g_application_mark_busy()) while * @property on @object is %TRUE. * * The binding holds a reference to @application while it is active, but * not to @object. Instead, the binding is destroyed when @object is * finalized. * * Params: * object = a #GObject * property = the name of a boolean property of @object * * Since: 2.44 */ public void bindBusyProperty(ObjectG object, string property) { g_application_bind_busy_property(gApplication, (object is null) ? null : object.getObjectGStruct(), Str.toStringz(property)); } /** * Gets the unique identifier for @application. * * Return: the identifier for @application, owned by @application * * Since: 2.28 */ public string getApplicationId() { return Str.toString(g_application_get_application_id(gApplication)); } /** * Gets the #GDBusConnection being used by the application, or %NULL. * * If #GApplication is using its D-Bus backend then this function will * return the #GDBusConnection being used for uniqueness and * communication with the desktop environment and other instances of the * application. * * If #GApplication is not using D-Bus then this function will return * %NULL. This includes the situation where the D-Bus backend would * normally be in use but we were unable to connect to the bus. * * This function must not be called before the application has been * registered. See g_application_get_is_registered(). * * Return: a #GDBusConnection, or %NULL * * Since: 2.34 */ public DBusConnection getDbusConnection() { auto p = g_application_get_dbus_connection(gApplication); if(p is null) { return null; } return ObjectG.getDObject!(DBusConnection)(cast(GDBusConnection*) p); } /** * Gets the D-Bus object path being used by the application, or %NULL. * * If #GApplication is using its D-Bus backend then this function will * return the D-Bus object path that #GApplication is using. If the * application is the primary instance then there is an object published * at this path. If the application is not the primary instance then * the result of this function is undefined. * * If #GApplication is not using D-Bus then this function will return * %NULL. This includes the situation where the D-Bus backend would * normally be in use but we were unable to connect to the bus. * * This function must not be called before the application has been * registered. See g_application_get_is_registered(). * * Return: the object path, or %NULL * * Since: 2.34 */ public string getDbusObjectPath() { return Str.toString(g_application_get_dbus_object_path(gApplication)); } /** * Gets the flags for @application. * * See #GApplicationFlags. * * Return: the flags for @application * * Since: 2.28 */ public GApplicationFlags getFlags() { return g_application_get_flags(gApplication); } /** * Gets the current inactivity timeout for the application. * * This is the amount of time (in milliseconds) after the last call to * g_application_release() before the application stops running. * * Return: the timeout, in milliseconds * * Since: 2.28 */ public uint getInactivityTimeout() { return g_application_get_inactivity_timeout(gApplication); } /** * Gets the application's current busy state, as set through * g_application_mark_busy() or g_application_bind_busy_property(). * * Return: %TRUE if @application is currenty marked as busy * * Since: 2.44 */ public bool getIsBusy() { return g_application_get_is_busy(gApplication) != 0; } /** * Checks if @application is registered. * * An application is registered if g_application_register() has been * successfully called. * * Return: %TRUE if @application is registered * * Since: 2.28 */ public bool getIsRegistered() { return g_application_get_is_registered(gApplication) != 0; } /** * Checks if @application is remote. * * If @application is remote then it means that another instance of * application already exists (the 'primary' instance). Calls to * perform actions on @application will result in the actions being * performed by the primary instance. * * The value of this property cannot be accessed before * g_application_register() has been called. See * g_application_get_is_registered(). * * Return: %TRUE if @application is remote * * Since: 2.28 */ public bool getIsRemote() { return g_application_get_is_remote(gApplication) != 0; } /** * Gets the resource base path of @application. * * See g_application_set_resource_base_path() for more information. * * Return: the base resource path, if one is set * * Since: 2.42 */ public string getResourceBasePath() { return Str.toString(g_application_get_resource_base_path(gApplication)); } /** * Increases the use count of @application. * * Use this function to indicate that the application has a reason to * continue to run. For example, g_application_hold() is called by GTK+ * when a toplevel window is on the screen. * * To cancel the hold, call g_application_release(). */ public void hold() { g_application_hold(gApplication); } /** * Increases the busy count of @application. * * Use this function to indicate that the application is busy, for instance * while a long running operation is pending. * * The busy state will be exposed to other processes, so a session shell will * use that information to indicate the state to the user (e.g. with a * spinner). * * To cancel the busy indication, use g_application_unmark_busy(). * * Since: 2.38 */ public void markBusy() { g_application_mark_busy(gApplication); } /** * Opens the given files. * * In essence, this results in the #GApplication::open signal being emitted * in the primary instance. * * @n_files must be greater than zero. * * @hint is simply passed through to the ::open signal. It is * intended to be used by applications that have multiple modes for * opening files (eg: "view" vs "edit", etc). Unless you have a need * for this functionality, you should use "". * * The application must be registered before calling this function * and it must have the %G_APPLICATION_HANDLES_OPEN flag set. * * Params: * files = an array of #GFiles to open * nFiles = the length of the @files array * hint = a hint (or ""), but never %NULL * * Since: 2.28 */ public void open(FileIF[] files, string hint) { GFile*[] filesArray = new GFile*[files.length]; for ( int i = 0; i < files.length; i++ ) { filesArray[i] = files[i].getFileStruct(); } g_application_open(gApplication, filesArray.ptr, cast(int)files.length, Str.toStringz(hint)); } /** * Immediately quits the application. * * Upon return to the mainloop, g_application_run() will return, * calling only the 'shutdown' function before doing so. * * The hold count is ignored. * * The result of calling g_application_run() again after it returns is * unspecified. * * Since: 2.32 */ public void quit() { g_application_quit(gApplication); } /** * Attempts registration of the application. * * This is the point at which the application discovers if it is the * primary instance or merely acting as a remote for an already-existing * primary instance. This is implemented by attempting to acquire the * application identifier as a unique bus name on the session bus using * GDBus. * * If there is no application ID or if %G_APPLICATION_NON_UNIQUE was * given, then this process will always become the primary instance. * * Due to the internal architecture of GDBus, method calls can be * dispatched at any time (even if a main loop is not running). For * this reason, you must ensure that any object paths that you wish to * register are registered before calling this function. * * If the application has already been registered then %TRUE is * returned with no work performed. * * The #GApplication::startup signal is emitted if registration succeeds * and @application is the primary instance (including the non-unique * case). * * In the event of an error (such as @cancellable being cancelled, or a * failure to connect to the session bus), %FALSE is returned and @error * is set appropriately. * * Note: the return value of this function is not an indicator that this * instance is or is not the primary instance of the application. See * g_application_get_is_remote() for that. * * Params: * cancellable = a #GCancellable, or %NULL * * Return: %TRUE if registration succeeded * * Since: 2.28 * * Throws: GException on failure. */ public bool register(Cancellable cancellable) { GError* err = null; auto p = g_application_register(gApplication, (cancellable is null) ? null : cancellable.getCancellableStruct(), &err) != 0; if (err !is null) { throw new GException( new ErrorG(err) ); } return p; } /** * Decrease the use count of @application. * * When the use count reaches zero, the application will stop running. * * Never call this function except to cancel the effect of a previous * call to g_application_hold(). */ public void release() { g_application_release(gApplication); } /** * Runs the application. * * This function is intended to be run from main() and its return value * is intended to be returned by main(). Although you are expected to pass * the @argc, @argv parameters from main() to this function, it is possible * to pass %NULL if @argv is not available or commandline handling is not * required. Note that on Windows, @argc and @argv are ignored, and * g_win32_get_command_line() is called internally (for proper support * of Unicode commandline arguments). * * #GApplication will attempt to parse the commandline arguments. You * can add commandline flags to the list of recognised options by way of * g_application_add_main_option_entries(). After this, the * #GApplication::handle-local-options signal is emitted, from which the * application can inspect the values of its #GOptionEntrys. * * #GApplication::handle-local-options is a good place to handle options * such as `--version`, where an immediate reply from the local process is * desired (instead of communicating with an already-running instance). * A #GApplication::handle-local-options handler can stop further processing * by returning a non-negative value, which then becomes the exit status of * the process. * * What happens next depends on the flags: if * %G_APPLICATION_HANDLES_COMMAND_LINE was specified then the remaining * commandline arguments are sent to the primary instance, where a * #GApplication::command-line signal is emitted. Otherwise, the * remaining commandline arguments are assumed to be a list of files. * If there are no files listed, the application is activated via the * #GApplication::activate signal. If there are one or more files, and * %G_APPLICATION_HANDLES_OPEN was specified then the files are opened * via the #GApplication::open signal. * * If you are interested in doing more complicated local handling of the * commandline then you should implement your own #GApplication subclass * and override local_command_line(). In this case, you most likely want * to return %TRUE from your local_command_line() implementation to * suppress the default handling. See * [gapplication-example-cmdline2.c][gapplication-example-cmdline2] * for an example. * * If, after the above is done, the use count of the application is zero * then the exit status is returned immediately. If the use count is * non-zero then the default main context is iterated until the use count * falls to zero, at which point 0 is returned. * * If the %G_APPLICATION_IS_SERVICE flag is set, then the service will * run for as much as 10 seconds with a use count of zero while waiting * for the message that caused the activation to arrive. After that, * if the use count falls to zero the application will exit immediately, * except in the case that g_application_set_inactivity_timeout() is in * use. * * This function sets the prgname (g_set_prgname()), if not already set, * to the basename of argv[0]. * * Since 2.40, applications that are not explicitly flagged as services * or launchers (ie: neither %G_APPLICATION_IS_SERVICE or * %G_APPLICATION_IS_LAUNCHER are given as flags) will check (from the * default handler for local_command_line) if "--gapplication-service" * was given in the command line. If this flag is present then normal * commandline processing is interrupted and the * %G_APPLICATION_IS_SERVICE flag is set. This provides a "compromise" * solution whereby running an application directly from the commandline * will invoke it in the normal way (which can be useful for debugging) * while still allowing applications to be D-Bus activated in service * mode. The D-Bus service file should invoke the executable with * "--gapplication-service" as the sole commandline argument. This * approach is suitable for use by most graphical applications but * should not be used from applications like editors that need precise * control over when processes invoked via the commandline will exit and * what their exit status will be. * * Params: * argc = the argc from main() (or 0 if @argv is %NULL) * argv = the argv from main(), or %NULL * * Return: the exit status * * Since: 2.28 */ public int run(string[] argv) { return g_application_run(gApplication, cast(int)argv.length, Str.toStringzArray(argv)); } /** * Sends a notification on behalf of @application to the desktop shell. * There is no guarantee that the notification is displayed immediately, * or even at all. * * Notifications may persist after the application exits. It will be * D-Bus-activated when the notification or one of its actions is * activated. * * Modifying @notification after this call has no effect. However, the * object can be reused for a later call to this function. * * @id may be any string that uniquely identifies the event for the * application. It does not need to be in any special format. For * example, "new-message" might be appropriate for a notification about * new messages. * * If a previous notification was sent with the same @id, it will be * replaced with @notification and shown again as if it was a new * notification. This works even for notifications sent from a previous * execution of the application, as long as @id is the same string. * * @id may be %NULL, but it is impossible to replace or withdraw * notifications without an id. * * If @notification is no longer relevant, it can be withdrawn with * g_application_withdraw_notification(). * * Params: * id = id of the notification, or %NULL * notification = the #GNotification to send * * Since: 2.40 */ public void sendNotification(string id, Notification notification) { g_application_send_notification(gApplication, Str.toStringz(id), (notification is null) ? null : notification.getNotificationStruct()); } /** * This used to be how actions were associated with a #GApplication. * Now there is #GActionMap for that. * * Deprecated: Use the #GActionMap interface instead. Never ever * mix use of this API with use of #GActionMap on the same @application * or things will go very badly wrong. This function is known to * introduce buggy behaviour (ie: signals not emitted on changes to the * action group), so you should really use #GActionMap instead. * * Params: * actionGroup = a #GActionGroup, or %NULL * * Since: 2.28 */ public void setActionGroup(ActionGroupIF actionGroup) { g_application_set_action_group(gApplication, (actionGroup is null) ? null : actionGroup.getActionGroupStruct()); } /** * Sets the unique identifier for @application. * * The application id can only be modified if @application has not yet * been registered. * * If non-%NULL, the application id must be valid. See * g_application_id_is_valid(). * * Params: * applicationId = the identifier for @application * * Since: 2.28 */ public void setApplicationId(string applicationId) { g_application_set_application_id(gApplication, Str.toStringz(applicationId)); } /** * Sets or unsets the default application for the process, as returned * by g_application_get_default(). * * This function does not take its own reference on @application. If * @application is destroyed then the default application will revert * back to %NULL. * * Since: 2.32 */ public void setDefault() { g_application_set_default(gApplication); } /** * Sets the flags for @application. * * The flags can only be modified if @application has not yet been * registered. * * See #GApplicationFlags. * * Params: * flags = the flags for @application * * Since: 2.28 */ public void setFlags(GApplicationFlags flags) { g_application_set_flags(gApplication, flags); } /** * Sets the current inactivity timeout for the application. * * This is the amount of time (in milliseconds) after the last call to * g_application_release() before the application stops running. * * This call has no side effects of its own. The value set here is only * used for next time g_application_release() drops the use count to * zero. Any timeouts currently in progress are not impacted. * * Params: * inactivityTimeout = the timeout, in milliseconds * * Since: 2.28 */ public void setInactivityTimeout(uint inactivityTimeout) { g_application_set_inactivity_timeout(gApplication, inactivityTimeout); } /** * Sets (or unsets) the base resource path of @application. * * The path is used to automatically load various [application * resources][gresource] such as menu layouts and action descriptions. * The various types of resources will be found at fixed names relative * to the given base path. * * By default, the resource base path is determined from the application * ID by prefixing '/' and replacing each '.' with '/'. This is done at * the time that the #GApplication object is constructed. Changes to * the application ID after that point will not have an impact on the * resource base path. * * As an example, if the application has an ID of "org.example.app" then * the default resource base path will be "/org/example/app". If this * is a #GtkApplication (and you have not manually changed the path) * then Gtk will then search for the menus of the application at * "/org/example/app/gtk/menus.ui". * * See #GResource for more information about adding resources to your * application. * * You can disable automatic resource loading functionality by setting * the path to %NULL. * * Changing the resource base path once the application is running is * not recommended. The point at which the resource path is consulted * for forming paths for various purposes is unspecified. * * Params: * resourcePath = the resource path to use * * Since: 2.42 */ public void setResourceBasePath(string resourcePath) { g_application_set_resource_base_path(gApplication, Str.toStringz(resourcePath)); } /** * Destroys a binding between @property and the busy state of * @application that was previously created with * g_application_bind_busy_property(). * * Params: * object = a #GObject * property = the name of a boolean property of @object * * Since: 2.44 */ public void unbindBusyProperty(ObjectG object, string property) { g_application_unbind_busy_property(gApplication, (object is null) ? null : object.getObjectGStruct(), Str.toStringz(property)); } /** * Decreases the busy count of @application. * * When the busy count reaches zero, the new state will be propagated * to other processes. * * This function must only be called to cancel the effect of a previous * call to g_application_mark_busy(). * * Since: 2.38 */ public void unmarkBusy() { g_application_unmark_busy(gApplication); } /** * Withdraws a notification that was sent with * g_application_send_notification(). * * This call does nothing if a notification with @id doesn't exist or * the notification was never sent. * * This function works even for notifications sent in previous * executions of this application, as long @id is the same as it was for * the sent notification. * * Note that notifications are dismissed when the user clicks on one * of the buttons in a notification or triggers its default action, so * there is no need to explicitly withdraw the notification in that case. * * Params: * id = id of a previously sent notification * * Since: 2.40 */ public void withdrawNotification(string id) { g_application_withdraw_notification(gApplication, Str.toStringz(id)); } int[string] connectedSignals; void delegate(Application)[] onActivateListeners; /** * The ::activate signal is emitted on the primary instance when an * activation occurs. See g_application_activate(). */ void addOnActivate(void delegate(Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "activate" !in connectedSignals ) { Signals.connectData( this, "activate", cast(GCallback)&callBackActivate, cast(void*)this, null, connectFlags); connectedSignals["activate"] = 1; } onActivateListeners ~= dlg; } extern(C) static void callBackActivate(GApplication* applicationStruct, Application _application) { foreach ( void delegate(Application) dlg; _application.onActivateListeners ) { dlg(_application); } } int delegate(ApplicationCommandLine, Application)[] onCommandLineListeners; /** * The ::command-line signal is emitted on the primary instance when * a commandline is not handled locally. See g_application_run() and * the #GApplicationCommandLine documentation for more information. * * Params: * commandLine = a #GApplicationCommandLine representing the * passed commandline * * Return: An integer that is set as the exit status for the calling * process. See g_application_command_line_set_exit_status(). */ void addOnCommandLine(int delegate(ApplicationCommandLine, Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "command-line" !in connectedSignals ) { Signals.connectData( this, "command-line", cast(GCallback)&callBackCommandLine, cast(void*)this, null, connectFlags); connectedSignals["command-line"] = 1; } onCommandLineListeners ~= dlg; } extern(C) static int callBackCommandLine(GApplication* applicationStruct, GApplicationCommandLine* commandLine, Application _application) { return _application.onCommandLineListeners[0](ObjectG.getDObject!(ApplicationCommandLine)(commandLine), _application); } int delegate(VariantDict, Application)[] onHandleLocalOptionsListeners; /** * The ::handle-local-options signal is emitted on the local instance * after the parsing of the commandline options has occurred. * * You can add options to be recognised during commandline option * parsing using g_application_add_main_option_entries() and * g_application_add_option_group(). * * Signal handlers can inspect @options (along with values pointed to * from the @arg_data of an installed #GOptionEntrys) in order to * decide to perform certain actions, including direct local handling * (which may be useful for options like --version). * * In the event that the application is marked * %G_APPLICATION_HANDLES_COMMAND_LINE the "normal processing" will * send the @options dictionary to the primary instance where it can be * read with g_application_command_line_get_options_dict(). The signal * handler can modify the dictionary before returning, and the * modified dictionary will be sent. * * In the event that %G_APPLICATION_HANDLES_COMMAND_LINE is not set, * "normal processing" will treat the remaining uncollected command * line arguments as filenames or URIs. If there are no arguments, * the application is activated by g_application_activate(). One or * more arguments results in a call to g_application_open(). * * If you want to handle the local commandline arguments for yourself * by converting them to calls to g_application_open() or * g_action_group_activate_action() then you must be sure to register * the application first. You should probably not call * g_application_activate() for yourself, however: just return -1 and * allow the default handler to do it for you. This will ensure that * the `--gapplication-service` switch works properly (i.e. no activation * in that case). * * Note that this signal is emitted from the default implementation of * local_command_line(). If you override that function and don't * chain up then this signal will never be emitted. * * You can override local_command_line() if you need more powerful * capabilities than what is provided here, but this should not * normally be required. * * Params: * options = the options dictionary * * Return: an exit code. If you have handled your options and want * to exit the process, return a non-negative option, 0 for success, * and a positive value for failure. To continue, return -1 to let * the default option processing continue. * * Since: 2.40 */ void addOnHandleLocalOptions(int delegate(VariantDict, Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "handle-local-options" !in connectedSignals ) { Signals.connectData( this, "handle-local-options", cast(GCallback)&callBackHandleLocalOptions, cast(void*)this, null, connectFlags); connectedSignals["handle-local-options"] = 1; } onHandleLocalOptionsListeners ~= dlg; } extern(C) static int callBackHandleLocalOptions(GApplication* applicationStruct, GVariantDict* options, Application _application) { return _application.onHandleLocalOptionsListeners[0](new VariantDict(options), _application); } void delegate(void*, int, string, Application)[] onOpenListeners; /** * The ::open signal is emitted on the primary instance when there are * files to open. See g_application_open() for more information. * * Params: * files = an array of #GFiles * nFiles = the length of @files * hint = a hint provided by the calling instance */ void addOnOpen(void delegate(void*, int, string, Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "open" !in connectedSignals ) { Signals.connectData( this, "open", cast(GCallback)&callBackOpen, cast(void*)this, null, connectFlags); connectedSignals["open"] = 1; } onOpenListeners ~= dlg; } extern(C) static void callBackOpen(GApplication* applicationStruct, void* files, int nFiles, char* hint, Application _application) { foreach ( void delegate(void*, int, string, Application) dlg; _application.onOpenListeners ) { dlg(files, nFiles, Str.toString(hint), _application); } } void delegate(Application)[] onShutdownListeners; /** * The ::shutdown signal is emitted only on the registered primary instance * immediately after the main loop terminates. */ void addOnShutdown(void delegate(Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "shutdown" !in connectedSignals ) { Signals.connectData( this, "shutdown", cast(GCallback)&callBackShutdown, cast(void*)this, null, connectFlags); connectedSignals["shutdown"] = 1; } onShutdownListeners ~= dlg; } extern(C) static void callBackShutdown(GApplication* applicationStruct, Application _application) { foreach ( void delegate(Application) dlg; _application.onShutdownListeners ) { dlg(_application); } } void delegate(Application)[] onStartupListeners; /** * The ::startup signal is emitted on the primary instance immediately * after registration. See g_application_register(). */ void addOnStartup(void delegate(Application) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0) { if ( "startup" !in connectedSignals ) { Signals.connectData( this, "startup", cast(GCallback)&callBackStartup, cast(void*)this, null, connectFlags); connectedSignals["startup"] = 1; } onStartupListeners ~= dlg; } extern(C) static void callBackStartup(GApplication* applicationStruct, Application _application) { foreach ( void delegate(Application) dlg; _application.onStartupListeners ) { dlg(_application); } } }
D
/Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/AppDelegate.o : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/BaseURL.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/Custome.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/SceneDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/AppDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/LoginModel.swift /Users/hanykaram/Desktop/MVC/MVC/ProductModel.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/View/CustomeTableView/TableViewCell.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/CustomeButton.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/NetworkManager.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/ActivityIndector.swift /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreData.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Accelerate.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/os.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/PKHUD.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/NVActivityIndicatorView.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/module.modulemap /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/objc/ObjectiveC.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/Darwin.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/BaseURL.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/Custome.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/SceneDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/AppDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/LoginModel.swift /Users/hanykaram/Desktop/MVC/MVC/ProductModel.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/View/CustomeTableView/TableViewCell.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/CustomeButton.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/NetworkManager.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/ActivityIndector.swift /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreData.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Accelerate.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/os.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/PKHUD.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/NVActivityIndicatorView.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/module.modulemap /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/objc/ObjectiveC.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/Darwin.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/BaseURL.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/Custome.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/SceneDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/AppDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/LoginModel.swift /Users/hanykaram/Desktop/MVC/MVC/ProductModel.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/View/CustomeTableView/TableViewCell.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/CustomeButton.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/NetworkManager.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/ActivityIndector.swift /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreData.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Accelerate.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/os.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/PKHUD.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/NVActivityIndicatorView.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/module.modulemap /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/objc/ObjectiveC.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/Darwin.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/AppDelegate~partial.swiftsourceinfo : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/BaseURL.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/Custome.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/SceneDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/Delegate/AppDelegate.swift /Users/hanykaram/Desktop/MVC/MVC/LoginModel.swift /Users/hanykaram/Desktop/MVC/MVC/ProductModel.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/View/CustomeTableView/TableViewCell.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/CustomeButton.swift /Users/hanykaram/Desktop/MVC/MVC/NetWork/NetworkManager.swift /Users/hanykaram/Desktop/MVC/MVC/Cutome\ +\ Extenstion/ActivityIndector.swift /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreData.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Accelerate.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/os.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/PKHUD.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/NVActivityIndicatorView.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-umbrella.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Headers/PKHUD-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers/NVActivityIndicatorView-Swift.h /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/PKHUD/PKHUD.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Products/Debug-iphonesimulator/NVActivityIndicatorView/NVActivityIndicatorView.framework/Modules/module.modulemap /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/objc/ObjectiveC.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/usr/include/Darwin.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/hanykaram/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/Portal.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Box.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Collection+Safe.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Dispatch.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/DispatchTime+Utilities.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Equatable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Extractable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/FileProtocol.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Lock.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/PercentEncoding.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Portal.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Result.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/RFC1123.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Semaphore.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Sequence.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/StaticDataBuffer.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Strand.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String+CaseInsensitiveCompare.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/UnsignedInteger.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte+Random.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/ByteAliases.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes+Base64.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesConvertible.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesSlice+PatternMatching.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/libc.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/Portal~partial.swiftmodule : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Box.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Collection+Safe.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Dispatch.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/DispatchTime+Utilities.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Equatable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Extractable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/FileProtocol.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Lock.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/PercentEncoding.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Portal.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Result.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/RFC1123.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Semaphore.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Sequence.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/StaticDataBuffer.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Strand.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String+CaseInsensitiveCompare.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/UnsignedInteger.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte+Random.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/ByteAliases.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes+Base64.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesConvertible.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesSlice+PatternMatching.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/libc.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/Portal~partial.swiftdoc : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Box.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Collection+Safe.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Dispatch.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/DispatchTime+Utilities.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Equatable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Extractable.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/FileProtocol.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Lock.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/PercentEncoding.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Portal.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Result.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/RFC1123.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Semaphore.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Sequence.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/StaticDataBuffer.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Strand.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String+CaseInsensitiveCompare.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/String.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/UnsignedInteger.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte+Random.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Byte.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/ByteAliases.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes+Base64.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/Bytes.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesConvertible.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Byte/BytesSlice+PatternMatching.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/libc.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule
D
/* Written by Walter Bright, Christopher E. Miller, and many others. * http://www.digitalmars.com/d/ * Placed into public domain. */ module freebsd; version (FreeBSD) { } else { static assert(0); } public import rt.core.os.bsd.pthread; private import rt.core.c; alias uint fflags_t; alias int clockid_t; alias int time_t; alias int __time_t; alias int pid_t; alias long off_t; alias long blkcnt_t; alias uint blksize_t; alias uint dev_t; alias uint gid_t; alias long id_t; //alias ulong ino64_t; alias uint ino_t; alias ushort mode_t; alias ushort nlink_t; alias uint uid_t; alias ulong fsblkcnt_t; alias ulong fsfilcnt_t; struct timespec { time_t tv_sec; int tv_nsec; } static if (size_t.sizeof == 4) alias int ssize_t; else alias long ssize_t; alias ssize_t intptr_t; enum : int { SIGHUP = 1, SIGINT = 2, SIGQUIT = 3, SIGILL = 4, SIGTRAP = 5, SIGABRT = 6, SIGIOT = 6, SIGEMT = 7, SIGFPE = 8, SIGKILL = 9, SIGBUS = 10, SIGSEGV = 11, SIGSYS = 12, SIGPIPE = 13, SIGALRM = 14, SIGTERM = 15, SIGURG = 16, SIGSTOP = 17, SIGTSTP = 18, SIGCONT = 19, SIGCHLD = 20, SIGTTIN = 21, SIGTTOU = 22, SIGIO = 23, SIGXCPU = 24, SIGXFSZ = 25, SIGVTALRM = 26, SIGPROF = 27, SIGWINCH = 28, SIGINFO = 29, SIGUSR1 = 30, SIGUSR2 = 31, SIGTHR = 32, SIGLWP = SIGTHR, SIGRTMIN = 65, SIGRTMAX = 126, } // fcntl.h enum { O_RDONLY = 0, O_WRONLY = 1, O_RDWR = 2, O_CREAT = 0x200, O_EXCL = 0x800, O_TRUNC = 0x400, O_APPEND = 8, O_NONBLOCK = 4, O_SYNC = 0x80, O_SHLOCK = 0x10, O_EXLOCK = 0x20, O_ASYNC = 0x40, O_NOFOLLOW = 0x100, O_NOCTTY = 0x8000, O_DIRECT = 0x1000, } // sys/stat.h struct struct_stat { dev_t st_dev; ino_t st_ino; mode_t st_mode; nlink_t st_nlink; uid_t st_uid; gid_t st_gid; dev_t st_rdev; timespec st_atimespec; timespec st_mtimespec; timespec st_ctimespec; off_t st_size; blkcnt_t st_blocks; blksize_t st_blksize; fflags_t st_flags; uint st_gen; int st_lspare; timespec st_birthtimesspec; ubyte[16 - timespec.sizeof] st_qspare; } unittest { version (FreeBSD) assert(struct_stat.sizeof == 96); } // sys/stat.h enum : int { S_IFIFO = 0010000, S_IFCHR = 0020000, S_IFDIR = 0040000, S_IFBLK = 0060000, S_IFREG = 0100000, S_IFLNK = 0120000, S_IFSOCK = 0140000, S_ISVTX = 0001000, S_IFWHT = 0160000, S_IFMT = 0170000, S_IREAD = 0000400, S_IWRITE = 0000200, S_IEXEC = 0000100, } extern (C) { int access(in char*, int); int open(in char*, int, ...); int read(int, void*, int); int write(int, in void*, int); int close(int); int lseek(int, off_t, int); int fstat(int, struct_stat*); int lstat(in char*, struct_stat*); int stat(in char*, struct_stat*); int chdir(in char*); int mkdir(in char*, int); int rmdir(in char*); char* getcwd(char*, int); int chmod(in char*, mode_t); int fork(); int dup(int); int dup2(int, int); int pipe(int[2]); pid_t wait(int*); int waitpid(pid_t, int*, int); uint alarm(uint); char* basename(char*); //wint_t btowc(int); int chown(in char*, uid_t, gid_t); int chroot(in char*); size_t confstr(int, char*, size_t); int creat(in char*, mode_t); char* ctermid(char*); int dirfd(DIR*); char* dirname(char*); int fattach(int, char*); int fchmod(int, mode_t); int fdatasync(int); int ffs(int); int fmtmsg(int, char*, int, char*, char*, char*); int fpathconf(int, int); int fseeko(FILE*, off_t, int); off_t ftello(FILE*); extern char** environ; } alias int suseconds_t; struct timeval { time_t tv_sec; suseconds_t tv_usec; } struct struct_timezone { int tz_minuteswest; int tz_dstime; } struct tm { int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int tm_yday; int tm_isdst; int tm_gmtoff; char* tm_zone; } extern (C) { int gettimeofday(timeval*, struct_timezone*); int settimeofday(in timeval*, in struct_timezone*); __time_t time(__time_t*); char* asctime(in tm*); char* ctime(in __time_t*); tm* gmtime(in __time_t*); tm* localtime(in __time_t*); __time_t mktime(tm*); char* asctime_r(in tm* t, char* buf); char* ctime_r(in __time_t* timep, char* buf); tm* gmtime_r(in __time_t* timep, tm* result); tm* localtime_r(in __time_t* timep, tm* result); } /**************************************************************/ // Memory mapping from <sys/mman.h> and <bits/mman.h> enum { PROT_NONE = 0, PROT_READ = 1, PROT_WRITE = 2, PROT_EXEC = 4, } // Memory mapping sharing types enum { MAP_SHARED = 1, MAP_PRIVATE = 2, MAP_COPY = MAP_PRIVATE, MAP_FIXED = 0x10, MAP_FILE = 0, MAP_ANON = 0x1000, MAP_NORESERVE = 0x40, MAP_RENAME = 0x20, MAP_RESERVED0080 = 0x80, MAP_NOEXTEND = 0x100, MAP_HASSEMAPHORE = 0x200, MAP_STACK = 0x400, MAP_NOSYNC = 0x800, MAP_NOCORE = 0x20000, } // Values for msync() enum { MS_ASYNC = 1, MS_INVALIDATE = 2, MS_SYNC = 0, } // Values for mlockall() enum { MCL_CURRENT = 1, MCL_FUTURE = 2, } // Values for madvise enum { MADV_NORMAL = 0, MADV_RANDOM = 1, MADV_SEQUENTIAL = 2, MADV_WILLNEED = 3, MADV_DONTNEED = 4, MADV_FREE = 5, MADV_NOSYNC = 6, MADV_AUTOSYNC = 7, MADV_NOCORE = 8, MADV_CORE = 9, MADV_PROTECT = 10, } enum { MINCORE_INCORE = 1, MINCORE_REFERENCED = 2, MINCORE_MODIFIED = 4, MINCORE_REFERENCED_OTHER = 8, MINCORE_MODIFIED_OTHER = 0x10, } extern (C) { void* mmap(void*, size_t, int, int, int, off_t); const void* MAP_FAILED = cast(void*)-1; int madvise(void*, size_t, int); int minherit(void*, size_t, int); int munmap(void*, size_t); int mprotect(void*, size_t, int); int msync(void*, size_t, int); int madvise(void*, size_t, int); int mlock(void*, size_t); int munlock(void*, size_t); int mlockall(int); int munlockall(); void* mremap(void*, size_t, size_t, int); int mincore(/*const*/ void*, size_t, ubyte*); int remap_file_pages(void*, size_t, int, size_t, int); int shm_open(in char*, int, int); int shm_unlink(in char*); } extern (C) { enum { DT_UNKNOWN = 0, DT_FIFO = 1, DT_CHR = 2, DT_DIR = 4, DT_BLK = 6, DT_REG = 8, DT_LNK = 10, DT_SOCK = 12, DT_WHT = 14, } struct dirent { uint d_fileno; // this is int on some linuxes ushort d_reclen; ubyte d_type; // this field isn't there on some linuxes ubyte d_namlen; char[256] d_name; } struct DIR { // Managed by OS. } DIR* opendir(in char* name); int closedir(DIR* dir); dirent* readdir(DIR* dir); void rewinddir(DIR* dir); off_t telldir(DIR* dir); void seekdir(DIR* dir, off_t offset); } extern (C) { private import std.intrinsic; int select(int nfds, fd_set* readfds, fd_set* writefds, fd_set* errorfds, timeval* timeout); int fcntl(int s, int f, ...); enum { EINTR = 4, EINPROGRESS = 36, } const uint FD_SETSIZE = 1024; //const uint NFDBITS = 8 * int.sizeof; // DMD 0.110: 8 * (int).sizeof is not an expression const int NFDBITS = 32; struct fd_set { int[FD_SETSIZE / NFDBITS] fds_bits; alias fds_bits __fds_bits; } int FDELT(int d) { return d / NFDBITS; } int FDMASK(int d) { return 1 << (d % NFDBITS); } // Removes. void FD_CLR(int fd, fd_set* set) { btr(cast(uint*)&set.fds_bits.ptr[FDELT(fd)], cast(uint)(fd % NFDBITS)); } // Tests. int FD_ISSET(int fd, fd_set* set) { return bt(cast(uint*)&set.fds_bits.ptr[FDELT(fd)], cast(uint)(fd % NFDBITS)); } // Adds. void FD_SET(int fd, fd_set* set) { bts(cast(uint*)&set.fds_bits.ptr[FDELT(fd)], cast(uint)(fd % NFDBITS)); } // Resets to zero. void FD_ZERO(fd_set* set) { set.fds_bits[] = 0; } } extern (C) { /* From <dlfcn.h> * See http://www.opengroup.org/onlinepubs/007908799/xsh/dlsym.html */ const int RTLD_NOW = 2; void* dlopen(in char* file, int mode); int dlclose(void* handle); void* dlsym(void* handle, char* name); char* dlerror(); } extern (C) { /* from <pwd.h> */ struct passwd { char *pw_name; char *pw_passwd; uid_t pw_uid; gid_t pw_gid; time_t pw_change; char* pw_class; char* pw_gecos; char* pw_dir; char* pw_shell; time_t pw_expire; int pw_fields; } int getpwnam_r(char*, passwd*, void*, size_t, passwd**); passwd* getpwnam(in char*); passwd* getpwuid(uid_t); int getpwuid_r(uid_t, passwd*, char*, size_t, passwd**); int kill(pid_t, int); int sem_close(sem_t*); } extern (C) { /* from sched.h */ int sched_yield(); } extern (C) { /* from signal.h */ extern (C) alias void (*__sighandler_t)(int); extern (C) alias void (*__sigaction_t)(int, void*, void*); const SA_RESTART = 2; const size_t _SIGSET_WORDS = 4; struct sigset_t { uint[_SIGSET_WORDS] __bits; } alias sigset_t __sigset; alias sigset_t __sigset_t; struct sigaction_t { union { __sighandler_t sa_handler; __sigaction_t sa_sigaction; } int sa_flags; sigset_t sa_mask; } int sigfillset(sigset_t*); int sigdelset(sigset_t*, int); int sigismember(sigset_t*, int); int sigaction(int, sigaction_t*, sigaction_t*); int sigsuspend(sigset_t*); } extern (C) { /* from semaphore.h */ alias intptr_t semid_t; struct sem_t { uint magic; pthread_mutex_t lock; pthread_cond_t gtzero; uint count; uint nwaiters; semid_t semid; int syssem; struct LIST_ENTRY { sem_t *le_next; sem_t **le_prev; } LIST_ENTRY entry; sem_t **backpointer; } int sem_init(sem_t*, int, uint); int sem_wait(sem_t*); int sem_trywait(sem_t*); int sem_post(sem_t*); int sem_getvalue(sem_t*, int*); int sem_destroy(sem_t*); } extern (C) { /* from utime.h */ struct utimbuf { __time_t actime; __time_t modtime; } int utime(in char* filename, in utimbuf* buf); } extern (C) { extern { void* __libc_stack_end; int __data_start; int _end; int timezone; void *_deh_beg; void *_deh_end; } } // sched.h enum { SCHED_FIFO = 1, SCHED_OTHER = 2, SCHED_RR = 3 } struct sched_param { int sched_priority; }
D
/Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/Objects-normal/x86_64/LBTAListCell.o : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/IndentedTextField.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Stacking.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UILabel.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListCell.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIButton.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Form/LBTAFormController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderFooterController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextField+Tools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/LBTATools/LBTATools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIColor+Helpers.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/AnchoredConstraints.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Layout.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIKitSubclasses/CircularImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/AspectFitImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIStackView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Target\ Support\ Files/LBTATools/LBTATools-umbrella.h /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/Objects-normal/x86_64/LBTAListCell~partial.swiftmodule : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/IndentedTextField.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Stacking.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UILabel.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListCell.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIButton.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Form/LBTAFormController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderFooterController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextField+Tools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/LBTATools/LBTATools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIColor+Helpers.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/AnchoredConstraints.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Layout.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIKitSubclasses/CircularImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/AspectFitImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIStackView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Target\ Support\ Files/LBTATools/LBTATools-umbrella.h /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/Objects-normal/x86_64/LBTAListCell~partial.swiftdoc : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/IndentedTextField.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Stacking.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UILabel.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListCell.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIButton.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Form/LBTAFormController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderFooterController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextField+Tools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/LBTATools/LBTATools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIColor+Helpers.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/AnchoredConstraints.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Layout.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIKitSubclasses/CircularImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/AspectFitImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIStackView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Target\ Support\ Files/LBTATools/LBTATools-umbrella.h /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/Objects-normal/x86_64/LBTAListCell~partial.swiftsourceinfo : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/IndentedTextField.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Stacking.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UILabel.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListCell.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIButton.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Form/LBTAFormController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListHeaderFooterController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/ListController/LBTAListController.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextField+Tools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/LBTATools/LBTATools.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIColor+Helpers.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/AnchoredConstraints.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIView+Layout.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/UIKitSubclasses/CircularImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/AspectFitImageView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UIStackView.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/UITextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Target\ Support\ Files/LBTATools/LBTATools-umbrella.h /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** * D header file for GNU/Linux. * * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Teodor Dutu */ module core.sys.linux.sys.procfs; import core.sys.posix.sys.types : pid_t; version (linux) { alias lwpid_t = pid_t; }
D
INSTANCE Info_Mod_Shrat_Hi (C_INFO) { npc = Mod_1119_PSINOV_Shrat_MT; nr = 1; condition = Info_Mod_Shrat_Hi_Condition; information = Info_Mod_Shrat_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Shrat_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Shrat_Hi_Info() { AI_Output(self, hero, "Info_Mod_Shrat_Hi_09_00"); //Stör nicht meine Ruhe! }; INSTANCE Info_Mod_Shrat_Woher (C_INFO) { npc = Mod_1119_PSINOV_Shrat_MT; nr = 1; condition = Info_Mod_Shrat_Woher_Condition; information = Info_Mod_Shrat_Woher_Info; permanent = 1; important = 0; description = "Wieso bist du alleine in einer Hütte mitten im Sumpf?"; }; FUNC INT Info_Mod_Shrat_Woher_Condition() { if (Npc_KnowsInfo(hero, Info_Mod_Shrat_Hi)) { return 1; }; }; FUNC VOID Info_Mod_Shrat_Woher_Info() { AI_Output(hero, self, "Info_Mod_Shrat_Woher_15_00"); //Wieso bist du alleine in einer Hütte mitten im Sumpf? AI_Output(self, hero, "Info_Mod_Shrat_Woher_09_01"); //Weil ich meine Ruhe haben will. Nie hab ich meine Ruhe gehabt. AI_Output(self, hero, "Info_Mod_Shrat_Woher_09_02"); //Erst musste ich auf Onars Hof den ganzen Tag schuften, bis ich mit einem seiner Schafe abgehauen bin. AI_Output(self, hero, "Info_Mod_Shrat_Woher_09_03"); //Als sie mich in die Kolonie geworfen haben, habe ich gedacht, dass das Sumpflager ganz gemütlich ist. AI_Output(self, hero, "Info_Mod_Shrat_Woher_09_04"); //Aber dort durfte ich den ganzen Tag Sumpfkraut stampfen und das war nicht das, was ich wollte. AI_Output(self, hero, "Info_Mod_Shrat_Woher_09_05"); //Dann bin abgehauen und hab mir hier eine kleine Hütte gebaut und endlich hab ich meine Ruhe. }; INSTANCE Info_Mod_Shrat_Pickpocket (C_INFO) { npc = Mod_1119_PSINOV_Shrat_MT; nr = 1; condition = Info_Mod_Shrat_Pickpocket_Condition; information = Info_Mod_Shrat_Pickpocket_Info; permanent = 1; important = 0; description = Pickpocket_30; }; FUNC INT Info_Mod_Shrat_Pickpocket_Condition() { C_Beklauen (23, ItMi_Gold, 12); }; FUNC VOID Info_Mod_Shrat_Pickpocket_Info() { Info_ClearChoices (Info_Mod_Shrat_Pickpocket); Info_AddChoice (Info_Mod_Shrat_Pickpocket, DIALOG_BACK, Info_Mod_Shrat_Pickpocket_BACK); Info_AddChoice (Info_Mod_Shrat_Pickpocket, DIALOG_PICKPOCKET, Info_Mod_Shrat_Pickpocket_DoIt); }; FUNC VOID Info_Mod_Shrat_Pickpocket_BACK() { Info_ClearChoices (Info_Mod_Shrat_Pickpocket); }; FUNC VOID Info_Mod_Shrat_Pickpocket_DoIt() { if (B_Beklauen() == TRUE) { Info_ClearChoices (Info_Mod_Shrat_Pickpocket); } else { Info_ClearChoices (Info_Mod_Shrat_Pickpocket); Info_AddChoice (Info_Mod_Shrat_Pickpocket, DIALOG_PP_BESCHIMPFEN, Info_Mod_Shrat_Pickpocket_Beschimpfen); Info_AddChoice (Info_Mod_Shrat_Pickpocket, DIALOG_PP_BESTECHUNG, Info_Mod_Shrat_Pickpocket_Bestechung); Info_AddChoice (Info_Mod_Shrat_Pickpocket, DIALOG_PP_HERAUSREDEN, Info_Mod_Shrat_Pickpocket_Herausreden); }; }; FUNC VOID Info_Mod_Shrat_Pickpocket_Beschimpfen() { B_Say (hero, self, "$PICKPOCKET_BESCHIMPFEN"); B_Say (self, hero, "$DIRTYTHIEF"); Info_ClearChoices (Info_Mod_Shrat_Pickpocket); AI_StopProcessInfos (self); B_Attack (self, hero, AR_Theft, 1); }; FUNC VOID Info_Mod_Shrat_Pickpocket_Bestechung() { B_Say (hero, self, "$PICKPOCKET_BESTECHUNG"); var int rnd; rnd = r_max(99); if (rnd < 25) || ((rnd >= 25) && (rnd < 50) && (Npc_HasItems(hero, ItMi_Gold) < 50)) || ((rnd >= 50) && (rnd < 75) && (Npc_HasItems(hero, ItMi_Gold) < 100)) || ((rnd >= 75) && (rnd < 100) && (Npc_HasItems(hero, ItMi_Gold) < 200)) { B_Say (self, hero, "$DIRTYTHIEF"); Info_ClearChoices (Info_Mod_Shrat_Pickpocket); AI_StopProcessInfos (self); B_Attack (self, hero, AR_Theft, 1); } else { if (rnd >= 75) { B_GiveInvItems (hero, self, ItMi_Gold, 200); } else if (rnd >= 50) { B_GiveInvItems (hero, self, ItMi_Gold, 100); } else if (rnd >= 25) { B_GiveInvItems (hero, self, ItMi_Gold, 50); }; B_Say (self, hero, "$PICKPOCKET_BESTECHUNG_01"); Info_ClearChoices (Info_Mod_Shrat_Pickpocket); AI_StopProcessInfos (self); }; }; FUNC VOID Info_Mod_Shrat_Pickpocket_Herausreden() { B_Say (hero, self, "$PICKPOCKET_HERAUSREDEN"); if (r_max(99) < Mod_Verhandlungsgeschick) { B_Say (self, hero, "$PICKPOCKET_HERAUSREDEN_01"); Info_ClearChoices (Info_Mod_Shrat_Pickpocket); } else { B_Say (self, hero, "$PICKPOCKET_HERAUSREDEN_02"); }; }; INSTANCE Info_Mod_Shrat_EXIT (C_INFO) { npc = Mod_1119_PSINOV_Shrat_MT; nr = 1; condition = Info_Mod_Shrat_EXIT_Condition; information = Info_Mod_Shrat_EXIT_Info; permanent = 1; important = 0; description = DIALOG_ENDE; }; FUNC INT Info_Mod_Shrat_EXIT_Condition() { return 1; }; FUNC VOID Info_Mod_Shrat_EXIT_Info() { AI_StopProcessInfos (self); };
D
module ppl.resolve.ResolveCall; import ppl.internal; import common : contains; /// /// Resolve a call. /// /// - The target may be either a Function or a Variable (of function ptr type) /// - The target may be in any module, not just the current one /// /// - If we find a Function match that is a proxy for one or more external functions of /// a given name then we need to pull in the external module /// final class CallResolver { private: Module module_; ResolveModule resolver; FunctionFinder functionFinder; FoldUnreferenced foldUnreferenced; public: this(ResolveModule resolver) { this.resolver = resolver; this.module_ = resolver.module_; this.foldUnreferenced = resolver.foldUnreferenced; this.functionFinder = new FunctionFinder(module_); } void resolve(Call n) { void _setFuncTarget(Function f) { n.target.set(f); resolver.setModified(n); } void _setVarTarget(Variable v) { n.target.set(v); resolver.setModified(n); } if(!n.target.isResolved) { bool isTemplated = n.isTemplated; Expression prev = n.prevLink(); foreach(ref t; n.templateTypes) { resolver.aliasResolver.resolve(n, t); } if(n.isStartOfChain()) { // Wait for the Constructor to be rewritten if(n.name=="new" && n.parent.isA!Constructor) { return; } auto callable = functionFinder.standardFind(n); if(callable.resultReady) { /// If we get here then we have 1 good match if(callable.isFunction) { _setFuncTarget(callable.func); } if(callable.isVariable) { _setVarTarget(callable.var); } } } else if(prev.id==NodeID.MODULE_ALIAS) { /// auto modAlias = prev.as!ModuleAlias; auto callable = functionFinder.standardFind(n, modAlias); if(callable.resultReady) { /// If we get here then we have 1 good match assert(callable.isFunction); _setFuncTarget(callable.func); } } else { assert(prev); Type prevType = prev.getType; assert(prevType); if(!prevType.isKnown) return; auto dot = n.parent.as!Dot; assert(dot); if(!prevType.isStructOrClass()) { module_.addError(prev, "Left of call '%s' must be a struct type not a %s".format(n.name, prevType), true); return; } //dd("module:", module_.canonicalName, "call:", n, "prevType:", prevType); Struct ns = prevType.getStruct; assert(ns); bool isStaticAccess = resolver.isAStaticTypeExpr(prev); //if(dot.isStaticAccess!=isStaticAccess) { //dd("!!!!!!!!!!!!!!!!!!!", isStaticAccess, dot.isStaticAccess, // module_.canonicalName, n.line+1, n.name, "prev:", prev.id); //warn(n, "Deprecated :: found"); //} //////////////////////// if(isStaticAccess) { auto callable = functionFinder.structFind(n, ns, true); if(callable.resultReady) { /// If we get here then we have 1 good match if(callable.isFunction) { _setFuncTarget(callable.func); } if(callable.isVariable) { _setVarTarget(callable.var); } } } else { if(n.name!="new" && !n.implicitThisArgAdded) { /// Rewrite this call so that prev becomes the 1st argument (this*) /// Make a dummy TypeExpr to insert in the hole we are going to make /// by moving prev to the first child of Call /// Dot /// Identifier (prev) /// Call /// args /// Dot /// TypeExpr(this) <---| /// Call | /// Identifier <---| /// args auto dummy = TypeExpr.make( prevType.isPtr ? prevType : Pointer.of(prevType,1) ); /// Fold but don't dereference 'prev' foldUnreferenced.fold(prev, dummy, false); if(prevType.isValue) { auto ptr = makeNode!AddressOf; ptr.add(prev); n.insertAt(0, ptr); } else { n.insertAt(0, prev); } if(n.paramNames.length>0) n.paramNames = "this" ~ n.paramNames; n.implicitThisArgAdded = true; } auto callable = functionFinder.structFind(n, ns, false); if(callable.resultReady) { /// If we get here then we have 1 good match if(module_.config.nullChecks) { if(prevType.isPtr && prev.isIdentifier) { auto id = prev.getIdentifier(); module_.nodeBuilder.addNullCheck(id); } } if(callable.isFunction) { _setFuncTarget(callable.func); } if(callable.isVariable) { _setVarTarget(callable.var); } } } } /// We added template params if(isTemplated != n.isTemplated) { resolver.setModified(n); } } if(n.target.isResolved && n.argTypes.areKnown) { /// We have a target and all args are known /// Check to see whether we need to add an implicit "this." prefix // if(n.isStartOfChain() && // n.argTypes.length == n.target.paramTypes.length.toInt-1 && // !n.implicitThisArgAdded) // { // auto ns = n.getAncestor!Struct; // if(ns) { // auto r = resolver.identifierResolver.find("this", n); // if(r.found) { // n.addImplicitThisArg(r.var); // resolver.setModified(n); // } // } // } /// Rearrange the args to match the parameter order if(n.paramNames.length>0) { //dd("!!!", n.target, n.paramNames, n.target.paramNames()); if(n.paramNames.length != n.target.paramNames().length) { module_.addError(n, "Expecting %s arguments, not %s".format(n.target.paramNames().length, n.paramNames.length), true); return; } import common : indexOf; auto targetNames = n.target.paramNames(); auto args = new Expression[n.numArgs]; foreach(i, name; n.paramNames) { auto index = targetNames.indexOf(name); if(index==-1) { module_.addError(n, "Parameter name %s not found".format(name), true); return; } args[index] = n.arg(i.as!int); } assert(args.length==n.numArgs); foreach(a; args) { a.detach(); } foreach(a; args) { n.add(a); } /// We don't need the param names any more n.paramNames = null; resolver.setModified(n); } else { if(n.numArgs != n.target.paramTypes.length) { module_.addError(n, "Expecting %s arguments, not %s".format(n.target.paramTypes.length, n.numArgs), true); } } if(!n.argTypes.canImplicitlyCastTo(n.target.paramTypes)) { module_.addError(n, "Cannot implicitly cast arguments (%s) to params (%s)".format(n.argTypes.toString, n.target.paramTypes.toString), true); } } } private: void chat(A...)(lazy string fmt, lazy A args) { //if(module_.canonicalName=="test") { // dd(format(fmt, args)); //} } }
D
module chipmunk.chipmunk_unsafe; import chipmunk.chipmunk_types; import chipmunk.chipmunk_structs; extern (C): void cpCircleShapeSetRadius (cpShape* shape, cpFloat radius); void cpCircleShapeSetOffset (cpShape* shape, cpVect offset); void cpSegmentShapeSetEndpoints (cpShape* shape, cpVect a, cpVect b); void cpSegmentShapeSetRadius (cpShape* shape, cpFloat radius); void cpPolyShapeSetVerts (cpShape* shape, int count, cpVect* verts, cpTransform transform); void cpPolyShapeSetVertsRaw (cpShape* shape, int count, cpVect* verts); void cpPolyShapeSetRadius (cpShape* shape, cpFloat radius);
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * gtkD is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with gtkD; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ // generated automatically - do not change // find conversion definition on APILookup.txt // implement new conversion functionalities on the wrap.utils pakage /* * Conversion parameters: * inFile = AtkObjectFactory.html * outPack = atk * outFile = ObjectFactory * strct = AtkObjectFactory * realStrct= * ctorStrct= * clss = ObjectFactory * interf = * class Code: No * interface Code: No * template for: * extend = * implements: * prefixes: * - atk_object_factory_ * omit structs: * omit prefixes: * omit code: * omit signals: * imports: * - gtkD.atk.ObjectAtk * - gtkD.gobject.ObjectG * structWrap: * - AtkObject* -> ObjectAtk * - GObject* -> ObjectG * module aliases: * local aliases: * overrides: */ module gtkD.atk.ObjectFactory; public import gtkD.gtkc.atktypes; private import gtkD.gtkc.atk; private import gtkD.glib.ConstructionException; private import gtkD.atk.ObjectAtk; private import gtkD.gobject.ObjectG; private import gtkD.gobject.ObjectG; /** * Description * This class is the base object class for a factory used to create an * accessible object for a specific GType. The function * atk_registry_set_factory_type() is normally called to store * in the registry the factory type to be used to create an accessible of a * particular GType. */ public class ObjectFactory : ObjectG { /** the main Gtk struct */ protected AtkObjectFactory* atkObjectFactory; public AtkObjectFactory* getObjectFactoryStruct() { return atkObjectFactory; } /** the main Gtk struct as a void* */ protected override void* getStruct() { return cast(void*)atkObjectFactory; } /** * Sets our main struct and passes it to the parent class */ public this (AtkObjectFactory* atkObjectFactory) { if(atkObjectFactory is null) { this = null; return; } //Check if there already is a D object for this gtk struct void* ptr = getDObject(cast(GObject*)atkObjectFactory); if( ptr !is null ) { this = cast(ObjectFactory)ptr; return; } super(cast(GObject*)atkObjectFactory); this.atkObjectFactory = atkObjectFactory; } /** */ /** * Provides an AtkObject that implements an accessibility interface * on behalf of obj * Params: * obj = a GObject * Returns: an AtkObject that implements an accessibility interfaceon behalf of obj */ public ObjectAtk createAccessible(ObjectG obj) { // AtkObject* atk_object_factory_create_accessible (AtkObjectFactory *factory, GObject *obj); auto p = atk_object_factory_create_accessible(atkObjectFactory, (obj is null) ? null : obj.getObjectGStruct()); if(p is null) { return null; } return new ObjectAtk(cast(AtkObject*) p); } /** * Gets the GType of the accessible which is created by the factory. * Returns: the type of the accessible which is created by the factory.The value G_TYPE_INVALID is returned if no type if found. */ public GType getAccessibleType() { // GType atk_object_factory_get_accessible_type (AtkObjectFactory *factory); return atk_object_factory_get_accessible_type(atkObjectFactory); } /** * Inform factory that it is no longer being used to create * accessibles. When called, factory may need to inform * AtkObjects which it has created that they need to be re-instantiated. * Note: primarily used for runtime replacement of AtkObjectFactorys * in object registries. */ public void invalidate() { // void atk_object_factory_invalidate (AtkObjectFactory *factory); atk_object_factory_invalidate(atkObjectFactory); } }
D
module gfm.sdl.framecounter; import derelict.sdl.sdl; import gfm.sdl.sdl; import gfm.math.statistics; import gfm.common.queue; // gets intra-frame delta time class FrameCounter { public { this(SDL sdl) { _sdl = sdl; _firstFrame = true; _elapsedTime = 0; } /** * Mark the beginning of a new frame, get the current delta * time in milliseconds. */ ulong tickMs() { if (_firstFrame) { _lastTime = getCurrentTime(); _firstFrame = false; return 0; // no advance for first frame } else { uint now = getCurrentTime(); uint delta = now - _lastTime; _elapsedTime += delta; _lastTime = now; return delta; } } /** * Same in seconds. */ double tick() { return tickMs() * 0.001; } /** * Number of elapsed milliseconds. */ ulong elapsedTimeMs() const { return _elapsedTime; } /** * Same in seconds. */ double elapsedTime() const { return _elapsedTime * 0.001; } } private { SDL _sdl; bool _firstFrame; uint _lastTime; ulong _elapsedTime; uint getCurrentTime() { return SDL_GetTicks(); } } }
D
module sut.config; import sut.util: toArray, unprefix; static import sut.wrapper; debug import std.stdio; /** * Static `Config` instance. */ static Config config; /** * Container for the unit test configuration file and its content. * The file content is stored in an array. */ struct FileContent { mixin FileContentTemplate; } /** * Container for unit test configuration file with unrecognized items. * The unrecognized items are stored in an array. */ struct Unknown { mixin FileContentTemplate; } /** * Container for the contents of unit test configuration files. */ struct Config { string[] unittests; string[] modules; Unknown[] unknown; /** * Collect unit test and module strings from unit test configuration files * specified in the string array argument. * * Returns: Number of non-empty files. */ size_t collect (const string[] arg) { import std.exception: enforce; import std.file: exists; import std.format: format; enum FILE_NOT_FOUND = "File not found: %s"; size_t withContent = 0; if (arg.length == 0) { return withContent; } foreach (file; arg) { enforce(file.exists(), format(FILE_NOT_FOUND, file)); auto fileContent = readFile(file); if (fileContent.isEmpty()) { continue; } withContent++; filter(fileContent); } return withContent; } /** * Initialize fields to defaults. */ void reset () { unittests = (string[]).init; modules = (string[]).init; unknown = (Unknown[]).init; } /** * Determine whether the unknown container has items. */ bool hasUnknowns () const { return unknown.length > 0; } /** * Read the contents of the file specified by the string argument. */ private FileContent readFile (const string arg) { import std.file: readText; return FileContent(arg, arg.readText().toArray()); } /** * Segregate file contents into their corresponding containers. */ private bool filter (const FileContent arg) { import std.algorithm: startsWith; enum BLOCK_PREFIX = "utb"; enum MODULE_PREFIX = "utm"; enum SEPARATOR = ":"; Unknown localUnknown; localUnknown.filename = arg.filename; foreach (item; arg.content) { if (item.startsWith(BLOCK_PREFIX)) { unittests ~= item.unprefix(BLOCK_PREFIX, SEPARATOR.length); } else if (item.startsWith(MODULE_PREFIX)) { modules ~= item.unprefix(MODULE_PREFIX, SEPARATOR.length); } else { localUnknown.content ~= item; } } if (!localUnknown.isEmpty()) { unknown ~= localUnknown; } return true; } } @("Config.readFile") unittest { mixin (sut.wrapper.prologue); enum content = ` utb:one utb:two utm:first utm:second utb:three utm:third x `; static import std.file; import std.string: strip, splitLines; const TestFile = std.file.tempDir() ~ "/config.test"; const unknown = Unknown(TestFile, ["x"]); if (std.file.exists(TestFile)) { std.file.remove(TestFile); } assert (!std.file.exists(TestFile)); std.file.write(TestFile, content); assert (std.file.exists(TestFile)); Config conf; const fileContent = conf.readFile(TestFile); assert (!fileContent.isEmpty); conf.filter(fileContent); assert (conf.unittests == ["one", "three", "two"]); assert (conf.modules == ["first", "second", "third"]); assert (conf.hasUnknowns()); assert (conf.unknown == [Unknown(TestFile, ["x"])]); conf.reset(); assert (conf.unittests == (string[]).init); assert (conf.modules == (string[]).init); assert (!conf.hasUnknowns()); std.file.remove(TestFile); assert (!std.file.exists(TestFile)); } private: /** * A mixin template containing a file and its content. */ mixin template FileContentTemplate () { string filename; string[] content; /** * Constructor. */ this ( const string arg, const string[] args ) { filename = arg; content = args.dup; } /** * Determine whether the container is empty. * * Returns: `true` if the container is empty. */ bool isEmpty () const { return content.length == 0; } }
D
/* * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ module pango.c.utils; import pango.c.font; import pango.c.types; import glib; import gobject; import core.stdc.stdio; extern(C): enum PANGO_VERSION_MAJOR = 1; enum PANGO_VERSION_MINOR = 36; enum PANGO_VERSION_MICRO = 8; enum PANGO_VERSION_STRING = "1.36.8"; char ** pango_split_file_list (const(char) *str); char *pango_trim_string (const(char) *str); gint pango_read_line (FILE *stream, GString *str); gboolean pango_skip_space (const(char) **pos); gboolean pango_scan_word (const(char) **pos, GString *out_); gboolean pango_scan_string (const(char) **pos, GString *out_); gboolean pango_scan_int (const(char) **pos, int *out_); char * pango_config_key_get_system (const(char) *key); char * pango_config_key_get (const(char) *key); deprecated void pango_lookup_aliases (const(char) *fontname, char ***families, int *n_families); gboolean pango_parse_enum (GType type, const(char) *str, int *value, gboolean warn, char **possible_values); /* Functions for parsing textual representations * of PangoFontDescription fields. They return TRUE if the input string * contains a valid value, which then has been assigned to the corresponding * field in the PangoFontDescription. If the warn parameter is TRUE, * a warning is printed (with g_warning) if the string does not * contain a valid value. */ gboolean pango_parse_style (const(char) *str, PangoStyle *style, gboolean warn); gboolean pango_parse_variant (const(char) *str, PangoVariant *variant, gboolean warn); gboolean pango_parse_weight (const(char) *str, PangoWeight *weight, gboolean warn); gboolean pango_parse_stretch (const(char) *str, PangoStretch *stretch, gboolean warn); /* On Unix, return the name of the "pango" subdirectory of SYSCONFDIR * (which is set at compile time). On Win32, return the Pango * installation directory (which is set at installation time, and * stored in the registry). The returned string should not be * g_free'd. */ pure const(char) * pango_get_sysconf_subdirectory (); /* Ditto for LIBDIR/pango. On Win32, use the same Pango * installation directory. This returned string should not be * g_free'd either. */ pure const(char) * pango_get_lib_subdirectory (); /* Hint line position and thickness. */ void pango_quantize_line_geometry (int *thickness, int *position); /* A routine from fribidi that we either wrap or provide ourselves. */ guint8 * pango_log2vis_get_embedding_levels (const(gchar) *text, int length, PangoDirection *pbase_dir); /* Unicode characters that are zero-width and should not be rendered * normally. */ pure gboolean pango_is_zero_width (gunichar ch); /* Pango version checking */ /* Encode a Pango version as an integer */ /** * PANGO_VERSION_ENCODE: * @major: the major component of the version number * @minor: the minor component of the version number * @micro: the micro component of the version number * * This macro encodes the given Pango version into an integer. The numbers * returned by %PANGO_VERSION and pango_version() are encoded using this macro. * Two encoded version numbers can be compared as integers. */ auto PANGO_VERSION_ENCODE(N)(N major, N minor, N micro) { return major * 10000 + minor * 100 + micro; } /* Encoded version of Pango at compile-time */ /** * PANGO_VERSION: * * The version of Pango available at compile-time, encoded using PANGO_VERSION_ENCODE(). */ /** * PANGO_VERSION_STRING: * * A string literal containing the version of Pango available at compile-time. */ /** * PANGO_VERSION_MAJOR: * * The major component of the version of Pango available at compile-time. */ /** * PANGO_VERSION_MINOR: * * The minor component of the version of Pango available at compile-time. */ /** * PANGO_VERSION_MICRO: * * The micro component of the version of Pango available at compile-time. */ enum PANGO_VERSION = PANGO_VERSION_ENCODE(PANGO_VERSION_MAJOR, PANGO_VERSION_MINOR, PANGO_VERSION_MICRO); /* Check that compile-time Pango is as new as required */ /** * PANGO_VERSION_CHECK: * @major: the major component of the version number * @minor: the minor component of the version number * @micro: the micro component of the version number * * Checks that the version of Pango available at compile-time is not older than * the provided version number. */ bool PANGO_VERSION_CHECK(N)(N major, N minor, N micro) { return PANGO_VERSION >= PANGO_VERSION_ENCODE(major, minor, micro); } /* Return encoded version of Pango at run-time */ pure int pango_version (); /* Return run-time Pango version as an string */ pure const(char) * pango_version_string (); /* Check that run-time Pango is as new as required */ pure const(char) * pango_version_check (int required_major, int required_minor, int required_micro);
D
module slider; /+ + Copyright Andrej Mitrovic 2011. + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) +/ /+ + This is an example of a custom Slider widget implemented with + CairoD with the help of the Win32 API. + You can change the orientation of the slider, its colors, + its maximum value and the extra padding that allows selection + of the slider within extra bounds. + + Currently it doesn't instantiate multiple sliders. + + It relies heavily on Win32 features, such as widgets being + implemented as windows (windows, buttons, menus, and even the + desktop window are all windows) which have X and Y points relative + to their own window, the ability to capture the mouse position + even when it goes outside a window area, and some other features. +/ import core.memory; import core.runtime; import core.thread; import core.stdc.config; import std.algorithm; import std.array; import std.conv; import std.exception; import std.functional; import std.math; import std.random; import std.range; import std.stdio; import std.string; import std.traits; import std.utf; pragma(lib, "gdi32.lib"); import win32.windef; import win32.winuser; import win32.wingdi; alias std.algorithm.min min; // conflict resolution alias std.algorithm.max max; // conflict resolution import cairo.c.cairo; import cairo.cairo; import cairo.win32; alias cairo.cairo.RGB RGB; // conflict resolution /* * These should be tracked in one place for the entire app, * otherwise you might end up having multiple widgets with * their own control/shift key states. */ __gshared bool shiftState; __gshared bool controlState; __gshared bool mouseTrack; /* Used in painting the slider background/foreground/thumb */ struct SliderColors { RGBA thumbActive; RGBA thumbHover; RGBA thumbIdle; RGBA fill; RGBA back; RGBA window; } /* Two types of sliders */ enum Axis { vertical, horizontal } class SliderWindow { int cxClient, cyClient; /* width, height */ HWND hwnd; RGBA thumbColor; // current active thumb color Axis axis; // slider orientation SliderColors colors; // initialized colors int thumbPos; int size; int thumbSize; int offset; // since round caps add additional pixels, we offset the drawing int step; // used when control key is held bool isActive; this(HWND hwnd, Axis axis, int size, int thumbSize, int padding, SliderColors colors) { this.hwnd = hwnd; this.colors = colors; this.axis = axis; this.size = size; this.thumbSize = thumbSize; offset = padding / 2; thumbPos = (axis == Axis.horizontal) ? 0 : size - thumbSize; step = (axis == Axis.horizontal) ? 2 : -2; } /* Get the mouse offset based on slider orientation */ short getTrackPos(LPARAM lParam) { final switch (axis) { case Axis.vertical: { return cast(short)HIWORD(lParam); } case Axis.horizontal: { return cast(short)LOWORD(lParam); } } } /* Flips x and y based on slider orientation */ void axisFlip(ref int x, ref int y) { final switch (axis) { case Axis.vertical: { break; } case Axis.horizontal: { std.algorithm.swap(x, y); break; } } } /* Update the thumb position based on mouse position */ void mouseTrackPos(LPARAM lParam) { auto trackPos = getTrackPos(lParam); /* steps: * 1. compensate for offseting the slider drawing * (we do not draw from Point(0, 0) because round caps add more pixels). * 2. position the thumb so its center is at the mouse cursor position. * 3. limit the final value between the minimum and maximum position. */ thumbPos = (max(0, min(trackPos - offset - (thumbSize / 2), size))); } /* Get the neutral value (calculated based on axis orientation.) */ int getValue() { final switch (axis) { // vertical sliders have a more natural minimum position at the bottom, // and since the Y axis increases towards the bottom we have to invert // this value. case Axis.vertical: { return (retro(iota(0, size + 1)))[thumbPos]; } case Axis.horizontal: { return thumbPos; } } } /* Process window messages for this slider */ LRESULT process(UINT message, WPARAM wParam, LPARAM lParam) { HDC hdc; PAINTSTRUCT ps; RECT rc; HDC _buffer; HBITMAP hBitmap; HBITMAP hOldBitmap; switch (message) { case WM_SIZE: { cxClient = LOWORD(lParam); cyClient = HIWORD(lParam); InvalidateRect(hwnd, null, FALSE); return 0; } /* We're selected, capture the mouse and track its position, * focus our window (this unfocuses all other windows). */ case WM_LBUTTONDOWN: { mouseTrackPos(lParam); SetCapture(hwnd); mouseTrack = true; SetFocus(hwnd); InvalidateRect(hwnd, null, FALSE); return 0; } /* * End any mouse tracking. */ case WM_LBUTTONUP: { if (mouseTrack) { ReleaseCapture(); mouseTrack = false; } InvalidateRect(hwnd, null, FALSE); return 0; } /* * We're focused, change slider settings. */ case WM_SETFOCUS: { isActive = true; thumbColor = colors.thumbActive; InvalidateRect(hwnd, null, FALSE); return 0; } /* * We've lost focus, change slider settings. */ case WM_KILLFOCUS: { isActive = false; thumbColor = colors.thumbIdle; InvalidateRect(hwnd, null, FALSE); return 0; } /* * If we're tracking the mouse update the * slider thumb position. */ case WM_MOUSEMOVE: { if (mouseTrack) // move thumb { //~ writeln(getValue()); mouseTrackPos(lParam); InvalidateRect(hwnd, null, FALSE); } return 0; } /* * Mouse wheel can control the slider position too. */ case WM_MOUSEWHEEL: { if (isActive) { OnMouseWheel(cast(short)HIWORD(wParam)); InvalidateRect(hwnd, null, FALSE); } return 0; } /* * Various keys such as Up/Down/Left/Right/PageUp/ * PageDown/Tab/ and the Shift state can control * the slider thumb position. */ case WM_KEYDOWN: case WM_KEYUP: case WM_CHAR: case WM_DEADCHAR: case WM_SYSKEYDOWN: case WM_SYSKEYUP: case WM_SYSCHAR: case WM_SYSDEADCHAR: { // message: key state, wParam: key ID keyUpdate(message, wParam); InvalidateRect(hwnd, null, FALSE); return 0; } /* * The paint routine recreates the Cairo context and double-buffering * mechanism on each WM_PAINT message. You could set up context recreation * only when it's necessary (e.g. on a WM_SIZE message), however this quickly * gets complicated due to Cairo's stateful API. */ case WM_PAINT: { hdc = BeginPaint(hwnd, &ps); GetClientRect(hwnd, &rc); auto left = rc.left; auto top = rc.top; auto right = rc.right; auto bottom = rc.bottom; auto width = right - left; auto height = bottom - top; auto x = left; auto y = top; /* Double buffering */ _buffer = CreateCompatibleDC(hdc); hBitmap = CreateCompatibleBitmap(hdc, width, height); hOldBitmap = SelectObject(_buffer, hBitmap); auto surf = new Win32Surface(_buffer); auto ctx = Context(surf); drawSlider(ctx); // Blit the texture to the screen BitBlt(hdc, 0, 0, width, height, _buffer, x, y, SRCCOPY); surf.finish(); surf.dispose(); ctx.dispose(); SelectObject(_buffer, hOldBitmap); DeleteObject(hBitmap); DeleteDC(_buffer); EndPaint(hwnd, &ps); return 0; } default: } return DefWindowProc(hwnd, message, wParam, lParam); } void drawSlider(Context ctx) { /* window backround */ ctx.setSourceRGBA(colors.window); ctx.paint(); ctx.translate(offset, offset); ctx.setLineWidth(10); ctx.setLineCap(LineCap.CAIRO_LINE_CAP_ROUND); /* slider backround */ auto begX = 0; auto begY = 0; auto endX = 0; auto endY = size + thumbSize; axisFlip(begX, begY); axisFlip(endX, endY); ctx.setSourceRGBA(colors.back); ctx.moveTo(begX, begY); ctx.lineTo(endX, endY); ctx.stroke(); /* slider value fill */ begX = 0; // vertical sliders have a minimum position at the bottom. begY = (axis == Axis.horizontal) ? 0 : size + thumbSize; endX = 0; endY = thumbPos + thumbSize; axisFlip(begX, begY); axisFlip(endX, endY); ctx.setSourceRGBA(colors.fill); ctx.moveTo(begX, begY); ctx.lineTo(endX, endY); ctx.stroke(); /* slider thumb */ begX = 0; begY = thumbPos; endX = 0; endY = thumbPos + thumbSize; axisFlip(begX, begY); axisFlip(endX, endY); ctx.setSourceRGBA(thumbColor); ctx.moveTo(begX, begY); ctx.lineTo(endX, endY); ctx.stroke(); } /* * Process various keys. * This function is continuously called when a key is held, * but we only update the slider position when a key is pressed * down (WM_KEYDOWN), and not when it's released. */ void keyUpdate(UINT keyState, WPARAM wParam) { switch (wParam) { case VK_LEFT: { if (keyState == WM_KEYDOWN) { if (controlState) thumbPos -= step * 2; else thumbPos -= step; } break; } case VK_RIGHT: { if (keyState == WM_KEYDOWN) { if (controlState) thumbPos += step * 2; else thumbPos += step; } break; } case VK_SHIFT: { shiftState = (keyState == WM_KEYDOWN); break; } case VK_CONTROL: { controlState = (keyState == WM_KEYDOWN); break; } case VK_UP: { if (keyState == WM_KEYDOWN) { if (controlState) thumbPos += step * 2; else thumbPos += step; } break; } case VK_DOWN: { if (keyState == WM_KEYDOWN) { if (controlState) thumbPos -= step * 2; else thumbPos -= step; } break; } case VK_HOME: { thumbPos = 0; break; } case VK_END: { thumbPos = size; break; } case VK_PRIOR: // page up { thumbPos += step * 2; break; } case VK_NEXT: // page down { thumbPos -= step * 2; break; } /* * this can be used to switch between different slider windows. * However this should ideally be handled in a main window, not here. * We could pass this message back to the main window. * Currently unimplemented. */ case VK_TAB: { //~ if (shiftState) // shift+tab means go the other way //~ SetFocus(slidersRange.back); //~ else //~ SetFocus(slidersRange.front); //~ break; } default: } // normalize the thumb position thumbPos = (max(0, min(thumbPos, size))); } void OnMouseWheel(sizediff_t nDelta) { if (-nDelta/120 > 0) thumbPos -= step; else thumbPos += step; thumbPos = (max(0, min(thumbPos, size))); } } /* * A place to hold Slider objects. Since each window has a unique HWND, * we can use this hash type to store references to objects and call * their window processing methods. */ SliderWindow[HWND] SliderHandles; /* * All Slider windows will have this same window procedure registered via * RegisterClass(), we use it to dispatch to the appropriate class window * processing method. We could also place this inside the Slider class as * a static method, however this kind of dispatch function is actually * useful for dispatching to any number and types of windows. * * A similar technique is used in the DFL and DGUI libraries for all of its * windows and widgets. */ extern (Windows) LRESULT winDispatch(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { auto slider = hwnd in SliderHandles; if (slider !is null) { return slider.process(message, wParam, lParam); } return DefWindowProc(hwnd, message, wParam, lParam); } extern (Windows) LRESULT mainWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { static int size = 100; static int padding = 20; static int thumbSize = 20; static HWND hSlider; static axis = Axis.vertical; /* vertical or horizontal orientation */ switch (message) { case WM_CREATE: { hSlider = CreateWindow(sliderClass.toUTF16z, null, WS_CHILDWINDOW | WS_VISIBLE, 0, 0, 0, 0, hwnd, cast(HMENU)(0), // child ID cast(HINSTANCE)GetWindowLongPtr(hwnd, GWL_HINSTANCE), // hInstance null); SliderColors colors; with (colors) { thumbActive = RGBA(1, 1, 1, 1); thumbHover = RGBA(1, 1, 0, 1); thumbIdle = RGBA(1, 0, 0, 1); fill = RGBA(1, 0, 0, 1); back = RGBA(1, 0, 0, 0.5); window = RGBA(0, 0, 0, 0); } SliderHandles[hSlider] = new SliderWindow(hSlider, axis, size, thumbSize, padding, colors); return 0; } /* The main window creates the child window and has to set the position and size. */ case WM_SIZE: { auto sliderWidth = size + padding + thumbSize; auto sliderHeight = padding; if (axis == Axis.vertical) std.algorithm.swap(sliderWidth, sliderHeight); MoveWindow(hSlider, 0, 0, sliderWidth, sliderHeight, true); return 0; } /* Focus main window, this kills any active child window focus. */ case WM_LBUTTONDOWN: { SetFocus(hwnd); return 0; } case WM_KEYDOWN: { if (wParam == VK_ESCAPE) goto case WM_DESTROY; return 0; } case WM_DESTROY: { PostQuitMessage(0); return 0; } default: } return DefWindowProc(hwnd, message, wParam, lParam); } string sliderClass = "SliderClass"; int myWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow) { string appName = "sliders"; HWND hwnd; MSG msg; WNDCLASS wndclass; wndclass.style = CS_HREDRAW | CS_VREDRAW; wndclass.lpfnWndProc = &mainWinProc; wndclass.cbClsExtra = 0; wndclass.cbWndExtra = 0; wndclass.hInstance = hInstance; wndclass.hIcon = LoadIcon(null, IDI_APPLICATION); wndclass.hCursor = LoadCursor(null, IDC_ARROW); wndclass.hbrBackground = null; // todo: replace with null, paint bg with cairo wndclass.lpszMenuName = null; wndclass.lpszClassName = appName.toUTF16z; if (!RegisterClass(&wndclass)) { MessageBox(null, "This program requires Windows NT!", appName.toUTF16z, MB_ICONERROR); return 0; } /* Separate window class for all widgets, in this case only Sliders. */ wndclass.hbrBackground = null; wndclass.lpfnWndProc = &winDispatch; wndclass.cbWndExtra = 0; wndclass.hIcon = null; wndclass.lpszClassName = sliderClass.toUTF16z; if (!RegisterClass(&wndclass)) { MessageBox(null, "This program requires Windows NT!", appName.toUTF16z, MB_ICONERROR); return 0; } hwnd = CreateWindow(appName.toUTF16z, "sliders example", WS_OVERLAPPEDWINDOW, 400, 400, 50, 200, null, null, hInstance, null); ShowWindow(hwnd, iCmdShow); UpdateWindow(hwnd); while (GetMessage(&msg, null, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } return msg.wParam; } extern (Windows) int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow) { int result; try { Runtime.initialize(); result = myWinMain(hInstance, hPrevInstance, lpCmdLine, iCmdShow); Runtime.terminate(); } catch (Throwable o) { MessageBox(null, o.toString().toUTF16z, "Error", MB_OK | MB_ICONEXCLAMATION); result = 0; } return result; }
D
/Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/Objects-normal/x86_64/VC_outcome.o : /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/storeData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/userData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_advice.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/image.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_profile.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_outcome.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Base.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/AppDelegate.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_eatWith.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/social.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/Jiaben+CoreDataModel.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/commentsTableViewCell.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Login.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Join.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offerLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_showLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_location.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/newButton.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offer.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataProperties.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataClass.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_comments.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_storeList.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_About.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_menu.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_mainView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/FacebookCore.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/FacebookLogin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/MapKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFURL.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKHashtag.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLiking.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharing.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkResolving.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLink.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSendButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/Jaiben-Bridging-Header.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFExecutor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask+Exceptions.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkTarget.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFMeasurementEvent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/Objects-normal/x86_64/VC_outcome~partial.swiftmodule : /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/storeData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/userData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_advice.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/image.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_profile.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_outcome.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Base.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/AppDelegate.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_eatWith.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/social.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/Jiaben+CoreDataModel.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/commentsTableViewCell.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Login.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Join.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offerLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_showLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_location.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/newButton.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offer.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataProperties.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataClass.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_comments.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_storeList.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_About.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_menu.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_mainView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/FacebookCore.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/FacebookLogin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/MapKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFURL.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKHashtag.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLiking.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharing.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkResolving.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLink.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSendButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/Jaiben-Bridging-Header.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFExecutor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask+Exceptions.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkTarget.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFMeasurementEvent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/Objects-normal/x86_64/VC_outcome~partial.swiftdoc : /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/storeData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/userData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_advice.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/image.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_profile.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_outcome.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Base.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/AppDelegate.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_eatWith.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/social.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/Jiaben+CoreDataModel.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/commentsTableViewCell.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Login.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_Join.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offerLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_showLocation.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_location.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/newButton.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_offer.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataProperties.swift /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/DerivedSources/CoreDataGenerated/Jiaben/UserData+CoreDataClass.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_comments.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_storeList.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_About.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_menu.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/VC_mainView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/FacebookCore.swiftmodule/x86_64.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/FacebookLogin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/MapKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFURL.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit-umbrella.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTaskCompletionSource.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfile.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKHashtag.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLiking.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharing.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkResolving.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLink.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkNavigation.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFCancellationTokenRegistration.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSendButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/Jaiben-Bridging-Header.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFWebViewAppLinkResolver.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFExecutor.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKSettings.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFTask+Exceptions.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKMacros.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/Bolts.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkTarget.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Headers/FacebookCore-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Headers/FacebookLogin-Swift.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFMeasurementEvent.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookCore/FacebookCore.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FacebookLogin/FacebookLogin.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/Bolts/Bolts.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKShareKit/FBSDKShareKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKCoreKit/FBSDKCoreKit.framework/Modules/module.modulemap /Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Products/Debug-iphonesimulator/FBSDKLoginKit/FBSDKLoginKit.framework/Modules/module.modulemap
D
module tests.it.runtime.issues; import tests.it.runtime; // reggae/dub build should rebuild if dub.json/sdl change @("23") @Tags(["dub", "make"]) unittest { import std.process: execute; import reggae.path: buildPath; with(immutable ReggaeSandbox("dub")) { runReggae("-b", "make", "--dflags=-g"); make(["VERBOSE=1"]).shouldExecuteOk.shouldContain("-g"); { const ret = execute(["touch", buildPath(testPath, "dub.json")]); ret.status.shouldEqual(0); } { const ret = execute(["make", "-C", testPath]); // don't assert on the status of ret - it requires rerunning reggae // and that can fail if the reggae binary isn't built yet. // Either way make should run ret.output.shouldNotContain("Nothing to be done"); } } } @("62") @Flaky @Tags(["dub", "make"]) unittest { with(immutable ReggaeSandbox()) { writeFile("dub.sdl", ` name "issue62" dependency "arsd-official:nanovega" version="*" `); writeFile("source/app.d", q{ import arsd.simpledisplay; import arsd.nanovega; void main () { } } ); runReggae("-b", "make"); make.shouldExecuteOk; shouldSucceed("issue62"); } } @("73") @Tags("issues", "ninja") unittest { with(immutable ReggaeSandbox()) { writeFile("include/lib.h", `int twice(int i);`); writeFile("src/lib.c", ` #include "lib.h" int twice(int i) { return i * 2; } `); writeFile("reggaefile.d", q{ import reggae; alias mylib = staticLibrary!( "mylib", Sources!("src"), Flags(), ImportPaths(["include"]), ); mixin build!mylib; } ); runReggae("-b", "ninja"); ninja.shouldExecuteOk; } } @("dubLink") @Tags(["dub", "make"]) unittest { with(immutable ReggaeSandbox()) { writeFile("dub.sdl", ` name "dublink" `); writeFile("source/app.d", q{ void main () { } } ); writeFile("reggaefile.d", q{ import reggae; alias sourceObjs = dlangObjects!(Sources!"source"); alias exe = dubLink!(TargetName("exe"), Configuration("default"), sourceObjs); mixin build!exe; }); runReggae("-b", "make"); make.shouldExecuteOk; shouldSucceed("exe"); } } @("127.0") @Tags("dub", "issues", "ninja") unittest { with(immutable ReggaeSandbox()) { writeFile("dub.sdl", [ `name "issue157"`, `targetType "executable"`, `targetPath "daspath"` ] ); writeFile("source/app.d", [ `void main() {}`, ] ); version(Windows) { enum ut = `daspath\issue157-test-application.exe`; enum bin = `daspath\issue157.exe`; } else { enum ut = "daspath/issue157-test-application"; enum bin = "daspath/issue157"; } runReggae("-b", "ninja"); ninja(["default", ut]).shouldExecuteOk; shouldExist(bin); shouldExist(ut); } } @("127.1") @Tags("dub", "issues", "ninja") unittest { import std.file: mkdir; with(immutable ReggaeSandbox()) { writeFile("dub.sdl", [ `name "issue157"`, `targetType "executable"`, `targetPath "daspath"` ] ); writeFile("source/app.d", [ `void main() {}`, ] ); const bin = inSandboxPath("bin"); mkdir(bin); runReggae("-C", bin, "-b", "ninja", testPath); ninja(["-C", bin, "default", "ut"]).shouldExecuteOk; version(Windows) { shouldExist(`bin\issue157.exe`); shouldExist(`bin\issue157-test-application.exe`); } else { shouldExist("bin/issue157"); shouldExist("bin/issue157-test-application"); } } } @("140") @Tags("dub", "issues", "ninja") unittest { import std.path: buildPath; with(immutable ReggaeSandbox()) { writeFile("dub.sdl", [ `name "issue140"`, `targetType "executable"`, `targetPath "daspath"`, `dependency "bar" path="bar"` ] ); writeFile("source/app.d", [ `void main() {}`, ] ); writeFile( "bar/dub.sdl", [ `name "bar"`, `copyFiles "$PACKAGE_DIR/txts/text.txt"` ] ); writeFile("bar/source/bar.d", [ `module bar;`, `int twice(int i) { return i * 2; }`, ] ); writeFile("bar/txts/text.txt", "das text"); runReggae("-b", "ninja"); ninja(["default"]).shouldExecuteOk; shouldExist(buildPath("daspath", "text.txt")); } } @("144") @Tags("dub", "issues", "ninja") unittest { import std.path: buildPath; with(immutable ReggaeSandbox()) { writeFile("dub.sdl", [ `name "issue144"`, `targetType "executable"`, `configuration "default" {`, `}`, `configuration "daslib" {`, ` targetType "library"`, ` excludedSourceFiles "source/main.d"`, `}`, `configuration "weird" {`, ` targetName "weird"`, ` versions "weird"`, `}`, ] ); writeFile("source/main.d", [ `void main() {}`, ] ); writeFile("source/lib.d", [ `int twice(int i) { return i * 2; }`, ] ); version(Windows) { enum exe = "issue144.exe"; enum lib = "issue144.lib"; } else { enum exe = "issue144"; enum lib = "issue144.a"; } runReggae("-b", "ninja", "--dub-config=daslib"); ninja([lib]).shouldExecuteOk; ninja([exe]).shouldFailToExecute.should == ["ninja: error: unknown target '" ~ exe ~ "', did you mean '" ~ lib ~ "'?"]; // No unittest target when --dub-config is used ninja(["ut"]).shouldFailToExecute.should == ["ninja: error: unknown target 'ut'"]; } } @Tags("issues", "ninja") @("193") unittest { with (immutable ReggaeSandbox()) { writeFile( "reggaefile.d", q{ import reggae; alias testObjs = objectFiles!( Sources!(["src"], Files(["test.d"])), Flags("-g"), ImportPaths(["src"]), ); alias app = link!(ExeName("app"), testObjs); mixin build!app; } ); writeFile( "test.d", q{ static import foo; int main() { return foo.foo(42); } } ); writeFile( "src/foo.d", q{ module foo; int foo(int i) { return i * 2; } } ); runReggae("-b", "ninja"); ninja.shouldExecuteOk; } } // on Windows the exception message is slightly different and it's just not worth it version(Posix) { @Tags("issues", "ninja") @("194") unittest { with (immutable ReggaeSandbox()) { writeFile("reggaefile.d", [ `import reggae;`, `enum foo = Target("foo/bar/quux", "make -C DIR bin/exe DMD=sdc");`, `mixin build!foo;`, ] ); runReggae("-b", "ninja").shouldThrowWithMessage( "Couldn't execute the produced buildgen binary:\n" ~ "Cannot have a custom rule with no $in or $out: " ~ "use `phony` or explicit $in/$out instead.\n"); } } }
D
/*===-- llvm-c/TargetMachine.h - Target Machine Library C Interface - C++ -*-=*\ |* *| |* The LLVM Compiler Infrastructure *| |* *| |* This file is distributed under the University of Illinois Open Source *| |* License. See LICENSE.TXT for details. *| |* *| |*===----------------------------------------------------------------------===*| |* *| |* This header declares the C interface to the Target and TargetMachine *| |* classes, which can be used to generate assembly or object files. *| |* *| |* Many exotic languages can interoperate with C code but have a harder time *| |* with C++ due to name mangling. So in addition to C, this interface enables *| |* tools written in such languages. *| |* *| \*===----------------------------------------------------------------------===*/ module deimos.llvm.c.targetmachine; import deimos.llvm.c.core; import deimos.llvm.c.target : LLVMTargetDataRef; extern(C) nothrow: struct __LLVMTargetMachine {}; alias __LLVMTargetMachine *LLVMTargetMachineRef; struct __LLVMTarget {}; alias __LLVMTarget *LLVMTargetRef; alias int LLVMCodeGenOptLevel; enum : LLVMCodeGenOptLevel { LLVMCodeGenLevelNone, LLVMCodeGenLevelLess, LLVMCodeGenLevelDefault, LLVMCodeGenLevelAggressive } alias int LLVMRelocMode; enum : LLVMRelocMode { LLVMRelocDefault, LLVMRelocStatic, LLVMRelocPIC, LLVMRelocDynamicNoPic } alias int LLVMCodeModel; enum : LLVMCodeModel { LLVMCodeModelDefault, LLVMCodeModelJITDefault, LLVMCodeModelSmall, LLVMCodeModelKernel, LLVMCodeModelMedium, LLVMCodeModelLarge } alias int LLVMCodeGenFileType; enum : LLVMCodeGenFileType { LLVMAssemblyFile, LLVMObjectFile } /** Returns the first llvm::Target in the registered targets list. */ LLVMTargetRef LLVMGetFirstTarget(); /** Returns the next llvm::Target given a previous one (or null if there's none) */ LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T); /*===-- Target ------------------------------------------------------------===*/ /** Returns the name of a target. See llvm::Target::getName */ const(char) *LLVMGetTargetName(LLVMTargetRef T); /** Returns the description of a target. See llvm::Target::getDescription */ const(char) *LLVMGetTargetDescription(LLVMTargetRef T); /** Returns if the target has a JIT */ LLVMBool LLVMTargetHasJIT(LLVMTargetRef T); /** Returns if the target has a TargetMachine associated */ LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T); /** Returns if the target as an ASM backend (required for emitting output) */ LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T); /*===-- Target Machine ----------------------------------------------------===*/ /** Creates a new llvm::TargetMachine. See llvm::Target::createTargetMachine */ LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, char *Triple, char *CPU, char *Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel); /** Dispose the LLVMTargetMachineRef instance generated by LLVMCreateTargetMachine. */ void LLVMDisposeTargetMachine(LLVMTargetMachineRef T); /** Returns the Target used in a TargetMachine */ LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T); /** Returns the triple used creating this target machine. See llvm::TargetMachine::getTriple. The result needs to be disposed with LLVMDisposeMessage. */ char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T); /** Returns the cpu used creating this target machine. See llvm::TargetMachine::getCPU. The result needs to be disposed with LLVMDisposeMessage. */ char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T); /** Returns the feature string used creating this target machine. See llvm::TargetMachine::getFeatureString. The result needs to be disposed with LLVMDisposeMessage. */ char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T); /** Returns the llvm::DataLayout used for this llvm:TargetMachine. */ LLVMTargetDataRef LLVMGetTargetMachineData(LLVMTargetMachineRef T); /** Emits an asm or object file for the given module to the filename. This wraps several c++ only classes (among them a file stream). Returns any error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */ LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage); /** Compile the LLVM IR stored in \p M and store the result in \p OutMemBuf. */ LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
D
/Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/Objects-normal/x86_64/ViewController.o : /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/ViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/AppDelegate.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/TableViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataClass.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataProperties.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/tarea_persistencia_CoreData+CoreDataModel.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/Objects-normal/x86_64/ViewController~partial.swiftmodule : /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/ViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/AppDelegate.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/TableViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataClass.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataProperties.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/tarea_persistencia_CoreData+CoreDataModel.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/Objects-normal/x86_64/ViewController~partial.swiftdoc : /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/ViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/AppDelegate.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/tarea_persistencia_CoreData/TableViewController.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataClass.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/Articulos+CoreDataProperties.swift /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/DerivedSources/CoreDataGenerated/tarea_persistencia_CoreData/tarea_persistencia_CoreData+CoreDataModel.swift /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreData.swiftmodule
D
the extended spatial location of something a part of an animal that has a special function or is supplied by a given artery or nerve a large indefinite location on the surface of the Earth the approximate amount of something (usually used prepositionally as in `in the region of' a knowledge domain that you are interested in or are communicating about
D
//------------------------------ // Консоль для forthD на QtE5 // MGW 19.03.2016 22:32:10 //------------------------------ // // QtE5 - обёртка для Qt-5. Сейчас для D, но архитектура позволяет // использовать С, С++, Forth и любой другой язык с поддержкой // вызовов extern (C) import asc1251; // Поддержка cp1251 в консоли import std.getopt; // Раазбор аргументов коммандной строки import std.stdio; import std.file; import forth; // Сам forth написан на 32 разрядном D (asm) import qte5; import core.runtime; // Обработка входных параметров import std.string: strip, format, split; import std.conv; import std.datetime; const strElow = "background: #F8FFA1"; const strGreen = "background: #F79F81"; const strWhite = "background: SeaShell"; // Таблица цветов из HTML string ts = "ABC"; extern (C) { void on_knEval(FormaMain* uk) { (*uk).EvalString(); } void on_knLoad(FormaMain* uk) { (*uk).IncludedFile(); } void on_knHelp(FormaMain* uk) { (*uk).Help(); } void on_knTest(FormaMain* uk) { (*uk).Test(); } void on_testEdited(FormaMain* uk) { (*uk).EndEditCmd(); } void on_ShowDump(FormaMain* uk) { (*uk).ShowDump(); } // Обработчик с параметром. Параметр позволяет не плодить обработчики void on_about(FormaMain* uk) { (*uk).about(1); } void on_aboutQt(FormaMain* uk) { (*uk).about(2); } int on_fromForth() { writeln("... from Forth"); return 6; } int on_type(char* adr) { int i; char kol = *adr; for(i = 0; i != kol; i++) write(*(adr + 1 + i)); stdout.flush(); return i; } // Проверка события KeyPressEvent void* onChar(FormaMain* uk, void* ev) { // Вызвать метод FormaMain.workPress(из_С++__KeyEvent*) // Этот обработчик, просто транзитом передаёт всё дальше // return возвратит KeyEvent* обратно в C++, для дальнейшей обработки return (*uk).workPress(ev); } void onCloseWin(FormaMain* uk, void* ev) { (*uk).workCloseForth(ev); } // Обработчики Dump void onDumpR(CMdiDump* uk) { (*uk).clickDumpR(); } void onDumpL(CMdiDump* uk) { (*uk).clickDumpL(); } void onDumpRaz(CMdiDump* uk) { (*uk).clickDumpRaz(); } void onLoadSt(CMdiDump* uk) { (*uk).clickLoadSt(); } void onCopy(CMdiDump* uk) { (*uk).clickCopy(); } // Paint void onPaint1(CPaint* uk, void* ev, void* qpaint) { (*uk).runPaint1(ev, qpaint); } } string helps() { return toCON( "Использование консоли для forthD: -------------------------------- Запуск: console5_forthd [-d, -e, -i] ... "); } // ____________________________________________________________________ // Форма Paint class CPaint : QWidget { QColor color1; QBrush qbr; QPen pero; // ____________________________________________________________________ // Конструктор фрмы this(QWidget parent, QtE.WindowType fl) { super(parent, fl); resize(500, 500); setWindowTitle("--[ Paint ]--"); // Установить обработчик Paint на onPaint1 // color1 = new QColor(); color1.setRgb(255, 128, 0, 128); // Оранжевый // qbr = new QBrush(); qbr.setColor(color1).setStyle(); pero = new QPen(); pero.setStyle(QtE.PenStyle.DotLine).setWidth(1); setStyleSheet(strWhite); setPaintEvent(&onPaint1, aThis); } // ____________________________________________________________________ // Обработчик paint void runPaint1(void* ev, void* qpaint) { // Схватить переданный из Qt указатель на QPaint и запомнить его // в своем объекте, для дальнейшей обработки QPainter qp = new QPainter('+', qpaint); qp.setPen(pero); for(int i; i != 100; i++) qp.drawPoint(i, i); qp.drawLine(10, 20, 140, 310); // write(qpaint, "."); stdout.flush; qp.setText(140, 200, "Привет! ..."); drawGrid(qp); qp.end(); } // ____________________________________________________________________ // Нарисовать сетку void drawGrid(QPainter graphics) { for (int i = 0; i < 500; i += 15) { for (int j = 0; j < 500; j += 15) { graphics.drawLine(i, 0, i, 500); graphics.drawLine(0, j, 500, j); } } } } // ____________________________________________________________________ // Форма DUMP class CMdiDump : QWidget { const zzz = 7; int id; private QVBoxLayout vblAll; // Общий вертикальный выравниватель QHBoxLayout laHkn; // Выравниватель кнопок QTableWidget tbDump; // Таблица самого Dump QComboBox cbStack; // список значений стека QPushButton knLoad, knDump1, knRaz, knCopy, knDump2; // Кнопки QLineEdit leAdr; // Ввод адреса QTableWidgetItem[10] colAdr; QTableWidgetItem[10][10] strAdr; QAction acLoad, acCopy, acDumpL, acDumpR, acDumpRaz; // ____________________________________________________________________ // Конструктор фрмы this(QWidget parent, QtE.WindowType fl) { super(parent, fl); resize(200, 180); // Горизонтальный и вертикальный выравниватели vblAll = new QVBoxLayout(); // Главный выравниватель laHkn = new QHBoxLayout(); //Строка адреса leAdr = new QLineEdit(this); // Строка адреса leAdr.setToolTip("Адрес для DUMP (можно редактировать)"); leAdr.setMinimumWidth(140); // Кнопки knLoad = new QPushButton("Load SD:", this); knLoad.setToolTip("Загрузить список адресов со стека SD"); knDump1 = new QPushButton("<DUMP", this); knDump1.setToolTip("DUMP адреса из левого выпадающего списка"); knDump2 = new QPushButton("<DUMP", this); knDump2.setToolTip("DUMP адреса из левой строки редактора"); knRaz = new QPushButton("-@->", this); knRaz.setMinimumWidth(40); knRaz.setToolTip("разименовать из списка в строку редактора"); knCopy = new QPushButton("--->", this); knCopy.setMinimumWidth(40); knCopy.setToolTip("скоптровать из списка в строку редактора"); // Выпадающий список cbStack = new QComboBox(this); cbStack.setMinimumWidth(140); // Таблица tbDump = new QTableWidget(this); tbDump.setColumnCount(11).setRowCount(10); tbDump.setColumnWidth(0,80); for(int i = 0; i != 10; i++) { colAdr[i] = new QTableWidgetItem(0); colAdr[i].setTextAlignment(QtE.AlignmentFlag.AlignCenter); tbDump.setItem(i, 0, colAdr[i]); } for(int i = 1; i != 11; i++) tbDump.setColumnWidth(i, 50); // Назначим оставшиеся ячейки тпблицы for(int i; i != 10; i++ ) { for(int j; j != 10; j++) { strAdr[i][j] = new QTableWidgetItem(0); tbDump.setItem(i, j+1, strAdr[i][j]); // strAdr[i][j].setText(format("% 3s [%s]", i, j)); strAdr[i][j].setTextAlignment(QtE.AlignmentFlag.AlignCenter); } } // События acCopy = new QAction(null, &onCopy, aThis); connects(knCopy, "clicked()", acCopy, "Slot()"); acLoad = new QAction(null, &onLoadSt, aThis); connects(knLoad, "clicked()", acLoad, "Slot()"); acDumpR = new QAction(null, &onDumpR, aThis); connects(knDump2, "clicked()", acDumpR, "Slot()"); acDumpL = new QAction(null, &onDumpL, aThis); connects(knDump1, "clicked()", acDumpL, "Slot()"); acDumpRaz = new QAction(null, &onDumpRaz, aThis); connects(knRaz, "clicked()", acDumpRaz, "Slot()"); // Собираем кнопки в выравниватель laHkn.addWidget(knLoad).addWidget(cbStack).addWidget(knDump1) .addWidget(knRaz).addWidget(knCopy) .addWidget(leAdr).addWidget(knDump2); // Соберем все в основной выравниватель vblAll.addLayout(laHkn).addWidget(tbDump); setLayout(vblAll); setWindowTitle("--[ DUMP ]--"); } // ____________________________________________________________________ // DUMP строки адреса void wDump(string sAdr) { string strAdr; int iAdr; try { strAdr = strip(sAdr); } catch { sAdr = ""; } if(sAdr == "") return; try { iAdr = to!int(sAdr); showDump2(iAdr); } catch {} } // ____________________________________________________________________ // Обработка кнопки dump R void clickDumpR() { wDump(leAdr.text!string()); } // ____________________________________________________________________ // Обработка кнопки dump L void clickDumpL() { wDump(cbStack.text!string()); } // ____________________________________________________________________ // Обработка кнопки dump R void clickDumpRaz() { string strAdr; pp ppAdr; int iAdr; string sAdr = cbStack.text!string(); try { strAdr = strip(sAdr); } catch { sAdr = ""; } if(sAdr == "") return; try { ppAdr = cast(pp)(to!int(sAdr)); iAdr = to!int(cast(int)*ppAdr); leAdr.setText(to!string(iAdr)); } catch {} } // ____________________________________________________________________ // Копирование аргумента с Combo в LineEdit void clickCopy() { leAdr.setText(cbStack.text!string()); } // ____________________________________________________________________ // DUMP - полученного адреса void showDump2(int adr) { try { char* uCh2, uCh = cast(char*)adr; // Обход по строкам for(int row; row != 10; row++) { colAdr[row].setText(format("%s", cast(int)( (row * 10) + uCh ) )); // Цикл по колонкам for(int column; column != 10; column++) { uCh2 = (((row * 10) + uCh) + column); char ch = *uCh2; // write(cast(ubyte)ch, " - "); stdout.flush(); // Не отображать символы меньше 32 if(ch < 32) ch = ' '; if(ch > 128) ch = ' '; strAdr[row][column].setText(format("%3s [%s]", cast(ubyte)(*uCh2), ch)); // writeln(format("%3s [%s]", cast(ubyte)(*uCh2), ch)); } } } catch { msgbox("Ошибка преобразования", "Внимание", QMessageBox.Icon.Critical); } } // ____________________________________________________________________ // Заполнить выпадающий список Combo значенияси со стека данных void clickLoadSt() { // Дно стека pp a = cast(pp)adr_cSD; // Указатель стека pp b = cast(pp)adr_SD; // Разница auto r = a - (b-2); if(r == 0) { // Стек пуст } else { if(r > 0) { cbStack.clear(); // На стеке элементы ... for(int i = r - 1; i != -1; i--) { cbStack.addItem(to!string( cast(int)*(a-i) ), i); // str1 = str1 ~ to!string( cast(int)*(a-i) ) ~ " "; } } } } } // ____________________________________________________________________ // Интефейс описывающий взаимодействие формы с логом и строкой interface IFormLogCmd { string getCmd(int km = 0); // Дай команду void addStrInLog(string s); // Добавь строку в лог } // Форма - консоль Forth class CMdiFormLogCmd : QWidget, IFormLogCmd { private QBoxLayout vblAll; // Общий вертикальный выравниватель QHBoxLayout hb2; // Общий вертикальный выравниватель QPlainTextEdit teLog; // Окно лога QLineEdit leCmdStr; // Строка команды QTableWidget teHelp; // Таблица подсказок QTableWidgetItem[10] mTi; // Массив на 10 ячеек подсказок string[100] mHistory; // 100 строчек истории int tekUkHistory; // Указатель на текущую строку истории QTableWidgetItem teHelpС1header; // ____________________________________________________________________ // Конструктор фрмы this(QWidget parent, QtE.WindowType fl) { super(parent, fl); resize(200, 180); // Горизонтальный и вертикальный выравниватели vblAll = new QBoxLayout(this); // Главный выравниватель //Строка команды leCmdStr = new QLineEdit(this); // Строка команды leCmdStr.setKeyPressEvent(&onChar, parent.aThis); leCmdStr.setToolTip("Строка команды.\nДоступны стрелки вверх/вниз и F1 .. F10 быстрой вствки"); // Текстовый редактор, окно лога teLog = new QPlainTextEdit(this); teHelp = new QTableWidget(this); teHelp.setColumnCount(1).setRowCount(10); teHelp.setMaximumWidth(250); teHelp.setColumnWidth(0, 200); teHelp.setToolTip("от F1 до F10 - быстрая вставка слова в командной строке"); teHelp.ResizeModeColumn(0); // Создаю раскраску QColor color1 = new QColor(); color1.setRgb(255, 128, 0, 128); // Оранжевый QBrush qbr = new QBrush(); qbr.setColor(color1).setStyle(); // Делаю массив для таблицы for(int i; i != 10; i++) { mTi[i] = new QTableWidgetItem(0); // mTi[i].setBackground(qbr); teHelp.setItem(i, 0, mTi[i]); } hb2 = new QHBoxLayout; hb2.addWidget(teLog).addWidget(teHelp); // Установка заголовка на колонку таблицы teHelpС1header = new QTableWidgetItem(0); teHelp.setHorizontalHeaderItem(0, teHelpС1header); teHelpС1header.setText("Найдено:").setTextAlignment(QtE.AlignmentFlag.AlignCenter); teHelpС1header.setBackground(qbr); // Методы обработки расположены в родительском классе // teLog.setKeyPressEvent(&onChar, parent.aThis); // Вставляем всё в вертикальный выравниватель vblAll.addLayout(hb2).addWidget(leCmdStr); setLayout(vblAll); setWindowTitle("--[ FORTH ]--"); } // ____________________________________________________________________ // Отразить строку истории в ком строке void cmdStrHistory(int sm) { if((sm > 0) && (tekUkHistory < 99)) { if(mHistory[tekUkHistory] != "") { leCmdStr.setText(mHistory[tekUkHistory]); if(mHistory[tekUkHistory + 1] != "") tekUkHistory++; return; } } if((sm < 0) && (tekUkHistory > 0)) { if(mHistory[tekUkHistory - 1] != "") { tekUkHistory--; leCmdStr.setText(mHistory[tekUkHistory]); return; } } if((sm < 0) && (tekUkHistory == 0)) { leCmdStr.setText(""); } } // ____________________________________________________________________ // Добавить строку команды в историю void addStrHistory(string str) { string s = strip(str); if(s == "") return; // Не сохранять в истории дубли if(s == mHistory[0]) return; // Сдвинуть массив вниз for(int i = 99; i != 0; i--) mHistory[i] = mHistory[i - 1]; mHistory[0] = str; tekUkHistory = 0; } // ____________________________________________________________________ // Выдать строку команды наружу string getCmd(int km = 0) { string rez; if(km == 0) rez = strip(leCmdStr.text!string()); if(km == 1) rez = leCmdStr.text!string(); return rez; } // ____________________________________________________________________ // Добавить строку в лог и читать команду void addStrInLog(string cmd) { teLog.appendPlainText(cmd); addStrHistory(cmd); leCmdStr.clear().setFocus(); } // ____________________________________________________________________ // Заполним таблицу подсказок void setTablHelp(string[] mStr) { mStr.length = 10; for(int i; i != 10; i++) mTi[i].setText(mStr[i]); } // ____________________________________________________________________ // Дописать строку из таблицы по номеру void getStrN(int nomStr) { string rez; // Слово из таблицы string shabl = mTi[nomStr - 1].text!string(); // Командная строка string sOld = leCmdStr.text!string(); // надо найти или пробел, или место для вставки bool fNaideno; for(int i = (sOld.length-1); i != -1; i--) { if(sOld[i] == ' ') { rez = sOld[0 .. i]; fNaideno = true; break; } } if(fNaideno) { leCmdStr.setText(rez ~ " " ~ shabl ~ " "); } else { leCmdStr.setText(shabl ~ " "); } } } // ____________________________________________________________________ // Главная Форма для работы class FormaMain: QMainWindow { int tForth = 7; QVBoxLayout vblAll; // Общий вертикальный выравниватель QProgressBar zz; QStatusBar stBar; // Строка сообщений QMdiArea mainWid; CMdiFormLogCmd winForth; CMdiDump[10] winDump; // 10 окошек DUMP int winDumpKol; // Количество открытых QToolBar tb; QMenu menu1, menu2; QMenuBar mb1; QFont qf; QAction acEval, acIncl, acHelp, acAbout, acAboutQt; QAction acTest, acTest1, acShowDump; StopWatch sw; // Секундомер для измерения времени CPaint fPaint; // ____________________________________________________________________ // Конструктор по умолчанию this() { // --------------- Инициализация ----------------- // Шрифт qf = new QFont(); qf.setPointSize(12); // Главный виджет, в который всё вставим mainWid = new QMdiArea(this); // Горизонтальный и вертикальный выравниватели vblAll = new QVBoxLayout(); // Главный выравниватель zz = new QProgressBar(null); // Строка сообщений stBar = new QStatusBar(this); stBar.setStyleSheet(strGreen); // ToolBar tb = new QToolBar(this); // Menu menu2 = new QMenu(this), menu1 = new QMenu(this); // MenuBar mb1 = new QMenuBar(this); mb1.addMenu(menu1).addMenu(menu2); // Обработчики acEval = new QAction(null, &on_knEval, aThis); acIncl = new QAction(null, &on_knLoad, aThis); acHelp = new QAction(null, &on_knHelp, aThis); acAbout = new QAction(null, &on_about, aThis, 1); // 1 - это парам перед в обработчик acAboutQt = new QAction(null, &on_aboutQt, aThis, 2); // 2 - это парам перед в обработчик acTest = new QAction(null, &on_knTest, aThis); acTest1 = new QAction(null, &on_testEdited, aThis); acShowDump= new QAction(null, &on_ShowDump, aThis); // --------------- Взаимные настройки ----------------- menu2.setTitle("About") .addAction( acAbout ) .addAction( acAboutQt ); menu1.setTitle("Help") .addAction( acEval ) .addAction( acIncl ) .addAction( acTest ) .addAction( acHelp ) .addAction( acShowDump ); // Определим наиновейший обработчик на основе QAction для Eval acEval.setText("Eval(string)").setHotKey(QtE.Key.Key_R | QtE.Key.Key_ControlModifier); acEval.setIcon("ICONS/continue.ico").setToolTip("Выполнить! как строку в Eval()"); // -------- Связываю три сигнала с одним слотом ----------- // Связываю сигнал QMenu::returnPressed() с слотом action acEval connects(acEval, "triggered()", acEval, "Slot()"); // Определим наиновейший обработчик на основе QAction для Include acIncl.setText("Include file").setHotKey(QtE.Key.Key_I | QtE.Key.Key_ControlModifier); acIncl.setIcon("ICONS/ArrowDownGreen.ico").setToolTip("Загрузить и выполнить файл"); // -------- Связываю сигнала с одним слотом ----------- connects(acIncl, "triggered()", acIncl, "Slot()"); // Определим наиновейший обработчик на основе QAction для Help acHelp.setText("Help").setHotKey(QtE.Key.Key_H | QtE.Key.Key_ControlModifier); acHelp.setIcon("ICONS/Help.ico").setToolTip("Помощь + документация"); connects(acHelp, "triggered()", acHelp, "Slot()"); // Обработчик для About и AboutQt acAbout.setText("About"); connects(acAbout, "triggered()", acAbout, "Slot()"); acAboutQt.setText("AboutQt"); connects(acAboutQt, "triggered()", acAboutQt, "Slot()"); // Определим обработчик на основе QAction для Test acTest.setText("Test").setHotKey(QtE.Key.Key_T | QtE.Key.Key_ControlModifier); acTest.setIcon("ICONS/Tester.ico").setToolTip("Тест ..."); connects(acTest, "triggered()", acTest, "Slot()"); // Определим обработчик на основе QAction для ShowDump acShowDump.setText("Dump").setHotKey(QtE.Key.Key_D | QtE.Key.Key_ControlModifier); acShowDump.setIcon("ICONS/calc.ico").setToolTip("Распечатка памяти ..."); connects(acShowDump, "triggered()", acShowDump, "Slot()"); // Создаю неубиваемое окошко Форта createWinForth(); acTest1.setText("Test1"); connects(winForth.leCmdStr, "textEdited(QString)", acTest1, "Slot()"); // Настраиваем ToolBar tb.setToolButtonStyle(QToolBar.ToolButtonStyle.ToolButtonTextBesideIcon); tb.addAction(acEval).addAction(acIncl).addSeparator().addAction(acHelp).addAction(acTest); tb.addWidget(zz); zz.setValue(1); // --------------- Установки класса ----------------- setFont(qf); // Заголовки и размеры setWindowTitle("--- Консоль forthD на QtE5 ---"); resize(700, 450); // Центральный виджет в QMainWindow setCentralWidget(mainWid); addToolBar(QToolBar.ToolBarArea.BottomToolBarArea, tb); tb.setStyleSheet(strElow); setMenuBar(mb1); setStatusBar(stBar); stBar.setFont(qf); setNoDelete(true); // Не вызывай delete C++ для этой формы // -------- Forth -------- initForth(); // Активизируем Форт // Проверим и выполним переменные командной строки pvtInclude(sInclude); evalForth(to!string(fromUtf8to1251(cast(char[])sEval))); // Начнем передачу параметров в forth setCommonAdr(0, cast(pp)5); setCommonAdr(1, cast(pp)7); // setCommonAdr(2, cast(pp)&testForth1); setCommonAdr(3, cast(pp)&ts); setCommonAdr(4, cast(pp)aThis); setCommonAdr(5, cast(pp)this); setCommonAdr(6, cast(pp)0); // Сюда вернем адрес слова Форта // Отобразим результат работы на слайдере stBar.showMessage(showSD()); zz.setMinimum(cast(int)adr_begKDF()); // Начало кодофайла zz.setMaximum(cast(int)adr_endKDF()); // Конец кодовайла zz.setValue(cast(int)adr_here()); // А здесь HERE тусуется zz.setToolTip("Заполнение кодофайла опираясь на HERE"); } // ____________________________________________________________________ // Повторяющейся код для Include void pvtInclude(string cmd) { if(cmd.length != 0) { if(!exists(cmd)) { msgbox("Не найден файл для Include:\n\n[" ~ cmd ~ "]", "Include ...", QMessageBox.Icon.Critical); return; } sw.reset(); sw.start(); // ------------------------- includedForth(cmd); // ------------------------- sw.stop(); winForth.addStrInLog("INCLUDED " ~ cmd); // string s; // = " { " ~ to!string(sw.peek().usecs) ~ " microsec}"; stBar.showMessage(showSD() ~ " { " ~ to!string(sw.peek().usecs) ~ " microsec}" ); zz.setValue(cast(int)adr_here()); // А здесь HERE тусуется } } // ____________________________________________________________________ // Выполнить строку форта void EvalString() { // Обработка теперь берется с новой формы: string cmd = winForth.getCmd(); if(cmd.length != 0) { try { // В Qt строка в Utf-8 конвертнем в cp1251 sw.reset(); sw.start(); // ------------------------- evalForth(to!string(fromUtf8to1251(cast(char[])cmd))) ; // ------------------------- sw.stop(); } catch { msgbox("Error ..."); } winForth.addStrInLog(cmd); stBar.showMessage(showSD() ~ " { " ~ to!string(sw.peek().usecs) ~ " microsec}" ); zz.setValue(cast(int)adr_here()); // А здесь HERE тусуется } } // ____________________________________________________________________ // INCLUDE void IncludedFile() { // Проверим работу открытия файла QFileDialog fileDlg = new QFileDialog(null); string cmd = fileDlg.getOpenFileName("INCLUDE ...", "", "*.f"); pvtInclude(cmd); } // ____________________________________________________________________ // Help void Help() { // msgbox("Окно с помощью ....", "Помощь", QMessageBox.Icon.Warning); QLabel ql = new QLabel(null); ql.setText( "<h2>Очень краткая инструкция</h2> <p>Всё просто! Вводите команды форта, и жмете Enter.<br> Если есть похожие слова в словаре, то они высвечиваются в таблице справа.<br> Для выбора нужного слова кнопки F1 .. F10</p> <hr> <p>Так же работают стрелки вверх/вниз показывая историю команд.</p> " ); ql.show(); } // ____________________________________________________________________ // Создать и показать окно Forth void createWinForth() { // Создадим окно forth winForth = new CMdiFormLogCmd(this, QtE.WindowType.Window ); // Поставим обработку закрытия окна winForth.setCloseEvent(&onCloseWin, aThis()); // Добавим в MDI mainWid.addSubWindow(winForth); winForth.showMaximized(); // Связываю сигнал QLineEdit::returnPressed() с слотом action acEval connects(winForth.leCmdStr,"returnPressed()", acEval, "Slot()"); } // ____________________________________________________________________ // closeWinMDI обработки событий void* workCloseForth(void* ev) { // 1 - Схватить событие пришедшее из Qt и сохранить его в моём классе QEvent qe = new QEvent('+', ev); qe.ignore(); msgbox("Закрытие этого окна не предусмотрено.", "Внимание!"); return ev; } // ____________________________________________________________________ // Проверка обработки событий void* workPress(void* ev) { // 1 - Схватить событие пришедшее из Qt и сохранить его в моём классе QKeyEvent qe = new QKeyEvent('+', ev); // 2 - Выдать тип события // Стрелки вверх/вниз if(qe.key == 16777235) winForth.cmdStrHistory(1); if(qe.key == 16777237) winForth.cmdStrHistory(-1); // Кнопки F1 .. F10 if(qe.key == 16777264) { winForth.getStrN(1); } if(qe.key == 16777265) { winForth.getStrN(2); } if(qe.key == 16777266) { winForth.getStrN(3); } if(qe.key == 16777267) { winForth.getStrN(4); } if(qe.key == 16777268) { winForth.getStrN(5); } if(qe.key == 16777269) { winForth.getStrN(6); } if(qe.key == 16777270) { winForth.getStrN(7); } if(qe.key == 16777271) { winForth.getStrN(8); } if(qe.key == 16777272) { winForth.getStrN(9); } if(qe.key == 16777273) { winForth.getStrN(10); } return ev; // Вернуть событие в C++ Qt для дальнейшей обработки } // ____________________________________________________________________ // Обработка сигнала - Конец редактирования cmd void EndEditCmd() { // Взять последнее слово из команд строки string s1 = getLastWord(winForth.getCmd(1)); // Заполнить таблицу подсказок winForth.setTablHelp(getMasNamesForth(s1)); } // ____________________________________________________________________ // Обработка About и AboutQt void about(int n) { if(n == 1) msgbox("MGW 2016\n\nКонсоль для forth на asm D\n\nD + QtE5 + Qt-5", "about"); if(n == 2) app.aboutQt(); } // ____________________________________________________________________ // проверочный Test void Test() { // Проверка Paint fPaint = new CPaint(null, QtE.WindowType.Window); fPaint.saveThis(&fPaint); fPaint.show(); /* // Попробуем вызвать из D слово Форта pp adrWordForth = getCommonAdr(6); // Вызовем на выполнение слово форта sw.reset(); sw.start(); // ------------------------- pp rez = executeForth(adrWordForth, 2, 5, 6); // ------------------------- sw.stop(); stBar.showMessage(showSD() ~ " { " ~ to!string(sw.peek().usecs) ~ " microsec}" ); zz.setValue(cast(int)adr_here()); // А здесь HERE тусуется writeln(rez); sw.reset(); sw.start(); // ------------------------- int q = sr(5, 6); // ------------------------- sw.stop(); writeln(" { " ~ to!string(sw.peek().usecs) ~ " microsec}"); */ // msgbox("Проверочный Test"); } // ____________________________________________________________________ // Состояние на стеке string showSD() { string str, str1; // Дно стека pp a = cast(pp)adr_cSD; // Указатель стека pp b = cast(pp)adr_SD; // Разница auto r = a - (b-2); str = "[" ~ to!string(r) ~ "]-> "; if(r == 0) { // Стек пуст } else { if(r > 0) { // На стеке элементы ... for(int i; i != r; i++) { str1 = str1 ~ to!string( cast(int)*(a-i) ) ~ " "; } } } return str ~ str1; } // ____________________________________________________________________ // Проверка вызова метода из forth int test3(int a) { writeln("a = ", a); stdout.flush(); return a + a; } // ____________________________________________________________________ // Создать и показать окошко с DUMP void ShowDump() { // Проверка создания формы DUMP // CMdiDump winDump1 = new CMdiDump(this, QtE.WindowType.Window); if(winDumpKol < 10) { winDump[winDumpKol] = new CMdiDump(this, QtE.WindowType.Window); winDump[winDumpKol].saveThis(&winDump[winDumpKol]); winDump[winDumpKol].id = winDumpKol; mainWid.addSubWindow(winDump[winDumpKol]); winForth.showNormal(); winDump[winDumpKol].show(); winDumpKol++; } } } // ____________________________________________________________________ // Глобальные переменные программы QApplication app; string sEval; // Строка для выполнения eval string sInclude; // Строка с именем файла для INCLUDE // ____________________________________________________________________ // Глобальная функция. Выдать массив строк из forth, у которых // есть соответствие в имени string[] getMasNamesForth(string str1) { string[] rez; // Выйти, если строка пуста if(str1.length == 0) return rez; // Конвертнем из Utf-8 (D + Qt) в cp1251 (forth) string str = cast(string)fromUtf8to1251(cast(char[])str1); pp[256]* mContext = cast(pp[256]*)adrContext(); // Указатель на вектор ps nfa = cast(ps)(*mContext)[str[0]]; // Мы на первом слове в цепочке // Будем перебирать все слова в цепочке и искать вхождения for(;;) { if(nfa == null) break; // Выйти, цепочка закончилась string s = to!string((nfa+1)); // не искать слова в цепочке, если шаблон длинее if(str.length <= s.length) { // проверим на соответствие шаблону if(s[0 .. str.length] == str) { // Имена в цепочке в cp1251 rez ~= to!string(from1251toUtf8(cast(char[])s)); } } // Идем на следующее слово в цепочке словаря nfa = cast(ps)(*cast(pp)(nfa + (*nfa + 4))); } return rez; } // __________________________________ // Выдать последнее слово в строке string getLastWord(string str) { string rez; string s = strip(str); if(s == "") return rez; auto mWords = split(s, " "); return mWords[$-1]; } // __________________________________ // Замер времени выполнения, для сравнения с фортом int sr(int a, int b) { int a1, b1; a1 = a; b1 = b; return a1 + b1; } // ____________________________________________________________________ int main(string[] args) { bool fDebug; // T - выдавать диагностику загрузки QtE5 // Разбор аргументов коммандной строки try { auto helpInformation = getopt(args, std.getopt.config.caseInsensitive, "d|debug", toCON("включить диагностику QtE5"), &fDebug, "e|eval", toCON("выполнить строку-команду в форт"), &sEval, "i|include", toCON("имя файла для INCLUDE"), &sInclude); if (helpInformation.helpWanted) defaultGetoptPrinter(helps(), helpInformation.options); } catch { writeln(toCON("Ошибка разбора аргументов командной стоки ...")); return 1; } // Загрузка графической библиотеки if (1 == LoadQt(dll.QtE5Widgets, fDebug)) return 1; // Выйти,если ошибка загрузки библиотеки // Изготавливаем само приложение app = new QApplication(&Runtime.cArgs.argc, Runtime.cArgs.argv, 1); FormaMain formaMain = new FormaMain(); formaMain.show().saveThis(&formaMain); return app.exec(); }
D
// Copyright 2018 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS-IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // module s2.strings.serialize; import std.range; import std.string; // ------------------------------------------------------------------------- // DictionaryParse // This routine parses a common dictionary format (key and value separated // by ':', entries separated by commas). This format is used for many // complex commandline flags. It is also used to encode dictionaries for // exporting them or writing them to a checkpoint. Returns a vector of // <key, value> pairs. Returns true if there if no error in parsing, false // otherwise. // ------------------------------------------------------------------------- bool dictionaryParse(string encoded_str, ref string[2][] items) { encoded_str = encoded_str.strip(); if (encoded_str.empty()) return true; string[] entries = encoded_str.split(','); for (int i = 0; i < entries.length; ++i) { string[] fields = entries[i].split(':'); if (fields.length != 2) // parsing error return false; items ~= [fields[0], fields[1]]; } return true; }
D
/Users/fulllab/Documents/AnalyticsArchtecture/Build/Intermediates.noindex/AnalyticsArchtecture.build/Debug-iphonesimulator/AnalyticsArchtecture.build/Objects-normal/x86_64/FirebaseWrapper.o : /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginUseCase.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/SceneDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/AppDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Assemblers/Login/LoginAssembler.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginViewController.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FirebaseWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FacebookWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginPresenter.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Compositors/LoginUseCaseDelegateCompositor.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/fulllab/Documents/AnalyticsArchtecture/Build/Intermediates.noindex/AnalyticsArchtecture.build/Debug-iphonesimulator/AnalyticsArchtecture.build/Objects-normal/x86_64/FirebaseWrapper~partial.swiftmodule : /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginUseCase.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/SceneDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/AppDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Assemblers/Login/LoginAssembler.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginViewController.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FirebaseWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FacebookWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginPresenter.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Compositors/LoginUseCaseDelegateCompositor.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/fulllab/Documents/AnalyticsArchtecture/Build/Intermediates.noindex/AnalyticsArchtecture.build/Debug-iphonesimulator/AnalyticsArchtecture.build/Objects-normal/x86_64/FirebaseWrapper~partial.swiftdoc : /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginUseCase.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/SceneDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/AppDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Assemblers/Login/LoginAssembler.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginViewController.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FirebaseWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FacebookWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginPresenter.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Compositors/LoginUseCaseDelegateCompositor.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/fulllab/Documents/AnalyticsArchtecture/Build/Intermediates.noindex/AnalyticsArchtecture.build/Debug-iphonesimulator/AnalyticsArchtecture.build/Objects-normal/x86_64/FirebaseWrapper~partial.swiftsourceinfo : /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginUseCase.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/SceneDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Project/AppDelegate.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Assemblers/Login/LoginAssembler.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginViewController.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FirebaseWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Analytics/FacebookWrapper.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginPresenter.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Main/Compositors/LoginUseCaseDelegateCompositor.swift /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** * Performs the semantic3 stage, which deals with function bodies. * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/semantic3.d, _semantic3.d) * Documentation: https://dlang.org/phobos/dmd_semantic3.html * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/semantic3.d */ module dmd.semantic3; import core.stdc.stdio; import core.stdc.string; import dmd.aggregate; import dmd.aliasthis; import dmd.arraytypes; import dmd.astcodegen; import dmd.astenums; import dmd.attrib; import dmd.blockexit; import dmd.clone; import dmd.ctorflow; import dmd.dcast; import dmd.dclass; import dmd.declaration; import dmd.denum; import dmd.dimport; import dmd.dinterpret; import dmd.dmodule; import dmd.dscope; import dmd.dstruct; import dmd.dsymbol; import dmd.dsymbolsem; import dmd.dtemplate; import dmd.dversion; import dmd.errors; import dmd.escape; import dmd.expression; import dmd.expressionsem; import dmd.func; import dmd.globals; import dmd.id; import dmd.identifier; import dmd.init; import dmd.initsem; import dmd.hdrgen; import dmd.mtype; import dmd.nogc; import dmd.nspace; import dmd.ob; import dmd.objc; import dmd.opover; import dmd.parse; import dmd.root.filename; import dmd.common.outbuffer; import dmd.root.rmem; import dmd.root.rootobject; import dmd.sideeffect; import dmd.statementsem; import dmd.staticassert; import dmd.tokens; import dmd.utf; import dmd.semantic2; import dmd.statement; import dmd.target; import dmd.templateparamsem; import dmd.typesem; import dmd.visitor; enum LOG = false; /************************************* * Does semantic analysis on function bodies. */ extern(C++) void semantic3(Dsymbol dsym, Scope* sc) { scope v = new Semantic3Visitor(sc); dsym.accept(v); } private extern(C++) final class Semantic3Visitor : Visitor { alias visit = Visitor.visit; Scope* sc; this(Scope* sc) { this.sc = sc; } override void visit(Dsymbol) {} override void visit(TemplateInstance tempinst) { static if (LOG) { printf("TemplateInstance.semantic3('%s'), semanticRun = %d\n", tempinst.toChars(), tempinst.semanticRun); } //if (toChars()[0] == 'D') *(char*)0=0; if (tempinst.semanticRun >= PASS.semantic3) return; tempinst.semanticRun = PASS.semantic3; if (tempinst.errors || !tempinst.members) return; TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); assert(tempdecl); sc = tempdecl._scope; sc = sc.push(tempinst.argsym); sc = sc.push(tempinst); sc.tinst = tempinst; sc.minst = tempinst.minst; int needGagging = (tempinst.gagged && !global.gag); uint olderrors = global.errors; int oldGaggedErrors = -1; // dead-store to prevent spurious warning /* If this is a gagged instantiation, gag errors. * Future optimisation: If the results are actually needed, errors * would already be gagged, so we don't really need to run semantic * on the members. */ if (needGagging) oldGaggedErrors = global.startGagging(); for (size_t i = 0; i < tempinst.members.dim; i++) { Dsymbol s = (*tempinst.members)[i]; s.semantic3(sc); if (tempinst.gagged && global.errors != olderrors) break; } if (global.errors != olderrors) { if (!tempinst.errors) { if (!tempdecl.literal) tempinst.error(tempinst.loc, "error instantiating"); if (tempinst.tinst) tempinst.tinst.printInstantiationTrace(); } tempinst.errors = true; } if (needGagging) global.endGagging(oldGaggedErrors); sc = sc.pop(); sc.pop(); } override void visit(TemplateMixin tmix) { if (tmix.semanticRun >= PASS.semantic3) return; tmix.semanticRun = PASS.semantic3; static if (LOG) { printf("TemplateMixin.semantic3('%s')\n", tmix.toChars()); } if (!tmix.members) return; sc = sc.push(tmix.argsym); sc = sc.push(tmix); for (size_t i = 0; i < tmix.members.dim; i++) { Dsymbol s = (*tmix.members)[i]; s.semantic3(sc); } sc = sc.pop(); sc.pop(); } override void visit(Module mod) { //printf("Module::semantic3('%s'): parent = %p\n", toChars(), parent); if (mod.semanticRun != PASS.semantic2done) return; mod.semanticRun = PASS.semantic3; // Note that modules get their own scope, from scratch. // This is so regardless of where in the syntax a module // gets imported, it is unaffected by context. Scope* sc = Scope.createGlobal(mod); // create root scope //printf("Module = %p\n", sc.scopesym); // Pass 3 semantic routines: do initializers and function bodies for (size_t i = 0; i < mod.members.dim; i++) { Dsymbol s = (*mod.members)[i]; //printf("Module %s: %s.semantic3()\n", toChars(), s.toChars()); s.semantic3(sc); mod.runDeferredSemantic2(); } if (mod.userAttribDecl) { mod.userAttribDecl.semantic3(sc); } sc = sc.pop(); sc.pop(); mod.semanticRun = PASS.semantic3done; } override void visit(FuncDeclaration funcdecl) { //printf("FuncDeclaration::semantic3(%s '%s', sc = %p)\n", funcdecl.kind(), funcdecl.toChars(), sc); /* Determine if function should add `return 0;` */ bool addReturn0() { //printf("addReturn0()\n"); auto f = funcdecl.type.isTypeFunction(); // C11 5.1.2.2.3 if (sc.flags & SCOPE.Cfile && funcdecl.isCMain() && f.next.ty == Tint32) return true; return f.next.ty == Tvoid && (funcdecl.isMain() || global.params.betterC && funcdecl.isCMain()); } VarDeclaration _arguments = null; if (!funcdecl.parent) { if (global.errors) return; //printf("FuncDeclaration::semantic3(%s '%s', sc = %p)\n", kind(), toChars(), sc); assert(0); } if (funcdecl.errors || isError(funcdecl.parent)) { funcdecl.errors = true; // Mark that the return type could not be inferred if (funcdecl.inferRetType) { assert(funcdecl.type); auto tf = funcdecl.type.isTypeFunction(); // Only change the return type s.t. other analysis is // still possible e.g. missmatched parameter types if (tf && !tf.next) tf.next = Type.terror; } return; } //printf("FuncDeclaration::semantic3('%s.%s', %p, sc = %p, loc = %s)\n", funcdecl.parent.toChars(), funcdecl.toChars(), funcdecl, sc, funcdecl.loc.toChars()); //fflush(stdout); //printf("storage class = x%x %x\n", sc.stc, storage_class); //{ static int x; if (++x == 2) *(char*)0=0; } //printf("\tlinkage = %d\n", sc.linkage); if (funcdecl.ident == Id.assign && !funcdecl.inuse) { if (funcdecl.storage_class & STC.inference) { /* https://issues.dlang.org/show_bug.cgi?id=15044 * For generated opAssign function, any errors * from its body need to be gagged. */ uint oldErrors = global.startGagging(); ++funcdecl.inuse; funcdecl.semantic3(sc); --funcdecl.inuse; if (global.endGagging(oldErrors)) // if errors happened { // Disable generated opAssign, because some members forbid identity assignment. funcdecl.storage_class |= STC.disable; funcdecl.fbody = null; // remove fbody which contains the error funcdecl.semantic3Errors = false; } return; } } //printf(" sc.incontract = %d\n", (sc.flags & SCOPE.contract)); if (funcdecl.semanticRun >= PASS.semantic3) return; funcdecl.semanticRun = PASS.semantic3; funcdecl.semantic3Errors = false; if (!funcdecl.type || funcdecl.type.ty != Tfunction) return; TypeFunction f = cast(TypeFunction)funcdecl.type; if (!funcdecl.inferRetType && f.next.ty == Terror) return; if (!funcdecl.fbody && funcdecl.inferRetType && !f.next) { funcdecl.error("has no function body with return type inference"); return; } uint oldErrors = global.errors; auto fds = FuncDeclSem3(funcdecl,sc); fds.checkInContractOverrides(); // Remember whether we need to generate an 'out' contract. immutable bool needEnsure = FuncDeclaration.needsFensure(funcdecl); if (funcdecl.fbody || funcdecl.frequires || needEnsure) { /* Symbol table into which we place parameters and nested functions, * solely to diagnose name collisions. */ funcdecl.localsymtab = new DsymbolTable(); // Establish function scope auto ss = new ScopeDsymbol(funcdecl.loc, null); // find enclosing scope symbol, might skip symbol-less CTFE and/or FuncExp scopes ss.parent = sc.inner().scopesym; ss.endlinnum = funcdecl.endloc.linnum; Scope* sc2 = sc.push(ss); sc2.func = funcdecl; sc2.parent = funcdecl; sc2.ctorflow.callSuper = CSX.none; sc2.sbreak = null; sc2.scontinue = null; sc2.sw = null; sc2.fes = funcdecl.fes; sc2.linkage = LINK.d; sc2.stc &= STC.flowThruFunction; sc2.visibility = Visibility(Visibility.Kind.public_); sc2.explicitVisibility = 0; sc2.aligndecl = null; if (funcdecl.ident != Id.require && funcdecl.ident != Id.ensure) sc2.flags = sc.flags & ~SCOPE.contract; sc2.flags &= ~SCOPE.compile; sc2.tf = null; sc2.os = null; sc2.inLoop = false; sc2.userAttribDecl = null; if (sc2.intypeof == 1) sc2.intypeof = 2; sc2.ctorflow.fieldinit = null; /* Note: When a lambda is defined immediately under aggregate member * scope, it should be contextless due to prevent interior pointers. * e.g. * // dg points 'this' - its interior pointer * class C { int x; void delegate() dg = (){ this.x = 1; }; } * * However, lambdas could be used inside typeof, in order to check * some expressions validity at compile time. For such case the lambda * body can access aggregate instance members. * e.g. * class C { int x; static assert(is(typeof({ this.x = 1; }))); } * * To properly accept it, mark these lambdas as member functions. */ if (auto fld = funcdecl.isFuncLiteralDeclaration()) { if (auto ad = funcdecl.isMember2()) { if (!sc.intypeof) { if (fld.tok == TOK.delegate_) funcdecl.error("cannot be %s members", ad.kind()); else fld.tok = TOK.function_; } else { if (fld.tok != TOK.function_) fld.tok = TOK.delegate_; } } } funcdecl.declareThis(sc2); // Reverts: https://issues.dlang.org/show_bug.cgi?id=5710 // No compiler supports this, and there was never any spec for it. if (funcdecl.isThis2) { funcdecl.deprecation("function requires a dual-context, which is deprecated"); if (auto ti = sc2.parent ? sc2.parent.isInstantiated() : null) ti.printInstantiationTrace(Classification.deprecation); } //printf("[%s] ad = %p vthis = %p\n", loc.toChars(), ad, vthis); //if (vthis) printf("\tvthis.type = %s\n", vthis.type.toChars()); // Declare hidden variable _arguments[] and _argptr if (f.parameterList.varargs == VarArg.variadic) { if (f.linkage == LINK.d) { // Variadic arguments depend on Typeinfo being defined. if (!global.params.useTypeInfo || !Type.dtypeinfo || !Type.typeinfotypelist) { if (!global.params.useTypeInfo) funcdecl.error("D-style variadic functions cannot be used with -betterC"); else if (!Type.typeinfotypelist) funcdecl.error("`object.TypeInfo_Tuple` could not be found, but is implicitly used in D-style variadic functions"); else funcdecl.error("`object.TypeInfo` could not be found, but is implicitly used in D-style variadic functions"); fatal(); } // Declare _arguments[] funcdecl.v_arguments = new VarDeclaration(funcdecl.loc, Type.typeinfotypelist.type, Id._arguments_typeinfo, null); funcdecl.v_arguments.storage_class |= STC.temp | STC.parameter; funcdecl.v_arguments.dsymbolSemantic(sc2); sc2.insert(funcdecl.v_arguments); funcdecl.v_arguments.parent = funcdecl; //Type t = Type.dtypeinfo.type.constOf().arrayOf(); Type t = Type.dtypeinfo.type.arrayOf(); _arguments = new VarDeclaration(funcdecl.loc, t, Id._arguments, null); _arguments.storage_class |= STC.temp; _arguments.dsymbolSemantic(sc2); sc2.insert(_arguments); _arguments.parent = funcdecl; } if (f.linkage == LINK.d || f.parameterList.length) { // Declare _argptr Type t = target.va_listType(funcdecl.loc, sc); // Init is handled in FuncDeclaration_toObjFile funcdecl.v_argptr = new VarDeclaration(funcdecl.loc, t, Id._argptr, new VoidInitializer(funcdecl.loc)); funcdecl.v_argptr.storage_class |= STC.temp; funcdecl.v_argptr.dsymbolSemantic(sc2); sc2.insert(funcdecl.v_argptr); funcdecl.v_argptr.parent = funcdecl; } } /* Declare all the function parameters as variables * and install them in parameters[] */ if (const nparams = f.parameterList.length) { /* parameters[] has all the tuples removed, as the back end * doesn't know about tuples */ funcdecl.parameters = new VarDeclarations(); funcdecl.parameters.reserve(nparams); foreach (i, fparam; f.parameterList) { Identifier id = fparam.ident; StorageClass stc = 0; if (!id) { /* Generate identifier for un-named parameter, * because we need it later on. */ fparam.ident = id = Identifier.generateId("_param_", i); stc |= STC.temp; } Type vtype = fparam.type; auto v = new VarDeclaration(funcdecl.loc, vtype, id, null); //printf("declaring parameter %s of type %s\n", v.toChars(), v.type.toChars()); stc |= STC.parameter; if (f.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) { stc |= STC.variadic; auto vtypeb = vtype.toBasetype(); if (vtypeb.ty == Tarray) { /* Since it'll be pointing into the stack for the array * contents, it needs to be `scope` */ stc |= STC.scope_; } } if ((funcdecl.flags & FUNCFLAG.inferScope) && !(fparam.storageClass & STC.scope_)) stc |= STC.maybescope; stc |= fparam.storageClass & (STC.IOR | STC.return_ | STC.scope_ | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor | STC.returnScope); v.storage_class = stc; v.dsymbolSemantic(sc2); if (!sc2.insert(v)) { funcdecl.error("parameter `%s.%s` is already defined", funcdecl.toChars(), v.toChars()); funcdecl.errors = true; } else funcdecl.parameters.push(v); funcdecl.localsymtab.insert(v); v.parent = funcdecl; if (fparam.userAttribDecl) v.userAttribDecl = fparam.userAttribDecl; } } // Declare the tuple symbols and put them in the symbol table, // but not in parameters[]. if (f.parameterList.parameters) foreach (fparam; *f.parameterList.parameters) { if (!fparam.ident) continue; // never used, so ignore // expand any tuples if (fparam.type.ty != Ttuple) continue; TypeTuple t = cast(TypeTuple)fparam.type; size_t dim = Parameter.dim(t.arguments); auto exps = new Objects(dim); foreach (j; 0 .. dim) { Parameter narg = Parameter.getNth(t.arguments, j); assert(narg.ident); VarDeclaration v = sc2.search(Loc.initial, narg.ident, null).isVarDeclaration(); assert(v); (*exps)[j] = new VarExp(v.loc, v); } assert(fparam.ident); auto v = new TupleDeclaration(funcdecl.loc, fparam.ident, exps); //printf("declaring tuple %s\n", v.toChars()); v.isexp = true; if (!sc2.insert(v)) funcdecl.error("parameter `%s.%s` is already defined", funcdecl.toChars(), v.toChars()); funcdecl.localsymtab.insert(v); v.parent = funcdecl; } // Precondition invariant Statement fpreinv = null; if (funcdecl.addPreInvariant()) { Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis); if (e) fpreinv = new ExpStatement(Loc.initial, e); } // Postcondition invariant Statement fpostinv = null; if (funcdecl.addPostInvariant()) { Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis); if (e) fpostinv = new ExpStatement(Loc.initial, e); } // Pre/Postcondition contract if (!funcdecl.fbody) funcdecl.buildEnsureRequire(); Scope* scout = null; if (needEnsure || funcdecl.addPostInvariant()) { /* https://issues.dlang.org/show_bug.cgi?id=3657 * Set the correct end line number for fensure scope. */ uint fensure_endlin = funcdecl.endloc.linnum; if (funcdecl.fensure) if (auto s = funcdecl.fensure.isScopeStatement()) fensure_endlin = s.endloc.linnum; if ((needEnsure && global.params.useOut == CHECKENABLE.on) || fpostinv) { funcdecl.returnLabel = funcdecl.searchLabel(Id.returnLabel); } // scope of out contract (need for vresult.semantic) auto sym = new ScopeDsymbol(funcdecl.loc, null); sym.parent = sc2.scopesym; sym.endlinnum = fensure_endlin; scout = sc2.push(sym); } if (funcdecl.fbody) { auto sym = new ScopeDsymbol(funcdecl.loc, null); sym.parent = sc2.scopesym; sym.endlinnum = funcdecl.endloc.linnum; sc2 = sc2.push(sym); auto ad2 = funcdecl.isMemberLocal(); /* If this is a class constructor */ if (ad2 && funcdecl.isCtorDeclaration()) { sc2.ctorflow.allocFieldinit(ad2.fields.dim); foreach (v; ad2.fields) { v.ctorinit = 0; } } bool inferRef = (f.isref && (funcdecl.storage_class & STC.auto_)); funcdecl.fbody = funcdecl.fbody.statementSemantic(sc2); if (!funcdecl.fbody) funcdecl.fbody = new CompoundStatement(Loc.initial, new Statements()); if (funcdecl.naked) { fpreinv = null; // can't accommodate with no stack frame fpostinv = null; } assert(funcdecl.type == f || (funcdecl.type.ty == Tfunction && f.purity == PURE.impure && (cast(TypeFunction)funcdecl.type).purity >= PURE.fwdref)); f = cast(TypeFunction)funcdecl.type; if (funcdecl.inferRetType) { // If no return type inferred yet, then infer a void if (!f.next) f.next = Type.tvoid; if (f.checkRetType(funcdecl.loc)) funcdecl.fbody = new ErrorStatement(); else if (funcdecl.isMain()) funcdecl.checkDmain(); // Check main() parameters and return type } if (global.params.vcomplex && f.next !is null) f.next.checkComplexTransition(funcdecl.loc, sc); if (funcdecl.returns && !funcdecl.fbody.isErrorStatement()) { for (size_t i = 0; i < funcdecl.returns.dim;) { Expression exp = (*funcdecl.returns)[i].exp; if (exp.op == EXP.variable && (cast(VarExp)exp).var == funcdecl.vresult) { if (addReturn0()) exp.type = Type.tint32; else exp.type = f.next; // Remove `return vresult;` from returns funcdecl.returns.remove(i); continue; } if (inferRef && f.isref && !exp.type.constConv(f.next)) // https://issues.dlang.org/show_bug.cgi?id=13336 f.isref = false; i++; } } if (f.isref) // Function returns a reference { if (funcdecl.storage_class & STC.auto_) funcdecl.storage_class &= ~STC.auto_; } // handle NRVO if (!target.isReturnOnStack(f, funcdecl.needThis()) || !funcdecl.checkNRVO()) funcdecl.nrvo_can = 0; if (funcdecl.fbody.isErrorStatement()) { } else if (funcdecl.isStaticCtorDeclaration()) { /* It's a static constructor. Ensure that all * ctor consts were initialized. */ ScopeDsymbol pd = funcdecl.toParent().isScopeDsymbol(); for (size_t i = 0; i < pd.members.dim; i++) { Dsymbol s = (*pd.members)[i]; s.checkCtorConstInit(); } } else if (ad2 && funcdecl.isCtorDeclaration()) { ClassDeclaration cd = ad2.isClassDeclaration(); // Verify that all the ctorinit fields got initialized if (!(sc2.ctorflow.callSuper & CSX.this_ctor)) { foreach (i, v; ad2.fields) { if (v.isThisDeclaration()) continue; if (v.ctorinit == 0) { /* Current bugs in the flow analysis: * 1. union members should not produce error messages even if * not assigned to * 2. structs should recognize delegating opAssign calls as well * as delegating calls to other constructors */ if (v.isCtorinit() && !v.type.isMutable() && cd) funcdecl.error("missing initializer for %s field `%s`", MODtoChars(v.type.mod), v.toChars()); else if (v.storage_class & STC.nodefaultctor) error(funcdecl.loc, "field `%s` must be initialized in constructor", v.toChars()); else if (v.type.needsNested()) error(funcdecl.loc, "field `%s` must be initialized in constructor, because it is nested struct", v.toChars()); } else { bool mustInit = (v.storage_class & STC.nodefaultctor || v.type.needsNested()); if (mustInit && !(sc2.ctorflow.fieldinit[i].csx & CSX.this_ctor)) { funcdecl.error("field `%s` must be initialized but skipped", v.toChars()); } } } } sc2.ctorflow.freeFieldinit(); if (cd && !(sc2.ctorflow.callSuper & CSX.any_ctor) && cd.baseClass && cd.baseClass.ctor) { sc2.ctorflow.callSuper = CSX.none; // Insert implicit super() at start of fbody Type tthis = ad2.type.addMod(funcdecl.vthis.type.mod); FuncDeclaration fd = resolveFuncCall(Loc.initial, sc2, cd.baseClass.ctor, null, tthis, null, FuncResolveFlag.quiet); if (!fd) { funcdecl.error("no match for implicit `super()` call in constructor"); } else if (fd.storage_class & STC.disable) { funcdecl.error("cannot call `super()` implicitly because it is annotated with `@disable`"); } else { Expression e1 = new SuperExp(Loc.initial); Expression e = new CallExp(Loc.initial, e1); e = e.expressionSemantic(sc2); Statement s = new ExpStatement(Loc.initial, e); funcdecl.fbody = new CompoundStatement(Loc.initial, s, funcdecl.fbody); } } //printf("ctorflow.callSuper = x%x\n", sc2.ctorflow.callSuper); } /* https://issues.dlang.org/show_bug.cgi?id=17502 * Wait until after the return type has been inferred before * generating the contracts for this function, and merging contracts * from overrides. * * https://issues.dlang.org/show_bug.cgi?id=17893 * However should take care to generate this before inferered * function attributes are applied, such as 'nothrow'. * * This was originally at the end of the first semantic pass, but * required a fix-up to be done here for the '__result' variable * type of __ensure() inside auto functions, but this didn't work * if the out parameter was implicit. */ funcdecl.buildEnsureRequire(); // Check for errors related to 'nothrow'. const blockexit = funcdecl.fbody.blockExit(funcdecl, f.isnothrow); if (f.isnothrow && blockexit & BE.throw_) error(funcdecl.loc, "`nothrow` %s `%s` may throw", funcdecl.kind(), funcdecl.toPrettyChars()); if (!(blockexit & (BE.throw_ | BE.halt) || funcdecl.flags & FUNCFLAG.hasCatches)) { /* Don't generate unwind tables for this function * https://issues.dlang.org/show_bug.cgi?id=17997 */ funcdecl.eh_none = true; } if (funcdecl.flags & FUNCFLAG.nothrowInprocess) { if (funcdecl.type == f) f = cast(TypeFunction)f.copy(); f.isnothrow = !(blockexit & BE.throw_); } if (funcdecl.fbody.isErrorStatement()) { } else if (ad2 && funcdecl.isCtorDeclaration()) { /* Append: * return this; * to function body */ if (blockexit & BE.fallthru) { Statement s = new ReturnStatement(funcdecl.loc, null); s = s.statementSemantic(sc2); funcdecl.fbody = new CompoundStatement(funcdecl.loc, funcdecl.fbody, s); funcdecl.hasReturnExp |= (funcdecl.hasReturnExp & 1 ? 16 : 1); } } else if (funcdecl.fes) { // For foreach(){} body, append a return 0; if (blockexit & BE.fallthru) { Expression e = IntegerExp.literal!0; Statement s = new ReturnStatement(Loc.initial, e); funcdecl.fbody = new CompoundStatement(Loc.initial, funcdecl.fbody, s); funcdecl.hasReturnExp |= (funcdecl.hasReturnExp & 1 ? 16 : 1); } assert(!funcdecl.returnLabel); } else if (f.next.toBasetype().ty == Tnoreturn) { // Fallthrough despite being declared as noreturn? return is already rejected when evaluating the ReturnStatement if (blockexit & BE.fallthru) { funcdecl.error("is typed as `%s` but does return", f.next.toChars()); funcdecl.loc.errorSupplemental("`noreturn` functions must either throw, abort or loop indefinitely"); } } else { const(bool) inlineAsm = (funcdecl.hasReturnExp & 8) != 0; if ((blockexit & BE.fallthru) && f.next.ty != Tvoid && !inlineAsm && !(sc.flags & SCOPE.Cfile)) { if (!funcdecl.hasReturnExp) funcdecl.error("has no `return` statement, but is expected to return a value of type `%s`", f.next.toChars()); else funcdecl.error("no `return exp;` or `assert(0);` at end of function"); } } if (funcdecl.returns) { bool implicit0 = addReturn0(); Type tret = implicit0 ? Type.tint32 : f.next; assert(tret.ty != Tvoid); if (funcdecl.vresult || funcdecl.returnLabel) funcdecl.buildResultVar(scout ? scout : sc2, tret); /* Cannot move this loop into NrvoWalker, because * returns[i] may be in the nested delegate for foreach-body. */ for (size_t i = 0; i < funcdecl.returns.dim; i++) { ReturnStatement rs = (*funcdecl.returns)[i]; Expression exp = rs.exp; if (exp.op == EXP.error) continue; if (tret.ty == Terror) { // https://issues.dlang.org/show_bug.cgi?id=13702 exp = checkGC(sc2, exp); continue; } /* If the expression in the return statement (exp) cannot be implicitly * converted to the return type (tret) of the function and if the * type of the expression is type isolated, then it may be possible * that a promotion to `immutable` or `inout` (through a cast) will * match the return type. */ if (!exp.implicitConvTo(tret) && funcdecl.isTypeIsolated(exp.type)) { /* https://issues.dlang.org/show_bug.cgi?id=20073 * * The problem is that if the type of the returned expression (exp.type) * is an aggregated declaration with an alias this, the alias this may be * used for the conversion testing without it being an isolated type. * * To make sure this does not happen, we can test here the implicit conversion * only for the aggregated declaration type by using `implicitConvToWithoutAliasThis`. * The implicit conversion with alias this is taken care of later. */ AggregateDeclaration aggDecl = isAggregate(exp.type); TypeStruct tstruct; TypeClass tclass; bool hasAliasThis; if (aggDecl && aggDecl.aliasthis) { hasAliasThis = true; tclass = exp.type.isTypeClass(); if (!tclass) tstruct = exp.type.isTypeStruct(); assert(tclass || tstruct); } if (hasAliasThis) { if (tclass) { if ((cast(TypeClass)(exp.type.immutableOf())).implicitConvToWithoutAliasThis(tret)) exp = exp.castTo(sc2, exp.type.immutableOf()); else if ((cast(TypeClass)(exp.type.wildOf())).implicitConvToWithoutAliasThis(tret)) exp = exp.castTo(sc2, exp.type.wildOf()); } else { if ((cast(TypeStruct)exp.type.immutableOf()).implicitConvToWithoutAliasThis(tret)) exp = exp.castTo(sc2, exp.type.immutableOf()); else if ((cast(TypeStruct)exp.type.immutableOf()).implicitConvToWithoutAliasThis(tret)) exp = exp.castTo(sc2, exp.type.wildOf()); } } else { if (exp.type.immutableOf().implicitConvTo(tret)) exp = exp.castTo(sc2, exp.type.immutableOf()); else if (exp.type.wildOf().implicitConvTo(tret)) exp = exp.castTo(sc2, exp.type.wildOf()); } } const hasCopyCtor = exp.type.ty == Tstruct && (cast(TypeStruct)exp.type).sym.hasCopyCtor; // if a copy constructor is present, the return type conversion will be handled by it if (!(hasCopyCtor && exp.isLvalue())) { if (f.isref && !MODimplicitConv(exp.type.mod, tret.mod) && !tret.isTypeSArray()) error(exp.loc, "expression `%s` of type `%s` is not implicitly convertible to return type `ref %s`", exp.toChars(), exp.type.toChars(), tret.toChars()); else exp = exp.implicitCastTo(sc2, tret); } if (f.isref) { // Function returns a reference exp = exp.toLvalue(sc2, exp); checkReturnEscapeRef(sc2, exp, false); exp = exp.optimize(WANTvalue, /*keepLvalue*/ true); } else { exp = exp.optimize(WANTvalue); /* https://issues.dlang.org/show_bug.cgi?id=10789 * If NRVO is not possible, all returned lvalues should call their postblits. */ if (!funcdecl.nrvo_can) exp = doCopyOrMove(sc2, exp, f.next); if (tret.hasPointers()) checkReturnEscape(sc2, exp, false); } exp = checkGC(sc2, exp); if (funcdecl.vresult) { // Create: return vresult = exp; exp = new BlitExp(rs.loc, funcdecl.vresult, exp); exp.type = funcdecl.vresult.type; if (rs.caseDim) exp = Expression.combine(exp, new IntegerExp(rs.caseDim)); } else if (funcdecl.tintro && !tret.equals(funcdecl.tintro.nextOf())) { exp = exp.implicitCastTo(sc2, funcdecl.tintro.nextOf()); } rs.exp = exp; } } if (funcdecl.nrvo_var || funcdecl.returnLabel) { scope NrvoWalker nw = new NrvoWalker(); nw.fd = funcdecl; nw.sc = sc2; nw.visitStmt(funcdecl.fbody); } sc2 = sc2.pop(); } if (global.params.inclusiveInContracts) { funcdecl.frequire = funcdecl.mergeFrequireInclusivePreview( funcdecl.frequire, funcdecl.fdrequireParams); } else { funcdecl.frequire = funcdecl.mergeFrequire(funcdecl.frequire, funcdecl.fdrequireParams); } funcdecl.fensure = funcdecl.mergeFensure(funcdecl.fensure, Id.result, funcdecl.fdensureParams); Statement freq = funcdecl.frequire; Statement fens = funcdecl.fensure; /* Do the semantic analysis on the [in] preconditions and * [out] postconditions. */ if (freq) { /* frequire is composed of the [in] contracts */ auto sym = new ScopeDsymbol(funcdecl.loc, null); sym.parent = sc2.scopesym; sym.endlinnum = funcdecl.endloc.linnum; sc2 = sc2.push(sym); sc2.flags = (sc2.flags & ~SCOPE.contract) | SCOPE.require; // BUG: need to error if accessing out parameters // BUG: need to disallow returns and throws // BUG: verify that all in and ref parameters are read freq = freq.statementSemantic(sc2); freq.blockExit(funcdecl, false); funcdecl.eh_none = false; sc2 = sc2.pop(); if (global.params.useIn == CHECKENABLE.off) freq = null; } if (fens) { /* fensure is composed of the [out] contracts */ if (f.next.ty == Tvoid && funcdecl.fensures) { foreach (e; *funcdecl.fensures) { if (e.id) { funcdecl.error(e.ensure.loc, "`void` functions have no result"); //fens = null; } } } sc2 = scout; //push sc2.flags = (sc2.flags & ~SCOPE.contract) | SCOPE.ensure; // BUG: need to disallow returns and throws if (funcdecl.fensure && f.next.ty != Tvoid) funcdecl.buildResultVar(scout, f.next); fens = fens.statementSemantic(sc2); fens.blockExit(funcdecl, false); funcdecl.eh_none = false; sc2 = sc2.pop(); if (global.params.useOut == CHECKENABLE.off) fens = null; } if (funcdecl.fbody && funcdecl.fbody.isErrorStatement()) { } else { auto a = new Statements(); // Merge in initialization of 'out' parameters if (funcdecl.parameters) { for (size_t i = 0; i < funcdecl.parameters.dim; i++) { VarDeclaration v = (*funcdecl.parameters)[i]; if (v.storage_class & STC.out_) { if (!v._init) { v.error("Zero-length `out` parameters are not allowed."); return; } ExpInitializer ie = v._init.isExpInitializer(); assert(ie); if (auto iec = ie.exp.isConstructExp()) { // construction occurred in parameter processing auto ec = new AssignExp(iec.loc, iec.e1, iec.e2); ec.type = iec.type; ie.exp = ec; } a.push(new ExpStatement(Loc.initial, ie.exp)); } } } if (_arguments) { /* Advance to elements[] member of TypeInfo_Tuple with: * _arguments = v_arguments.elements; */ Expression e = new VarExp(Loc.initial, funcdecl.v_arguments); e = new DotIdExp(Loc.initial, e, Id.elements); e = new ConstructExp(Loc.initial, _arguments, e); e = e.expressionSemantic(sc2); _arguments._init = new ExpInitializer(Loc.initial, e); auto de = new DeclarationExp(Loc.initial, _arguments); a.push(new ExpStatement(Loc.initial, de)); } // Merge contracts together with body into one compound statement if (freq || fpreinv) { if (!freq) freq = fpreinv; else if (fpreinv) freq = new CompoundStatement(Loc.initial, freq, fpreinv); a.push(freq); } if (funcdecl.fbody) a.push(funcdecl.fbody); if (fens || fpostinv) { if (!fens) fens = fpostinv; else if (fpostinv) fens = new CompoundStatement(Loc.initial, fpostinv, fens); auto ls = new LabelStatement(Loc.initial, Id.returnLabel, fens); funcdecl.returnLabel.statement = ls; a.push(funcdecl.returnLabel.statement); if (f.next.ty != Tvoid && funcdecl.vresult) { // Create: return vresult; Expression e = new VarExp(Loc.initial, funcdecl.vresult); if (funcdecl.tintro) { e = e.implicitCastTo(sc, funcdecl.tintro.nextOf()); e = e.expressionSemantic(sc); } auto s = new ReturnStatement(Loc.initial, e); a.push(s); } } if (addReturn0()) { // Add a return 0; statement Statement s = new ReturnStatement(Loc.initial, IntegerExp.literal!0); a.push(s); } Statement sbody = new CompoundStatement(Loc.initial, a); /* Append destructor calls for parameters as finally blocks. */ if (funcdecl.parameters) { // check if callee destroys arguments const bool paramsNeedDtor = target.isCalleeDestroyingArgs(f); foreach (v; *funcdecl.parameters) { if (v.isReference() || (v.storage_class & STC.lazy_)) continue; if (v.needsScopeDtor()) { v.storage_class |= STC.nodtor; if (!paramsNeedDtor) continue; // same with ExpStatement.scopeCode() Statement s = new DtorExpStatement(Loc.initial, v.edtor, v); s = s.statementSemantic(sc2); bool isnothrow = f.isnothrow & !(funcdecl.flags & FUNCFLAG.nothrowInprocess); const blockexit = s.blockExit(funcdecl, isnothrow); if (blockexit & BE.throw_) funcdecl.eh_none = false; if (f.isnothrow && isnothrow && blockexit & BE.throw_) error(funcdecl.loc, "`nothrow` %s `%s` may throw", funcdecl.kind(), funcdecl.toPrettyChars()); if (funcdecl.flags & FUNCFLAG.nothrowInprocess && blockexit & BE.throw_) f.isnothrow = false; if (sbody.blockExit(funcdecl, f.isnothrow) == BE.fallthru) sbody = new CompoundStatement(Loc.initial, sbody, s); else sbody = new TryFinallyStatement(Loc.initial, sbody, s); } } } // from this point on all possible 'throwers' are checked funcdecl.flags &= ~FUNCFLAG.nothrowInprocess; if (funcdecl.isSynchronized()) { /* Wrap the entire function body in a synchronized statement */ ClassDeclaration cd = funcdecl.toParentDecl().isClassDeclaration(); if (cd) { if (target.libraryObjectMonitors(funcdecl, sbody)) { Expression vsync; if (funcdecl.isStatic()) { // The monitor is in the ClassInfo vsync = new DotIdExp(funcdecl.loc, symbolToExp(cd, funcdecl.loc, sc2, false), Id.classinfo); } else { // 'this' is the monitor vsync = new VarExp(funcdecl.loc, funcdecl.vthis); if (funcdecl.isThis2) { vsync = new PtrExp(funcdecl.loc, vsync); vsync = new IndexExp(funcdecl.loc, vsync, IntegerExp.literal!0); } } sbody = new PeelStatement(sbody); // don't redo semantic() sbody = new SynchronizedStatement(funcdecl.loc, vsync, sbody); sbody = sbody.statementSemantic(sc2); } } else { funcdecl.error("synchronized function `%s` must be a member of a class", funcdecl.toChars()); } } // If declaration has no body, don't set sbody to prevent incorrect codegen. if (funcdecl.fbody || funcdecl.allowsContractWithoutBody()) funcdecl.fbody = sbody; } // Check for undefined labels if (funcdecl.labtab) foreach (keyValue; funcdecl.labtab.tab.asRange) { //printf(" KV: %s = %s\n", keyValue.key.toChars(), keyValue.value.toChars()); LabelDsymbol label = cast(LabelDsymbol)keyValue.value; if (!label.statement && (!label.deleted || label.iasm)) { funcdecl.error(label.loc, "label `%s` is undefined", label.toChars()); } } // Fix up forward-referenced gotos if (funcdecl.gotos) { for (size_t i = 0; i < funcdecl.gotos.dim; ++i) { (*funcdecl.gotos)[i].checkLabel(); } } if (funcdecl.naked && (funcdecl.fensures || funcdecl.frequires)) funcdecl.error("naked assembly functions with contracts are not supported"); sc2.ctorflow.callSuper = CSX.none; sc2.pop(); } if (funcdecl.checkClosure()) { // We should be setting errors here instead of relying on the global error count. //errors = true; } /* If function survived being marked as impure, then it is pure */ if (funcdecl.flags & FUNCFLAG.purityInprocess) { funcdecl.flags &= ~FUNCFLAG.purityInprocess; if (funcdecl.type == f) f = cast(TypeFunction)f.copy(); f.purity = PURE.fwdref; } if (funcdecl.flags & FUNCFLAG.safetyInprocess) { funcdecl.flags &= ~FUNCFLAG.safetyInprocess; if (funcdecl.type == f) f = cast(TypeFunction)f.copy(); f.trust = TRUST.safe; } if (funcdecl.flags & FUNCFLAG.nogcInprocess) { funcdecl.flags &= ~FUNCFLAG.nogcInprocess; if (funcdecl.type == f) f = cast(TypeFunction)f.copy(); f.isnogc = true; } if (funcdecl.flags & FUNCFLAG.returnInprocess) { funcdecl.flags &= ~FUNCFLAG.returnInprocess; if (funcdecl.storage_class & STC.return_) { if (funcdecl.type == f) f = cast(TypeFunction)f.copy(); f.isreturn = true; if (funcdecl.storage_class & STC.returninferred) f.isreturninferred = true; } } funcdecl.flags &= ~FUNCFLAG.inferScope; // Eliminate maybescope's { // Create and fill array[] with maybe candidates from the `this` and the parameters VarDeclaration[] array = void; VarDeclaration[10] tmp = void; size_t dim = (funcdecl.vthis !is null) + (funcdecl.parameters ? funcdecl.parameters.dim : 0); if (dim <= tmp.length) array = tmp[0 .. dim]; else { auto ptr = cast(VarDeclaration*)mem.xmalloc(dim * VarDeclaration.sizeof); array = ptr[0 .. dim]; } size_t n = 0; if (funcdecl.vthis) array[n++] = funcdecl.vthis; if (funcdecl.parameters) { foreach (v; *funcdecl.parameters) { array[n++] = v; } } eliminateMaybeScopes(array[0 .. n]); if (dim > tmp.length) mem.xfree(array.ptr); } // Infer STC.scope_ if (funcdecl.parameters && !funcdecl.errors) { assert(f.parameterList.length == funcdecl.parameters.dim); foreach (u, p; f.parameterList) { auto v = (*funcdecl.parameters)[u]; if (v.storage_class & STC.maybescope) { //printf("Inferring scope for %s\n", v.toChars()); notMaybeScope(v); v.storage_class |= STC.scope_ | STC.scopeinferred; p.storageClass |= STC.scope_ | STC.scopeinferred; assert(!(p.storageClass & STC.maybescope)); } } } if (funcdecl.vthis && funcdecl.vthis.storage_class & STC.maybescope) { notMaybeScope(funcdecl.vthis); funcdecl.vthis.storage_class |= STC.scope_ | STC.scopeinferred; f.isScopeQual = true; f.isscopeinferred = true; } // reset deco to apply inference result to mangled name if (f != funcdecl.type) f.deco = null; // Do semantic type AFTER pure/nothrow inference. if (!f.deco && funcdecl.ident != Id.xopEquals && funcdecl.ident != Id.xopCmp) { sc = sc.push(); if (funcdecl.isCtorDeclaration()) // https://issues.dlang.org/show_bug.cgi?id=#15665 f.isctor = true; sc.stc = 0; sc.linkage = funcdecl.linkage; // https://issues.dlang.org/show_bug.cgi?id=8496 funcdecl.type = f.typeSemantic(funcdecl.loc, sc); sc = sc.pop(); } // Do live analysis if (global.params.useDIP1021 && funcdecl.fbody && funcdecl.type.ty != Terror && funcdecl.type.isTypeFunction().islive) { oblive(funcdecl); } /* If this function had instantiated with gagging, error reproduction will be * done by TemplateInstance::semantic. * Otherwise, error gagging should be temporarily ungagged by functionSemantic3. */ funcdecl.semanticRun = PASS.semantic3done; funcdecl.semantic3Errors = (global.errors != oldErrors) || (funcdecl.fbody && funcdecl.fbody.isErrorStatement()); if (funcdecl.type.ty == Terror) funcdecl.errors = true; //printf("-FuncDeclaration::semantic3('%s.%s', sc = %p, loc = %s)\n", parent.toChars(), toChars(), sc, loc.toChars()); //fflush(stdout); } override void visit(CtorDeclaration ctor) { //printf("CtorDeclaration()\n%s\n", ctor.fbody.toChars()); if (ctor.semanticRun >= PASS.semantic3) return; /* If any of the fields of the aggregate have a destructor, add * scope (failure) { this.fieldDtor(); } * as the first statement of the constructor (unless the constructor * doesn't define a body - @disable, extern) *.It is not necessary to add it after * each initialization of a field, because destruction of .init constructed * structs should be benign. * https://issues.dlang.org/show_bug.cgi?id=14246 */ AggregateDeclaration ad = ctor.isMemberDecl(); if (!ctor.fbody || !ad || !ad.fieldDtor || !global.params.dtorFields || global.params.betterC || ctor.type.toTypeFunction.isnothrow) return visit(cast(FuncDeclaration)ctor); /* Generate: * this.fieldDtor() */ Expression e = new ThisExp(ctor.loc); e.type = ad.type.mutableOf(); e = new DotVarExp(ctor.loc, e, ad.fieldDtor, false); auto ce = new CallExp(ctor.loc, e); auto sexp = new ExpStatement(ctor.loc, ce); auto ss = new ScopeStatement(ctor.loc, sexp, ctor.loc); // @@@DEPRECATED_2096@@@ // Allow negligible attribute violations to allow for a smooth // transition. Remove this after the usual deprecation period // after 2.106. if (global.params.dtorFields == FeatureState.default_) { auto ctf = cast(TypeFunction) ctor.type; auto dtf = cast(TypeFunction) ad.fieldDtor.type; const ngErr = ctf.isnogc && !dtf.isnogc; const puErr = ctf.purity && !dtf.purity; const saErr = ctf.trust == TRUST.safe && dtf.trust <= TRUST.system; if (ngErr || puErr || saErr) { // storage_class is apparently not set for dtor & ctor OutBuffer ob; stcToBuffer(&ob, (ngErr ? STC.nogc : 0) | (puErr ? STC.pure_ : 0) | (saErr ? STC.system : 0) ); ctor.loc.deprecation("`%s` has stricter attributes than its destructor (`%s`)", ctor.toPrettyChars(), ob.peekChars()); ctor.loc.deprecationSupplemental("The destructor will be called if an exception is thrown"); ctor.loc.deprecationSupplemental("Either make the constructor `nothrow` or adjust the field destructors"); ce.ignoreAttributes = true; } } version (all) { /* Generate: * try { ctor.fbody; } * catch (Exception __o) * { this.fieldDtor(); throw __o; } * This differs from the alternate scope(failure) version in that an Exception * is caught rather than a Throwable. This enables the optimization whereby * the try-catch can be removed if ctor.fbody is nothrow. (nothrow only * applies to Exception.) */ Identifier id = Identifier.generateId("__o"); auto ts = new ThrowStatement(ctor.loc, new IdentifierExp(ctor.loc, id)); auto handler = new CompoundStatement(ctor.loc, ss, ts); auto catches = new Catches(); auto ctch = new Catch(ctor.loc, getException(), id, handler); catches.push(ctch); ctor.fbody = new TryCatchStatement(ctor.loc, ctor.fbody, catches); } else { /* Generate: * scope (failure) { this.fieldDtor(); } * Hopefully we can use this version someday when scope(failure) catches * Exception instead of Throwable. */ auto s = new ScopeGuardStatement(ctor.loc, TOK.onScopeFailure, ss); ctor.fbody = new CompoundStatement(ctor.loc, s, ctor.fbody); } visit(cast(FuncDeclaration)ctor); } override void visit(Nspace ns) { if (ns.semanticRun >= PASS.semantic3) return; ns.semanticRun = PASS.semantic3; static if (LOG) { printf("Nspace::semantic3('%s')\n", ns.toChars()); } if (!ns.members) return; sc = sc.push(ns); sc.linkage = LINK.cpp; foreach (s; *ns.members) { s.semantic3(sc); } sc.pop(); } override void visit(AttribDeclaration ad) { Dsymbols* d = ad.include(sc); if (!d) return; Scope* sc2 = ad.newScope(sc); for (size_t i = 0; i < d.dim; i++) { Dsymbol s = (*d)[i]; s.semantic3(sc2); } if (sc2 != sc) sc2.pop(); } override void visit(AggregateDeclaration ad) { //printf("AggregateDeclaration::semantic3(sc=%p, %s) type = %s, errors = %d\n", sc, toChars(), type.toChars(), errors); if (!ad.members) return; StructDeclaration sd = ad.isStructDeclaration(); if (!sc) // from runDeferredSemantic3 for TypeInfo generation { assert(sd); sd.semanticTypeInfoMembers(); return; } auto sc2 = ad.newScope(sc); for (size_t i = 0; i < ad.members.dim; i++) { Dsymbol s = (*ad.members)[i]; s.semantic3(sc2); } sc2.pop(); // don't do it for unused deprecated types // or error ypes if (!ad.getRTInfo && Type.rtinfo && (!ad.isDeprecated() || global.params.useDeprecated != DiagnosticReporting.error) && (ad.type && ad.type.ty != Terror)) { // Evaluate: RTinfo!type auto tiargs = new Objects(); tiargs.push(ad.type); auto ti = new TemplateInstance(ad.loc, Type.rtinfo, tiargs); Scope* sc3 = ti.tempdecl._scope.startCTFE(); sc3.tinst = sc.tinst; sc3.minst = sc.minst; if (ad.isDeprecated()) sc3.stc |= STC.deprecated_; ti.dsymbolSemantic(sc3); ti.semantic2(sc3); ti.semantic3(sc3); auto e = symbolToExp(ti.toAlias(), Loc.initial, sc3, false); sc3.endCTFE(); e = e.ctfeInterpret(); ad.getRTInfo = e; } if (sd) sd.semanticTypeInfoMembers(); ad.semanticRun = PASS.semantic3done; } } private struct FuncDeclSem3 { // The FuncDeclaration subject to Semantic analysis FuncDeclaration funcdecl; // Scope of analysis Scope* sc; this(FuncDeclaration fd,Scope* s) { funcdecl = fd; sc = s; } /* Checks that the overriden functions (if any) have in contracts if * funcdecl has an in contract. */ void checkInContractOverrides() { if (funcdecl.frequires) { for (size_t i = 0; i < funcdecl.foverrides.dim; i++) { FuncDeclaration fdv = funcdecl.foverrides[i]; if (fdv.fbody && !fdv.frequires) { funcdecl.error("cannot have an in contract when overridden function `%s` does not have an in contract", fdv.toPrettyChars()); break; } } } } } extern (C++) void semanticTypeInfoMembers(StructDeclaration sd) { if (sd.xeq && sd.xeq._scope && sd.xeq.semanticRun < PASS.semantic3done) { uint errors = global.startGagging(); sd.xeq.semantic3(sd.xeq._scope); if (global.endGagging(errors)) sd.xeq = sd.xerreq; } if (sd.xcmp && sd.xcmp._scope && sd.xcmp.semanticRun < PASS.semantic3done) { uint errors = global.startGagging(); sd.xcmp.semantic3(sd.xcmp._scope); if (global.endGagging(errors)) sd.xcmp = sd.xerrcmp; } FuncDeclaration ftostr = search_toString(sd); if (ftostr && ftostr._scope && ftostr.semanticRun < PASS.semantic3done) { ftostr.semantic3(ftostr._scope); } if (sd.xhash && sd.xhash._scope && sd.xhash.semanticRun < PASS.semantic3done) { sd.xhash.semantic3(sd.xhash._scope); } if (sd.postblit && sd.postblit._scope && sd.postblit.semanticRun < PASS.semantic3done) { sd.postblit.semantic3(sd.postblit._scope); } if (sd.dtor && sd.dtor._scope && sd.dtor.semanticRun < PASS.semantic3done) { sd.dtor.semantic3(sd.dtor._scope); } }
D
//Problem 20: Write a program that validates if string length is between 5 to 10 using Regular Expression. import std.regex; import std.stdio; void main() { auto exp = regex("\\w{5,10}\\b"); writeln(match("Hello", exp)); writeln(match("Hi", exp)); }
D
module asteroids.system.physics; import asteroids.component; import asteroids.system.player; import asteroids.system.asteroid; /// System that iterates over all alive entities and process movement and collisions void physicsSystem(Storages!AllComponents storages, size_t i, Entity e) { if(storages.entities.aliveHas!(Position, Velocity)(i)) { movement(storages.sub!(Position, Velocity, DeltaTime), e); warping(storages.sub!(Position, WorldSize), e); } if(storages.entities.aliveHas!(Asteroid, Position, Radius)(i)) { immutable apos = storages.get!Position(e); immutable arad = storages.get!Radius(e); if(!storages.player.unique.isNull) { immutable pe = storages.player.owner; immutable ppos = storages.get!Position(pe); immutable prad = storages.get!Radius(pe); immutable r = prad + arad; if(apos.distSquared(ppos) <= r*r) { killPlayer(storages.sub!(Entities, WorldSize, PlayerComponents), pe); storages.audio.global.play(Sound.bang); } } for(size_t j=i+1; j<storages.entities.alive.length; j++) { if(storages.entities.aliveHas!(Bullet, Position)(j)) { immutable be = storages.entities.alive[j]; checkAsteroidHit(storages.sub!(Entities, Rng, Audio, WorldSize, AsteroidComponents), e, be); } } } else if (storages.entities.aliveHas!(Bullet, Position)(i)) { for(size_t j=i+1; j<storages.entities.alive.length; j++) { if(storages.entities.aliveHas!(Asteroid, Position, Radius)(j)) { immutable ae = storages.entities.alive[j]; checkAsteroidHit(storages.sub!(Entities, Rng, Audio, WorldSize, AsteroidComponents), ae, e); } } } } /// Check collision between asteroid and bullet private void checkAsteroidHit(Storages!(Entities, Rng, Audio, WorldSize, AsteroidComponents) storages, Entity astEnt, Entity bullEnt) { immutable ac = storages.get!(Asteroid, Position, Velocity, Rotation, Radius)(astEnt); immutable bpos = storages.get!Position(bullEnt); immutable r = ac.radius + Bullet.radius; if(ac.position.distSquared(bpos) <= r*r) { storages.entities.remove(astEnt); storages.entities.remove(bullEnt); spawnShard(storages.sub!(Entities, Rng, AsteroidComponents), ac.asteroid, ac.position, ac.velocity, ac.rotation, ac.radius); spawnShard(storages.sub!(Entities, Rng, AsteroidComponents), ac.asteroid, ac.position, ac.velocity, ac.rotation, ac.radius); storages.audio.global.play(Sound.bang); } } /// System that applies position and velocity to given entity private void movement(Storages!(Position, Velocity, DeltaTime) storages, Entity e) { immutable vel = storages.velocity.get(e); immutable dt = storages.deltaTime.global.dt; storages.position.modify(e, p => p + vel * dt); } /// System that warps space private void warping(Storages!(Position, WorldSize) storages, Entity e) { immutable ws = storages.worldSize.global; auto pos = storages.position.getRef(e); if (pos.x < 0) pos.x += ws.width; else if (pos.x > ws.width) pos.x -= ws.width; if (pos.y < 0) pos.y += ws.height; else if (pos.y > ws.height) pos.y -= ws.height; }
D
like or containing small sticky lumps short and thick
D
/** Additional graphics primitives, and image loading. Copyright: Guillaume Piolat 2015 - 2016. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) */ module dplug.graphics.drawex; import core.stdc.stdlib: free; import core.stdc.math: floorf, ceilf; import std.algorithm.comparison; import std.math; import std.traits; import gfm.math.box; import dplug.core.nogc; import dplug.core.vec; import dplug.graphics.view; import dplug.graphics.draw; import dplug.graphics.image; import dplug.graphics.pngload; nothrow: @nogc: /// Crop a view from a box2i auto crop(V)(auto ref V src, box2i b) if (isView!V) { return dplug.graphics.view.crop(src, b.min.x, b.min.y, b.max.x, b.max.y); } /// Crop an ImageRef and get an ImageRef instead of a Voldemort type. /// This also avoid adding offset to coordinates. ImageRef!COLOR cropImageRef(COLOR)(ImageRef!COLOR src, box2i rect) { ImageRef!COLOR result; result.w = rect.width; result.h = rect.height; result.pitch = src.pitch; COLOR[] scan = src.scanline(rect.min.y); result.pixels = &scan[rect.min.x]; return result; } /// Rough anti-aliased fillsector void aaFillSector(V, COLOR)(auto ref V v, float x, float y, float r0, float r1, float a0, float a1, COLOR c) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; if (a0 == a1) return; int x0 = cast(int)floorf(x - r1 - 1); int x1 = cast(int)ceilf(x + r1 + 1); int y0 = cast(int)floorf(y - r1 - 1); int y1 = cast(int)ceilf(y + r1 + 1); float r0s = r0-1; if (r0s < 0) r0s = 0; r0s = r0s * r0s; float r1s = (r1 + 1) * (r1 + 1); if (a0 > a1) a1 += 2 * PI; if (a0 < -PI || a1 < -PI) { // else atan2 will never produce angles below PI a0 += 2 * PI; a1 += 2 * PI; } int xmin = x0; int xmax = x1+1; int ymin = y0; int ymax = y1+1; // avoids to draw out of bounds if (xmin < 0) xmin = 0; if (ymin < 0) ymin = 0; if (xmax > v.w) xmax = v.w; if (ymax > v.h) ymax = v.h; foreach (py; ymin .. ymax) { foreach (px; xmin .. xmax) { float dx = px-x; float dy = py-y; float rsq = dx * dx + dy * dy; if(r0s <= rsq && rsq <= r1s) { float rs = sqrt(rsq); // How much angle is one pixel at this radius? // It's actually rule of 3. // 2*pi radians => 2*pi*radius pixels // ??? => 1 pixel float aTransition = 1.0f / rs; if (r0 <= rs && rs < r1) { float alpha = 1.0f; if (r0 + 1 > rs) alpha = rs - r0; if (rs + 1 > r1) alpha = r1 - rs; float a = atan2(dy, dx); bool inSector = (a0 <= a && a <= a1); if (inSector) { float alpha2 = alpha; if (a0 + aTransition > a) alpha2 *= (a-a0) / aTransition; else if (a + aTransition > a1) alpha2 *= (a1 - a)/aTransition; auto p = v.pixelPtr(px, py); *p = blendColor(c, *p, cast(ChannelType)(0.5f + alpha2 * ChannelType.max)); } else { a += 2 * PI; bool inSector2 = (a0 <= a && a <= a1); if(inSector2 ) { float alpha2 = alpha; if (a0 + aTransition > a) alpha2 *= (a-a0) / aTransition; else if (a + aTransition > a1) alpha2 *= (a1 - a)/aTransition; auto p = v.pixelPtr(px, py); *p = blendColor(c, *p, cast(ChannelType)(0.5f + alpha2 * ChannelType.max)); } } } } } } } /// Fill rectangle while interpolating a color horiontally void horizontalSlope(float curvature = 1.0f, V, COLOR)(auto ref V v, box2i rect, COLOR c0, COLOR c1) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; box2i inter = box2i(0, 0, v.w, v.h).intersection(rect); int x0 = rect.min.x; int x1 = rect.max.x; immutable float invX1mX0 = 1.0f / (x1 - x0); foreach (px; inter.min.x .. inter.max.x) { float fAlpha = (px - x0) * invX1mX0; static if (curvature != 1.0f) fAlpha = fAlpha ^^ curvature; ChannelType alpha = cast(ChannelType)( 0.5f + ChannelType.max * fAlpha ); // Not being generic here COLOR c = blendColor(c1, c0, alpha); // warning .blend is confusing, c1 comes first vline(v, px, inter.min.y, inter.max.y, c); } } void verticalSlope(float curvature = 1.0f, V, COLOR)(auto ref V v, box2i rect, COLOR c0, COLOR c1) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; box2i inter = box2i(0, 0, v.w, v.h).intersection(rect); int x0 = rect.min.x; int y0 = rect.min.y; int x1 = rect.max.x; int y1 = rect.max.y; immutable float invY1mY0 = 1.0f / (y1 - y0); foreach (py; inter.min.y .. inter.max.y) { float fAlpha = (py - y0) * invY1mY0; static if (curvature != 1.0f) fAlpha = fAlpha ^^ curvature; ChannelType alpha = cast(ChannelType)( 0.5f + ChannelType.max * fAlpha ); // Not being generic here COLOR c = blendColor(c1, c0, alpha); // warning .blend is confusing, c1 comes first hline(v, inter.min.x, inter.max.x, py, c); } } void aaSoftDisc(float curvature = 1.0f, V, COLOR)(auto ref V v, float x, float y, float r1, float r2, COLOR color, float globalAlpha = 1.0f) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; assert(r1 <= r2); int x1 = cast(int)(x-r2-1); if (x1<0) x1=0; int y1 = cast(int)(y-r2-1); if (y1<0) y1=0; int x2 = cast(int)(x+r2+1); if (x2>v.w) x2 = v.w; int y2 = cast(int)(y+r2+1); if (y2>v.h) y2 = v.h; auto r1s = r1*r1; auto r2s = r2*r2; float fx = x; float fy = y; immutable float fr1s = r1s; immutable float fr2s = r2s; immutable float fr21 = fr2s - fr1s; immutable float invfr21 = 1 / fr21; for (int cy=y1;cy<y2;cy++) { auto row = v.scanline(cy); for (int cx=x1;cx<x2;cx++) { float dx = (fx - cx); float dy = (fy - cy); float frs = dx*dx + dy*dy; if (frs<fr1s) row[cx] = blendColor(color, row[cx], cast(ChannelType)(0.5f + ChannelType.max * globalAlpha)); else { if (frs<fr2s) { float alpha = (frs-fr1s) * invfr21; static if (curvature != 1.0f) alpha = alpha ^^ curvature; row[cx] = blendColor(color, row[cx], cast(ChannelType)(0.5f + ChannelType.max * (1-alpha) * globalAlpha)); } } } } } void aaSoftEllipse(float curvature = 1.0f, V, COLOR)(auto ref V v, float x, float y, float r1, float r2, float scaleX, float scaleY, COLOR color, float globalAlpha = 1.0f) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; assert(r1 <= r2); int x1 = cast(int)(x-r2*scaleX-1); if (x1<0) x1=0; int y1 = cast(int)(y-r2*scaleY-1); if (y1<0) y1=0; int x2 = cast(int)(x+r2*scaleX+1); if (x2>v.w) x2 = v.w; int y2 = cast(int)(y+r2*scaleY+1); if (y2>v.h) y2 = v.h; float invScaleX = 1 / scaleX; float invScaleY = 1 / scaleY; auto r1s = r1*r1; auto r2s = r2*r2; float fx = x; float fy = y; immutable float fr1s = r1s; immutable float fr2s = r2s; immutable float fr21 = fr2s - fr1s; immutable float invfr21 = 1 / fr21; for (int cy=y1;cy<y2;cy++) { auto row = v.scanline(cy); for (int cx=x1;cx<x2;cx++) { float dx = (fx - cx) * invScaleX; float dy = (fy - cy) * invScaleY; float frs = dx*dx + dy*dy; if (frs<fr1s) row[cx] = blendColor(color, row[cx], cast(ChannelType)(0.5f + ChannelType.max * globalAlpha)); else { if (frs<fr2s) { float alpha = (frs-fr1s) * invfr21; static if (curvature != 1.0f) alpha = alpha ^^ curvature; row[cx] = blendColor(color, row[cx], cast(ChannelType)(0.5f + ChannelType.max * (1-alpha) * globalAlpha)); } } } } } /// Draw a circle gradually fading in between r1 and r2 and fading out between r2 and r3 void aaSoftCircle(float curvature = 1.0f, V, COLOR)(auto ref V v, float x, float y, float r1, float r2, float r3, COLOR color, float globalAlpha = 1.0f) if (isWritableView!V && is(COLOR : ViewColor!V)) { alias ChannelType = COLOR.ChannelType; assert(r1 <= r2); assert(r2 <= r3); int x1 = cast(int)(x-r3-1); if (x1<0) x1=0; int y1 = cast(int)(y-r3-1); if (y1<0) y1=0; int x2 = cast(int)(x+r3+1); if (x2>v.w) x2 = v.w; int y2 = cast(int)(y+r3+1); if (y2>v.h) y2 = v.h; auto r1s = r1*r1; auto r2s = r2*r2; auto r3s = r3*r3; float fx = x; float fy = y; immutable float fr1s = r1s; immutable float fr2s = r2s; immutable float fr3s = r3s; immutable float fr21 = fr2s - fr1s; immutable float fr32 = fr3s - fr2s; immutable float invfr21 = 1 / fr21; immutable float invfr32 = 1 / fr32; for (int cy=y1;cy<y2;cy++) { auto row = v.scanline(cy); for (int cx=x1;cx<x2;cx++) { float frs = (fx - cx)*(fx - cx) + (fy - cy)*(fy - cy); if (frs >= fr1s) { if (frs < fr3s) { float alpha = void; if (frs >= fr2s) alpha = (frs - fr2s) * invfr32; else alpha = 1 - (frs - fr1s) * invfr21; static if (curvature != 1.0f) alpha = alpha ^^ curvature; row[cx] = blendColor(color, row[cx], cast(ChannelType)(0.5f + ChannelType.max * (1-alpha) * globalAlpha)); } } } } } void aaFillRectFloat(bool CHECKED=true, V, COLOR)(auto ref V v, float x1, float y1, float x2, float y2, COLOR color, float globalAlpha = 1.0f) if (isWritableView!V && is(COLOR : ViewColor!V)) { if (globalAlpha == 0) return; alias ChannelType = COLOR.ChannelType; sort2(x1, x2); sort2(y1, y2); int ix1 = cast(int)(floorf(x1)); int iy1 = cast(int)(floorf(y1)); int ix2 = cast(int)(floorf(x2)); int iy2 = cast(int)(floorf(y2)); float fx1 = x1 - ix1; float fy1 = y1 - iy1; float fx2 = x2 - ix2; float fy2 = y2 - iy2; static ChannelType toAlpha(float fraction) pure nothrow @nogc { return cast(ChannelType)(cast(int)(0.5f + ChannelType.max * fraction)); } v.aaPutPixelFloat!CHECKED(ix1, iy1, color, toAlpha(globalAlpha * (1-fx1) * (1-fy1) )); v.hline!CHECKED(ix1+1, ix2, iy1, color, toAlpha(globalAlpha * (1 - fy1) )); v.aaPutPixelFloat!CHECKED(ix2, iy1, color, toAlpha(globalAlpha * fx2 * (1-fy1) )); v.vline!CHECKED(ix1, iy1+1, iy2, color, toAlpha(globalAlpha * (1 - fx1))); v.vline!CHECKED(ix2, iy1+1, iy2, color, toAlpha(globalAlpha * fx2)); v.aaPutPixelFloat!CHECKED(ix1, iy2, color, toAlpha(globalAlpha * (1-fx1) * fy2 )); v.hline!CHECKED(ix1+1, ix2, iy2, color, toAlpha(globalAlpha * fy2)); v.aaPutPixelFloat!CHECKED(ix2, iy2, color, toAlpha(globalAlpha * fx2 * fy2 )); v.fillRectFloat!CHECKED(ix1+1, iy1+1, ix2, iy2, color, globalAlpha); } void fillRectFloat(bool CHECKED=true, V, COLOR)(auto ref V v, int x1, int y1, int x2, int y2, COLOR b, float globalAlpha = 1.0f) // [) if (isWritableView!V && is(COLOR : ViewColor!V)) { if (globalAlpha == 0) return; sort2(x1, x2); sort2(y1, y2); static if (CHECKED) { if (x1 >= v.w || y1 >= v.h || x2 <= 0 || y2 <= 0 || x1==x2 || y1==y2) return; if (x1 < 0) x1 = 0; if (y1 < 0) y1 = 0; if (x2 >= v.w) x2 = v.w; if (y2 >= v.h) y2 = v.h; } if (globalAlpha == 1) { foreach (y; y1..y2) v.scanline(y)[x1..x2] = b; } else { alias ChannelType = COLOR.ChannelType; static ChannelType toAlpha(float fraction) pure nothrow @nogc { return cast(ChannelType)(cast(int)(0.5f + ChannelType.max * fraction)); } ChannelType alpha = toAlpha(globalAlpha); foreach (y; y1..y2) { COLOR[] scan = v.scanline(y); foreach (x; x1..x2) { scan[x] = blendColor(b, scan[x], alpha); } } } } void aaPutPixelFloat(bool CHECKED=true, V, COLOR, A)(auto ref V v, int x, int y, COLOR color, A alpha) if (is(COLOR.ChannelType == A)) { static if (CHECKED) if (x<0 || x>=v.w || y<0 || y>=v.h) return; COLOR* p = v.pixelPtr(x, y); *p = blendColor(color, *p, alpha); } /// Blits a view onto another. /// The views must have the same size. /// PERF: optimize that void blendWithAlpha(SRC, DST)(auto ref SRC srcView, auto ref DST dstView, auto ref ImageRef!L8 alphaView) { static assert(isDirectView!SRC); static assert(isDirectView!DST); static assert(isWritableView!DST); static ubyte blendByte(ubyte a, ubyte b, ubyte f) nothrow @nogc { int sum = ( f * a + b * (cast(ubyte)(~cast(int)f)) ) + 127; return cast(ubyte)(sum / 255 );// ((sum+1)*257) >> 16 ); // integer divide by 255 } static ushort blendShort(ushort a, ushort b, ubyte f) nothrow @nogc { ushort ff = (f << 8) | f; int sum = ( ff * a + b * (cast(ushort)(~cast(int)ff)) ) + 32768; return cast(ushort)( sum >> 16 ); // MAYDO: this doesn't map to the full range } alias COLOR = ViewColor!DST; assert(srcView.w == dstView.w && srcView.h == dstView.h, "View size mismatch"); foreach (y; 0..srcView.h) { COLOR* srcScan = srcView.scanline(y).ptr; COLOR* dstScan = dstView.scanline(y).ptr; L8* alphaScan = alphaView.scanline(y).ptr; foreach (x; 0..srcView.w) { ubyte alpha = alphaScan[x].l; if (alpha == 0) continue; static if (is(COLOR == RGBA)) { dstScan[x].r = blendByte(srcScan[x].r, dstScan[x].r, alpha); dstScan[x].g = blendByte(srcScan[x].g, dstScan[x].g, alpha); dstScan[x].b = blendByte(srcScan[x].b, dstScan[x].b, alpha); dstScan[x].a = blendByte(srcScan[x].a, dstScan[x].a, alpha); } else static if (is(COLOR == L16)) dstScan[x].l = blendShort(srcScan[x].l, dstScan[x].l, alpha); else static assert(false); } } } /// Manually managed image which is also GC-proof. final class OwnedImage(COLOR) { public: nothrow: @nogc: int w, h; /// Create empty. this() nothrow @nogc { w = 0; h = 0; _pixels = null; } /// Create with given initial size. this(int w, int h) nothrow @nogc { this(); size(w, h); } ~this() { if (_pixels !is null) { alignedFree(_pixels, 128); _pixels = null; } } /// Returns an array for the pixels at row y. COLOR[] scanline(int y) pure { assert(y>=0 && y<h); auto start = w*y; return _pixels[start..start+w]; } COLOR* scanlinePtr(int y) pure { assert(y>=0 && y<h); return &_pixels[w * y]; } mixin DirectView; /// Resize the image, the content is lost. void size(int w, int h) nothrow @nogc { this.w = w; this.h = h; size_t sizeInBytes = w * h * COLOR.sizeof; // We don't need to preserve former data. _pixels = cast(COLOR*) alignedReallocDiscard(_pixels, sizeInBytes, 128); } /// Returns: A slice of all pixels. COLOR[] pixels() nothrow @nogc { return _pixels[0..w*h]; } /// Returns: Number of samples to add to a COLOR* pointer to get to the previous/next line. int pitchInSamples() { return w; } /// Returns: Number of bytes to add to a COLOR* pointer to get to the previous/next line. int pitchInBytes() { return w * cast(int)(COLOR.sizeof); } private: COLOR* _pixels; } unittest { static assert(isDirectView!(OwnedImage!ubyte)); } // // Image loading // struct IFImage { int w, h; ubyte[] pixels; int channels; // number of channels void free() nothrow @nogc { if (pixels.ptr !is null) .free(pixels.ptr); } } IFImage readImageFromMem(const(ubyte[]) imageData, int channels) { static immutable ubyte[8] pngSignature = [0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a]; bool isPNG = imageData.length >= 8 && (imageData[0..8] == pngSignature); // PNG are decoded using stb_image to avoid GC overload using zlib if (isPNG) { int width, height, components; ubyte* decoded = stbi_load_png_from_memory(imageData, width, height, components, channels); IFImage result; result.w = width; result.h = height; result.channels = channels; int size = width * height * channels; result.pixels = decoded[0..size]; return result; } else { bool isJPEG = (imageData.length >= 2) && (imageData[0] == 0xff) && (imageData[1] == 0xd8); if (isJPEG) { import dplug.graphics.jpegload; IFImage result; int comp; ubyte[] pixels = decompress_jpeg_image_from_memory(imageData, result.w, result.h, comp, channels); result.channels = channels; result.pixels = pixels; return result; } else assert(false); // Only PNG and JPEG are supported } } /// The one function you probably want to use. /// Loads an image from a static array. /// The OwnedImage is allocated with `mallocNew` and should be destroyed with `destroyFree`. /// Throws: $(D ImageIOException) on error. OwnedImage!RGBA loadOwnedImage(in void[] imageData) { IFImage ifImage = readImageFromMem(cast(const(ubyte[])) imageData, 4); scope(exit) ifImage.free(); int width = cast(int)ifImage.w; int height = cast(int)ifImage.h; OwnedImage!RGBA loaded = mallocNew!(OwnedImage!RGBA)(width, height); loaded.pixels[] = (cast(RGBA[]) ifImage.pixels)[]; // pixel copy here return loaded; } /// Loads two different images: /// - the 1st is the RGB channels /// - the 2nd is interpreted as greyscale and fetch in the alpha channel of the result. /// The OwnedImage is allocated with `mallocEmplace` and should be destroyed with `destroyFree`. /// Throws: $(D ImageIOException) on error. OwnedImage!RGBA loadImageSeparateAlpha(in void[] imageDataRGB, in void[] imageDataAlpha) { IFImage ifImageRGB = readImageFromMem(cast(const(ubyte[])) imageDataRGB, 3); scope(exit) ifImageRGB.free(); int widthRGB = cast(int)ifImageRGB.w; int heightRGB = cast(int)ifImageRGB.h; IFImage ifImageA = readImageFromMem(cast(const(ubyte[])) imageDataAlpha, 1); scope(exit) ifImageA.free(); int widthA = cast(int)ifImageA.w; int heightA = cast(int)ifImageA.h; if ( (widthA != widthRGB) || (heightRGB != heightA) ) assert(false, "Image size mismatch"); int width = widthA; int height = heightA; OwnedImage!RGBA loaded = mallocNew!(OwnedImage!RGBA)(width, height); for (int j = 0; j < height; ++j) { RGB* rgbscan = cast(RGB*)(&ifImageRGB.pixels[3 * (j * width)]); ubyte* ascan = &ifImageA.pixels[j * width]; RGBA[] outscan = loaded.scanline(j); for (int i = 0; i < width; ++i) { RGB rgb = rgbscan[i]; outscan[i] = RGBA(rgb.r, rgb.g, rgb.b, ascan[i]); } } return loaded; }
D
instance DIA_Kervo_EXIT(C_Info) { npc = STRF_1116_Kervo; nr = 999; condition = DIA_Kervo_EXIT_Condition; information = DIA_Kervo_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Kervo_EXIT_Condition() { return TRUE; }; func void DIA_Kervo_EXIT_Info() { AI_StopProcessInfos(self); }; instance DIA_Kervo_WASIST(C_Info) { npc = STRF_1116_Kervo; nr = 4; condition = DIA_Kervo_WASIST_Condition; information = DIA_Kervo_WASIST_Info; description = "Co je s tebou?"; }; func int DIA_Kervo_WASIST_Condition() { return TRUE; }; func void DIA_Kervo_WASIST_Info() { AI_Output(other,self,"DIA_Kervo_WASIST_15_00"); //Co je s tebou? AI_Output(self,other,"DIA_Kervo_WASIST_13_01"); //Ty se ptáš? Jen se kolem sebe podívej. AI_Output(self,other,"DIA_Kervo_WASIST_13_02"); //Ty zatracený číhavci už zabrali celou řeku. AI_Output(self,other,"DIA_Kervo_WASIST_13_03"); //Nejdřív byli jen dva. Ale od včerejška už jsem jich potkal minimálně pět. AI_Output(self,other,"DIA_Kervo_WASIST_13_04"); //Nemám ani tušení, jak se odsud dostat. }; instance DIA_Kervo_HILFE(C_Info) { npc = STRF_1116_Kervo; nr = 5; condition = DIA_Kervo_HILFE_Condition; information = DIA_Kervo_HILFE_Info; description = "Zkoušel ses dostat přes průsmyk?"; }; func int DIA_Kervo_HILFE_Condition() { if(Npc_KnowsInfo(other,DIA_Kervo_WASIST)) { return TRUE; }; }; func void DIA_Kervo_HILFE_Info() { AI_Output(other,self,"DIA_Kervo_HILFE_15_00"); //Zkoušel ses dostat přes průsmyk? AI_Output(self,other,"DIA_Kervo_HILFE_13_01"); //Vypadám snad jako magor? Dokud tam budou ty bestie, nedostane mě tam ani dvacet vojáků. Nesnáším je. AI_Output(self,other,"DIA_Kervo_HILFE_13_02"); //(úplně sklíčeně) Jenom je ucítím a už mě polévá studený pot. A z toho jejich neustálýho huhlání mi tuhne krev v žilách. AI_Output(self,other,"DIA_Kervo_HILFE_13_03"); //Jestli tak toužíš po tom, nechat si od nich stáhnout kůži zaživa, tak běž rovnou tam. MIS_Kervo_KillLurker = LOG_Running; Log_CreateTopic(TOPIC_Kervo_KillLurker,LOG_MISSION); Log_SetTopicStatus(TOPIC_Kervo_KillLurker,LOG_Running); B_LogEntry(TOPIC_Kervo_KillLurker,"Kervo je hrozně vyděšen číhavci, kteří se potulují v blízkosti jeho jeskyně, asi bych měl pomoci tomu chudáčkovi."); Info_ClearChoices(DIA_Kervo_HILFE); Info_AddChoice(DIA_Kervo_HILFE,"Fajn, v tom případě na to zapomeň.",DIA_Kervo_HILFE_tschau); Info_AddChoice(DIA_Kervo_HILFE,"Ale tady nemůžeš zůstat věčně.",DIA_Kervo_HILFE_ewig); if(Kervo_GotStuff == TRUE) { Info_AddChoice(DIA_Kervo_HILFE,"Co mi dáš, když ty věci zabiju?",DIA_Kervo_HILFE_Problem); }; }; func void DIA_Kervo_HILFE_ewig() { AI_Output(other,self,"DIA_Kervo_HILFE_ewig_15_00"); //Ale tady nemůžeš zůstat věčně. AI_Output(self,other,"DIA_Kervo_HILFE_ewig_13_01"); //Nemám tušení, co po mně vlastně chceš, ale jedno ti řeknu: ty mě tady nenecháš. }; var int Kervo_PromiseNugget; func void DIA_Kervo_HILFE_Problem() { AI_Output(other,self,"DIA_Kervo_HILFE_Problem_15_00"); //Co mi dáš, když ty potvory zabiju? AI_Output(self,other,"DIA_Kervo_HILFE_Problem_13_01"); //Hmm. Fajn. Mohlo by stačit, kdyby zmizeli ty číhavci před jeskyní. if((hero.guild == GIL_KDF) || (hero.guild == GIL_KDM) || (hero.guild == GIL_KDW) || (hero.guild == GIL_GUR)) { AI_Output(self,other,"DIA_Kervo_HILFE_Problem_13_02"); //Našel jsem prázdný runový kámen. Jsi mág, takže by se ti mohla hodit. } else { AI_Output(self,other,"DIA_Kervo_HILFE_Problem_13_03"); //Našel jsem hroudu rudy. }; AI_Output(self,other,"DIA_Kervo_HILFE_Problem_13_04"); //Můžu ti ji dát jako revanš. Kervo_PromiseNugget = TRUE; AI_StopProcessInfos(self); }; func void DIA_Kervo_HILFE_tschau() { AI_Output(other,self,"DIA_Kervo_HILFE_tschau_15_00"); //Fajn, v tom případě na to zapomeň. AI_Output(self,other,"DIA_Kervo_HILFE_tschau_13_01"); //Jasně, vezmu si to. AI_StopProcessInfos(self); }; instance DIA_Kervo_LurkerPlatt(C_Info) { npc = STRF_1116_Kervo; condition = DIA_Kervo_LurkerPlatt_Condition; information = DIA_Kervo_LurkerPlatt_Info; description = "Ty číhavci před jeskyní už tam nejsou."; }; func int DIA_Kervo_LurkerPlatt_Condition() { if((MIS_Kervo_KillLurker == LOG_Running) && Npc_IsDead(Kervo_Lurker1) && Npc_IsDead(Kervo_Lurker2) && Npc_IsDead(Kervo_Lurker3) && Npc_IsDead(Kervo_Lurker4) && Npc_IsDead(Kervo_Lurker5) && Npc_IsDead(Kervo_Lurker6)) { return TRUE; }; }; func void DIA_Kervo_LurkerPlatt_Info() { AI_Output(other,self,"DIA_Kervo_LurkerPlatt_15_00"); //Ty číhavci před jeskyní už tam nejsou. AI_Output(self,other,"DIA_Kervo_LurkerPlatt_13_01"); //Výborně. Konečně se můžu znova volně nadechnout. if(Kervo_PromiseNugget == TRUE) { AI_Output(self,other,"DIA_Kervo_LurkerPlatt_13_02"); //Tady máš, co jsem ti slíbil. if((hero.guild == GIL_KDF) || (hero.guild == GIL_KDM) || (hero.guild == GIL_KDW) || (hero.guild == GIL_GUR)) { B_GiveInvItems(self,other,ItMi_RuneBlank,1); } else { B_GiveInvItems(self,other,ItMi_Nugget,1); }; }; B_GivePlayerXP(XP_KervoKillLurker); MIS_Kervo_KillLurker = LOG_SUCCESS; Log_SetTopicStatus(TOPIC_Kervo_KillLurker,LOG_SUCCESS); B_LogEntry(TOPIC_Kervo_KillLurker,"Teď už může Kervo v klidu dýchat, číhavci jsou mrtví."); }; instance DIA_Kervo_VERGISSES(C_Info) { npc = STRF_1116_Kervo; condition = DIA_Kervo_VERGISSES_Condition; information = DIA_Kervo_VERGISSES_Info; permanent = TRUE; description = "Projdeš teď tím průsmykem?"; }; func int DIA_Kervo_VERGISSES_Condition() { if(MIS_Kervo_KillLurker == LOG_SUCCESS) { return TRUE; }; }; func void DIA_Kervo_VERGISSES_Info() { AI_Output(other,self,"DIA_Kervo_VERGISSES_15_00"); //Projdeš teď tím průsmykem? AI_Output(self,other,"DIA_Kervo_VERGISSES_13_01"); //Na to zapomeň, chlape. Když mě chytí, pošlou mě zpátky do dolů. Zůstanu tady. AI_StopProcessInfos(self); }; instance DIA_Kervo_PICKPOCKET(C_Info) { npc = STRF_1116_Kervo; nr = 900; condition = DIA_Kervo_PICKPOCKET_Condition; information = DIA_Kervo_PICKPOCKET_Info; permanent = TRUE; description = PICKPOCKET_COMM; }; func int DIA_Kervo_PICKPOCKET_Condition() { return C_Beklauen(34,10); }; func void DIA_Kervo_PICKPOCKET_Info() { Info_ClearChoices(DIA_Kervo_PICKPOCKET); Info_AddChoice(DIA_Kervo_PICKPOCKET,Dialog_Back,DIA_Kervo_PICKPOCKET_BACK); Info_AddChoice(DIA_Kervo_PICKPOCKET,DIALOG_PICKPOCKET,DIA_Kervo_PICKPOCKET_DoIt); }; func void DIA_Kervo_PICKPOCKET_DoIt() { B_Beklauen(); Info_ClearChoices(DIA_Kervo_PICKPOCKET); }; func void DIA_Kervo_PICKPOCKET_BACK() { Info_ClearChoices(DIA_Kervo_PICKPOCKET); };
D
/* This version of microEmacs is based on the public domain C * version written by Dave G. Conroy. * The D programming language version is written by Walter Bright. * http://www.digitalmars.com/d/ * This program is in the public domain. */ /* * The routines in this file provide support for computers with * WIN32 console I/O support. */ module console; import std.stdio; import core.stdc.stdlib; import core.stdc.string; import ed; import disp; version (Windows) { import core.sys.windows.windows; import core.sys.windows.winuser; enum BEL = 0x07; /* BEL character. */ enum ESC = 0x1B; /* ESC character. */ static HANDLE hStdin; // console input handle static DWORD fdwSaveOldMode; static INPUT_RECORD lookaheadir; static int lookahead; // !=0 if data in lookaheadir /* * Standard terminal interface dispatch table. Most of the fields point into * "termio" code. */ struct TERM { int t_nrow; /* Number of rows. */ int t_ncol; /* Number of columns. */ void t_open() /* Open terminal at the start. */ { hStdin = GetStdHandle(STD_INPUT_HANDLE); if (hStdin == INVALID_HANDLE_VALUE) { printf("getstdhandle\n"); exit(EXIT_FAILURE); } if (!GetConsoleMode(hStdin,&fdwSaveOldMode)) { printf("getconsolemode\n"); exit(EXIT_FAILURE); } if (!SetConsoleMode(hStdin,ENABLE_WINDOW_INPUT | ENABLE_MOUSE_INPUT)) { printf("setconsolemode\n"); exit(EXIT_FAILURE); } disp_open(); disp_setcursortype(DISP_CURSORBLOCK); t_ncol = disp_state.numcols; t_nrow = disp_state.numrows; } void t_close() /* Close terminal at end. */ { disp_close(); if (!SetConsoleMode(hStdin,fdwSaveOldMode)) { printf("restore console mode\n"); exit(EXIT_FAILURE); } } int t_getchar() /* Get character from keyboard. */ { INPUT_RECORD buf; DWORD cNumRead; int c; while (1) { if (lookahead) { buf = lookaheadir; lookahead = 0; } else if (!ReadConsoleInputW(hStdin,&buf,1,&cNumRead)) { c = 3; // ^C goto Lret; } switch (buf.EventType) { case MOUSE_EVENT: mstat_update(&buf.MouseEvent); continue; default: continue; // ignore case KEY_EVENT: c = win32_keytran(&buf.KeyEvent); if (!c) continue; goto Lret; } } Lret: return c; } void t_putchar(int c) /* Put character to display. */ { disp_putc(c); } void t_flush() /* Flush output buffers. */ { disp_flush(); } void t_move(int row, int col) /* Move the cursor, origin 0. */ { disp_move(row, col); } void t_eeol() /* Erase to end of line. */ { disp_eeol(); } void t_eeop() /* Erase to end of page. */ { disp_eeop(); } void t_beep() /* Beep. */ { disp_putc(BEL); } void t_standout() /* Start standout mode */ { disp_startstand(); } void t_standend() /* End standout mode */ { disp_endstand(); } void t_scrollup() /* Scroll the screen up */ { } void t_scrolldn() /* Scroll the screen down */ /* Note: scrolling routines do */ /* not save cursor position. */ { } void t_setcursor(int insertmode) { disp_setcursortype(insertmode ? DISP_CURSORBLOCK : DISP_CURSORUL); } } TERM term; /******************************************** */ void updateline(int row,attchar_t[] buffer,attchar_t[] physical) { int col; int numcols; CHAR_INFO *psb; CHAR_INFO[256] sbbuf; CHAR_INFO *sb; COORD sbsize; static COORD sbcoord; SMALL_RECT sdrect; sbsize.X = cast(short)disp_state.numcols; sbsize.Y = 1; sbcoord.X = 0; sbcoord.Y = 0; sdrect.Left = 0; sdrect.Top = cast(short)row; sdrect.Right = cast(short)(disp_state.numcols - 1); sdrect.Bottom = cast(short)row; numcols = disp_state.numcols; sb = sbbuf.ptr; if (numcols > sbbuf.length) { sb = cast(CHAR_INFO *)alloca(numcols * CHAR_INFO.sizeof); } for (col = 0; col < numcols; col++) { auto c = buffer[col].chr; sb[col].UnicodeChar = cast(WCHAR)c; sb[col].Attributes = buffer[col].attr; if (c >= 0x10000) { /* Calculate surrogate pairs, but don't know yet how they * work, if at all, with WriteConsoleOutput() */ auto c0 = cast(wchar)((((c - 0x10000) >> 10) & 0x3FF) + 0xD800); auto c1 = cast(wchar)(((c - 0x10000) & 0x3FF) + 0xDC00); } //printf("col = %2d, x%2x, '%c'\n",col,sb[col].AsciiChar,sb[col].AsciiChar); } if (!WriteConsoleOutputW(cast(HANDLE)disp_state.handle,sb,sbsize,sbcoord,&sdrect)) { // error } physical[] = buffer[]; } /********************************* */ extern (C) int msm_init() { return GetSystemMetrics(SM_MOUSEPRESENT); } extern (C) { void msm_term() { } void msm_showcursor() { } void msm_hidecursor() { } } struct msm_status // current state of mouse { uint row; uint col; int buttons; } msm_status mstat; /************************* * Fold MOUSE_EVENT into mstat. */ static void mstat_update(MOUSE_EVENT_RECORD *pme) { mstat.row = pme.dwMousePosition.Y; mstat.col = pme.dwMousePosition.X; mstat.buttons = pme.dwButtonState & 3; } extern (C) int msm_getstatus(uint *pcol,uint *prow) { INPUT_RECORD buf; DWORD cNumRead; if (lookahead) { buf = lookaheadir; cNumRead = 1; } else if (!PeekConsoleInputA(hStdin,&buf,1,&cNumRead)) goto Lret; if (cNumRead) switch (buf.EventType) { case MOUSE_EVENT: mstat_update(&buf.MouseEvent); goto default; default: Ldiscard: if (lookahead) lookahead = 0; else ReadConsoleInputA(hStdin,&buf,1,&cNumRead); // discard break; case KEY_EVENT: if (mstat.buttons & 3) goto Ldiscard; break; } Lret: *prow = mstat.row; *pcol = mstat.col; return mstat.buttons; } /************************************* * Translate key from WIN32 to IBM PC style. * Returns: * 0 if ignore it */ static uint win32_keytran(KEY_EVENT_RECORD *pkey) { uint c; c = 0; if (!pkey.bKeyDown) goto Lret; // ignore button up events c = pkey.UnicodeChar; if (c == 0) { switch (pkey.wVirtualScanCode) { case 0x1D: // Ctrl case 0x38: // Alt case 0x2A: // Left Shift case 0x36: // Right Shift break; // ignore default: c = (pkey.wVirtualScanCode << 8) & 0xFF00; if (pkey.dwControlKeyState & (RIGHT_CTRL_PRESSED | LEFT_CTRL_PRESSED)) { final switch (c) { case 0x4700: c = 0x7700; break; // Home case 0x4F00: c = 0x7500; break; // End case 0x4900: c = 0x8400; break; // PgUp case 0x5100: c = 0x7600; break; // PgDn } } break; } } else if (pkey.dwControlKeyState & (RIGHT_ALT_PRESSED | LEFT_ALT_PRESSED)) { c = (pkey.wVirtualScanCode << 8) & 0xFF00; } Lret: return c; } /************************************* * Wait for any input (yield to other processes). */ void ttyield() { if (!lookahead) { DWORD cNumRead; if (!ReadConsoleInputA(hStdin,&lookaheadir,1,&cNumRead)) { printf("readconsoleinput\n"); goto Lret; } } lookahead = 1; Lret: ; } /************************************* */ int ttkeysininput() { INPUT_RECORD buf; DWORD cNumRead; if (lookahead) { buf = lookaheadir; cNumRead = 1; } else if (!PeekConsoleInputA(hStdin,&buf,1,&cNumRead)) goto Lret; if (cNumRead) { switch (buf.EventType) { case MOUSE_EVENT: mstat_update(&buf.MouseEvent); goto default; default: Ldiscard: if (lookahead) lookahead = 0; else ReadConsoleInputA(hStdin,&buf,1,&cNumRead); // discard cNumRead = 0; break; case KEY_EVENT: if (!win32_keytran(&buf.KeyEvent)) goto Ldiscard; break; } } Lret: return cNumRead != 0; } extern (C) void popen() { assert(0); } void setClipboard(const(char)[] s) { if (OpenClipboard(null)) { EmptyClipboard(); HGLOBAL hmem = GlobalAlloc(GMEM_MOVEABLE, (s.length + 1) * char.sizeof); if (hmem) { auto p = cast(char*)GlobalLock(hmem); memcpy(p, s.ptr, s.length * char.sizeof); p[s.length] = 0; GlobalUnlock(hmem); SetClipboardData(CF_TEXT, hmem); } CloseClipboard(); } } char[] getClipboard() { char[] s = null; if (IsClipboardFormatAvailable(CF_TEXT) && OpenClipboard(null)) { HANDLE h = GetClipboardData(CF_TEXT); // CF_UNICODETEXT is UTF-16 if (h) { auto p = cast(char*)GlobalLock(h); if (p) { size_t length = strlen(p); s = p[0 .. length].dup; } GlobalUnlock(h); } CloseClipboard(); } return s; } /*********************** * Open browser on help file. */ int help(bool f, int n) { printf("\nhelp \n"); char[MAX_PATH + 1] resolved_name = void; if (GetModuleFileNameA(NULL, resolved_name.ptr, MAX_PATH + 1)) { size_t len = strlen(resolved_name.ptr); size_t i; for (i = len; i; --i) { if (resolved_name[i] == '/' || resolved_name[i] == '\\' || resolved_name[i] == ':') { ++i; break; } } immutable(char)[7] doc = "me.html"; if (i + doc.sizeof <= MAX_PATH) { import std.process; memcpy(resolved_name.ptr + i, doc.ptr, doc.sizeof); printf("\nhelp2 '%.*s'\n", cast(int)(i + doc.sizeof), resolved_name.ptr); browse(cast(string)resolved_name[0 .. i + doc.sizeof]); } } return ed.FALSE; } } // Windows version
D
module UnrealScript.TribesGame.TrRank_38; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrRank; extern(C++) interface TrRank_38 : TrRank { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mixin(MGSCC("Class TribesGame.TrRank_38")); } private static __gshared TrRank_38 mDefaultProperties; @property final static TrRank_38 DefaultProperties() { mixin(MGDPC("TrRank_38", "TrRank_38 TribesGame.Default__TrRank_38")); } }
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation.o : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Deprecated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Cancelable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObserverType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Reactive.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/RecursiveLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Errors.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/AtomicInt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Event.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/First.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/String+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Linux.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftmodule : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Deprecated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Cancelable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObserverType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Reactive.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/RecursiveLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Errors.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/AtomicInt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Event.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/First.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/String+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Linux.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftdoc : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Deprecated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Cancelable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObserverType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Reactive.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/RecursiveLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Errors.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/AtomicInt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Event.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/First.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/String+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Linux.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftsourceinfo : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Deprecated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Cancelable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObserverType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Reactive.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/RecursiveLock.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Errors.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/AtomicInt.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Event.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/First.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Extensions/String+Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Rx.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/Platform/Platform.Linux.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/RxSwift/RxSwift.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/Objects-normal/x86_64/SwipeOptions.o : /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Swipeable.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpansionStyle.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpanding.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionTransitioning.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeFeedback.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAccessibilityCustomAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionButton.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeController.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAnimator.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Extensions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeOptions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTransitionLayout.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionsView.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Accessibility.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Accessibility.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/Target\ Support\ Files/SwipeCellKit/SwipeCellKit-umbrella.h /Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/Objects-normal/x86_64/SwipeOptions~partial.swiftmodule : /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Swipeable.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpansionStyle.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpanding.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionTransitioning.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeFeedback.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAccessibilityCustomAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionButton.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeController.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAnimator.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Extensions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeOptions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTransitionLayout.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionsView.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Accessibility.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Accessibility.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/Target\ Support\ Files/SwipeCellKit/SwipeCellKit-umbrella.h /Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/Objects-normal/x86_64/SwipeOptions~partial.swiftdoc : /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Swipeable.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpansionStyle.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCellDelegate.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeExpanding.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionTransitioning.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeFeedback.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAccessibilityCustomAction.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionButton.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeController.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeAnimator.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Extensions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeOptions.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTransitionLayout.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeActionsView.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Display.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeTableViewCell+Accessibility.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeCollectionViewCell+Accessibility.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/Target\ Support\ Files/SwipeCellKit/SwipeCellKit-umbrella.h /Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
// // Deelox: Lox interpreter in D // // Leandro Motta Barros (just adapting the code from Bob Nystrom's Book, see // http://www.craftinginterpreters.com) // module lox.token_type; enum TokenType { // Single-character tokens. LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, COMMA, DOT, MINUS, PLUS, SEMICOLON, SLASH, STAR, // One or two character tokens. BANG, BANG_EQUAL, EQUAL, EQUAL_EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, // Literals. IDENTIFIER, STRING, NUMBER, // Keywords. AND, CLASS, ELSE, FALSE, FUN, FOR, IF, NIL, OR, PRINT, RETURN, SUPER, THIS, TRUE, VAR, WHILE, // End of file EOF }
D
/** * noise.d * tower * May 16, 2013 * Brandon Surmanski */ module math.noise; import std.conv; import std.math; import math.vector; private int seed = 55; float lerp(float t, float a, float b) in { assert(t >= 0.0f, "can only lerp between 0 to 1"); assert(t <= 1.0f, "can only lerp between 0 to 1"); } body { return (a+t*(b-a)); } /** * applies a smoothing S-Curve function to a value between 0-1 */ float scurve(float t) in { assert(t >= 0.0f, "can only s-curve a value between 0 and 1"); assert(t <= 1.0f, "can only s-curve a value between 0 and 1"); } body { return (t*t*t*(10.0f+t*(-15.0f+(6.0f*t)))); } float random(int x) { x += seed; x = (x<<13) ^ x; return (1.0 - ((x*(x*x*15731 + 789221) + 1376312589) & 0x7fffffff) / 1073741824.0); } float value(float x) { int flx = to!int(floor(x)); float dx0 = random(flx); float dx1 = random(flx + 1); return lerp(x-flx, dx0, dx1); } float perlin(float x) { int flx = to!int(floor(x)); float dx0 = random(flx); float dx1 = random(flx + 1); float u = (x - flx) * dx0; float v = (x - flx - 1) * dx1; return lerp(scurve(x-flx), u, v); } float fractal(float x, int n) { float sum = 0; for(uint i = 1 << n; i > 0; i >> 1) { sum += perlin(x * i) / i; } return sum; } float terbulent(float x, int n) { float sum = 0; for(uint i = 1 << n; i > 0; i >> 1) { sum += fabs(perlin(x * i) / i); } return sum * 2.0f - 1.0f; } float random(IVec2 v) { v += seed; v.x += v.y * 71; v.x = (v.x >> 13) ^ v.x; return (1.0 - ((v.x*(v.x*v.x*15731 + 789221) + 1376312589) & 0x7fffffff) / 1073741824.0); } Vec2 gradient(IVec2 v) { v += seed; v.x = v.x * 17 + v.y * 89; v.y = v.x * 31 + v.y * 71; v = ((v >> 17) ^ v) & 0x7fffffff; Vec2 grad; // TODO: retrieve from gradient list return grad; } float value(Vec2 v) { IVec2 flv = v.floor(); float v0 = random(IVec2(flv.x, flv.y)); float v1 = random(IVec2(flv.x+1, flv.y)); float v2 = random(IVec2(flv.x+1, flv.y+1)); float v3 = random(IVec2(flv.x, flv.y+1)); float px0 = lerp(scurve(v.x-flv.x),v0,v1); float px1 = lerp(scurve(v.y-flv.y),v3,v2); return lerp(scurve(v.y-flv.y),px0,px1); }
D
module pulseaudio.bindings.pulse.def; import core.sys.posix.sys.select; import pulseaudio.bindings.pulse.sample; extern (C): /*** This file is part of PulseAudio. Copyright 2004-2006 Lennart Poettering Copyright 2006 Pierre Ossman <[email protected]> for Cendio AB PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. PulseAudio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ /** \file * Global definitions */ /** The state of a connection context */ enum pa_context_state { PA_CONTEXT_UNCONNECTED = 0, /**< The context hasn't been connected yet */ PA_CONTEXT_CONNECTING = 1, /**< A connection is being established */ PA_CONTEXT_AUTHORIZING = 2, /**< The client is authorizing itself to the daemon */ PA_CONTEXT_SETTING_NAME = 3, /**< The client is passing its application name to the daemon */ PA_CONTEXT_READY = 4, /**< The connection is established, the context is ready to execute operations */ PA_CONTEXT_FAILED = 5, /**< The connection failed or was disconnected */ PA_CONTEXT_TERMINATED = 6 /**< The connection was terminated cleanly */ } alias pa_context_state_t = pa_context_state; /** Return non-zero if the passed state is one of the connected states. \since 0.9.11 */ int PA_CONTEXT_IS_GOOD (pa_context_state_t x); /** \cond fulldocs */ /** \endcond */ /** The state of a stream */ enum pa_stream_state { PA_STREAM_UNCONNECTED = 0, /**< The stream is not yet connected to any sink or source */ PA_STREAM_CREATING = 1, /**< The stream is being created */ PA_STREAM_READY = 2, /**< The stream is established, you may pass audio data to it now */ PA_STREAM_FAILED = 3, /**< An error occurred that made the stream invalid */ PA_STREAM_TERMINATED = 4 /**< The stream has been terminated cleanly */ } alias pa_stream_state_t = pa_stream_state; /** Return non-zero if the passed state is one of the connected states. \since 0.9.11 */ int PA_STREAM_IS_GOOD (pa_stream_state_t x); /** \cond fulldocs */ /** \endcond */ /** The state of an operation */ enum pa_operation_state { PA_OPERATION_RUNNING = 0, /**< The operation is still running */ PA_OPERATION_DONE = 1, /**< The operation has completed */ PA_OPERATION_CANCELLED = 2 /**< The operation has been cancelled. Operations may get cancelled by the * application, or as a result of the context getting disconnected while the * operation is pending. */ } alias pa_operation_state_t = pa_operation_state; /** \cond fulldocs */ /** \endcond */ /** An invalid index */ /** Some special flags for contexts. */ enum pa_context_flags { PA_CONTEXT_NOFLAGS = 0x0000U, /**< Flag to pass when no specific options are needed (used to avoid casting) \since 0.9.19 */ PA_CONTEXT_NOAUTOSPAWN = 0x0001U, /**< Disabled autospawning of the PulseAudio daemon if required */ PA_CONTEXT_NOFAIL = 0x0002U /**< Don't fail if the daemon is not available when pa_context_connect() is * called, instead enter PA_CONTEXT_CONNECTING state and wait for the daemon * to appear. \since 0.9.15 */ } alias pa_context_flags_t = pa_context_flags; /** \cond fulldocs */ /* Allow clients to check with #ifdef for those flags */ /** \endcond */ /** Direction bitfield - while we currently do not expose anything bidirectional, one should test against the bit instead of the value (e.g.\ if (d & PA_DIRECTION_OUTPUT)), because we might add bidirectional stuff in the future. \since 2.0 */ enum pa_direction { PA_DIRECTION_OUTPUT = 0x0001U, /**< Output direction */ PA_DIRECTION_INPUT = 0x0002U /**< Input direction */ } alias pa_direction_t = pa_direction; /** \cond fulldocs */ /** \endcond */ /** The type of device we are dealing with */ enum pa_device_type { PA_DEVICE_TYPE_SINK = 0, /**< Playback device */ PA_DEVICE_TYPE_SOURCE = 1 /**< Recording device */ } alias pa_device_type_t = pa_device_type; /** \cond fulldocs */ /** \endcond */ /** The direction of a pa_stream object */ enum pa_stream_direction { PA_STREAM_NODIRECTION = 0, /**< Invalid direction */ PA_STREAM_PLAYBACK = 1, /**< Playback stream */ PA_STREAM_RECORD = 2, /**< Record stream */ PA_STREAM_UPLOAD = 3 /**< Sample upload stream */ } alias pa_stream_direction_t = pa_stream_direction; /** \cond fulldocs */ /** \endcond */ /** Some special flags for stream connections. */ enum pa_stream_flags { PA_STREAM_NOFLAGS = 0x0000U, /**< Flag to pass when no specific options are needed (used to avoid casting) \since 0.9.19 */ PA_STREAM_START_CORKED = 0x0001U, /**< Create the stream corked, requiring an explicit * pa_stream_cork() call to uncork it. */ PA_STREAM_INTERPOLATE_TIMING = 0x0002U, /**< Interpolate the latency for this stream. When enabled, * pa_stream_get_latency() and pa_stream_get_time() will try to * estimate the current record/playback time based on the local * time that passed since the last timing info update. Using this * option has the advantage of not requiring a whole roundtrip * when the current playback/recording time is needed. Consider * using this option when requesting latency information * frequently. This is especially useful on long latency network * connections. It makes a lot of sense to combine this option * with PA_STREAM_AUTO_TIMING_UPDATE. */ PA_STREAM_NOT_MONOTONIC = 0x0004U, /**< Don't force the time to increase monotonically. If this * option is enabled, pa_stream_get_time() will not necessarily * return always monotonically increasing time values on each * call. This may confuse applications which cannot deal with time * going 'backwards', but has the advantage that bad transport * latency estimations that caused the time to jump ahead can * be corrected quickly, without the need to wait. (Please note * that this flag was named PA_STREAM_NOT_MONOTONOUS in releases * prior to 0.9.11. The old name is still defined too, for * compatibility reasons. */ PA_STREAM_AUTO_TIMING_UPDATE = 0x0008U, /**< If set timing update requests are issued periodically * automatically. Combined with PA_STREAM_INTERPOLATE_TIMING you * will be able to query the current time and latency with * pa_stream_get_time() and pa_stream_get_latency() at all times * without a packet round trip.*/ PA_STREAM_NO_REMAP_CHANNELS = 0x0010U, /**< Don't remap channels by their name, instead map them simply * by their index. Implies PA_STREAM_NO_REMIX_CHANNELS. Only * supported when the server is at least PA 0.9.8. It is ignored * on older servers.\since 0.9.8 */ PA_STREAM_NO_REMIX_CHANNELS = 0x0020U, /**< When remapping channels by name, don't upmix or downmix them * to related channels. Copy them into matching channels of the * device 1:1. Only supported when the server is at least PA * 0.9.8. It is ignored on older servers. \since 0.9.8 */ PA_STREAM_FIX_FORMAT = 0x0040U, /**< Use the sample format of the sink/device this stream is being * connected to, and possibly ignore the format the sample spec * contains -- but you still have to pass a valid value in it as a * hint to PulseAudio what would suit your stream best. If this is * used you should query the used sample format after creating the * stream by using pa_stream_get_sample_spec(). Also, if you * specified manual buffer metrics it is recommended to update * them with pa_stream_set_buffer_attr() to compensate for the * changed frame sizes. Only supported when the server is at least * PA 0.9.8. It is ignored on older servers. * * When creating streams with pa_stream_new_extended(), this flag has no * effect. If you specify a format with PCM encoding, and you want the * server to choose the sample format, then you should leave the sample * format unspecified in the pa_format_info object. This also means that * you can't use pa_format_info_from_sample_spec(), because that function * always sets the sample format. * * \since 0.9.8 */ PA_STREAM_FIX_RATE = 0x0080U, /**< Use the sample rate of the sink, and possibly ignore the rate * the sample spec contains. Usage similar to * PA_STREAM_FIX_FORMAT. Only supported when the server is at least * PA 0.9.8. It is ignored on older servers. * * When creating streams with pa_stream_new_extended(), this flag has no * effect. If you specify a format with PCM encoding, and you want the * server to choose the sample rate, then you should leave the rate * unspecified in the pa_format_info object. This also means that you can't * use pa_format_info_from_sample_spec(), because that function always sets * the sample rate. * * \since 0.9.8 */ PA_STREAM_FIX_CHANNELS = 0x0100, /**< Use the number of channels and the channel map of the sink, * and possibly ignore the number of channels and the map the * sample spec and the passed channel map contain. Usage similar * to PA_STREAM_FIX_FORMAT. Only supported when the server is at * least PA 0.9.8. It is ignored on older servers. * * When creating streams with pa_stream_new_extended(), this flag has no * effect. If you specify a format with PCM encoding, and you want the * server to choose the channel count and/or channel map, then you should * leave the channels and/or the channel map unspecified in the * pa_format_info object. This also means that you can't use * pa_format_info_from_sample_spec(), because that function always sets * the channel count (but if you only want to leave the channel map * unspecified, then pa_format_info_from_sample_spec() works, because it * accepts a NULL channel map). * * \since 0.9.8 */ PA_STREAM_DONT_MOVE = 0x0200U, /**< Don't allow moving of this stream to another * sink/device. Useful if you use any of the PA_STREAM_FIX_ flags * and want to make sure that resampling never takes place -- * which might happen if the stream is moved to another * sink/source with a different sample spec/channel map. Only * supported when the server is at least PA 0.9.8. It is ignored * on older servers. \since 0.9.8 */ PA_STREAM_VARIABLE_RATE = 0x0400U, /**< Allow dynamic changing of the sampling rate during playback * with pa_stream_update_sample_rate(). Only supported when the * server is at least PA 0.9.8. It is ignored on older * servers. \since 0.9.8 */ PA_STREAM_PEAK_DETECT = 0x0800U, /**< Find peaks instead of resampling. \since 0.9.11 */ PA_STREAM_START_MUTED = 0x1000U, /**< Create in muted state. If neither PA_STREAM_START_UNMUTED nor * PA_STREAM_START_MUTED are set, it is left to the server to decide * whether to create the stream in muted or in unmuted * state. \since 0.9.11 */ PA_STREAM_ADJUST_LATENCY = 0x2000U, /**< Try to adjust the latency of the sink/source based on the * requested buffer metrics and adjust buffer metrics * accordingly. Also see pa_buffer_attr. This option may not be * specified at the same time as PA_STREAM_EARLY_REQUESTS. \since * 0.9.11 */ PA_STREAM_EARLY_REQUESTS = 0x4000U, /**< Enable compatibility mode for legacy clients that rely on a * "classic" hardware device fragment-style playback model. If * this option is set, the minreq value of the buffer metrics gets * a new meaning: instead of just specifying that no requests * asking for less new data than this value will be made to the * client it will also guarantee that requests are generated as * early as this limit is reached. This flag should only be set in * very few situations where compatibility with a fragment-based * playback model needs to be kept and the client applications * cannot deal with data requests that are delayed to the latest * moment possible. (Usually these are programs that use usleep() * or a similar call in their playback loops instead of sleeping * on the device itself.) Also see pa_buffer_attr. This option may * not be specified at the same time as * PA_STREAM_ADJUST_LATENCY. \since 0.9.12 */ PA_STREAM_DONT_INHIBIT_AUTO_SUSPEND = 0x8000U, /**< If set this stream won't be taken into account when it is * checked whether the device this stream is connected to should * auto-suspend. \since 0.9.15 */ PA_STREAM_START_UNMUTED = 0x10000U, /**< Create in unmuted state. If neither PA_STREAM_START_UNMUTED * nor PA_STREAM_START_MUTED are set it is left to the server to decide * whether to create the stream in muted or in unmuted * state. \since 0.9.15 */ PA_STREAM_FAIL_ON_SUSPEND = 0x20000U, /**< If the sink/source this stream is connected to is suspended * during the creation of this stream, cause it to fail. If the * sink/source is being suspended during creation of this stream, * make sure this stream is terminated. \since 0.9.15 */ PA_STREAM_RELATIVE_VOLUME = 0x40000U, /**< If a volume is passed when this stream is created, consider * it relative to the sink's current volume, never as absolute * device volume. If this is not specified the volume will be * consider absolute when the sink is in flat volume mode, * relative otherwise. \since 0.9.20 */ PA_STREAM_PASSTHROUGH = 0x80000U /**< Used to tag content that will be rendered by passthrough sinks. * The data will be left as is and not reformatted, resampled. * \since 1.0 */ } alias pa_stream_flags_t = pa_stream_flags; /** \cond fulldocs */ /* English is an evil language */ /* Allow clients to check with #ifdef for those flags */ /** \endcond */ /** Playback and record buffer metrics */ struct pa_buffer_attr { uint maxlength; /**< Maximum length of the buffer in bytes. Setting this to (uint32_t) -1 * will initialize this to the maximum value supported by server, * which is recommended. * * In strict low-latency playback scenarios you might want to set this to * a lower value, likely together with the PA_STREAM_ADJUST_LATENCY flag. * If you do so, you ensure that the latency doesn't grow beyond what is * acceptable for the use case, at the cost of getting more underruns if * the latency is lower than what the server can reliably handle. */ uint tlength; /**< Playback only: target length of the buffer. The server tries * to assure that at least tlength bytes are always available in * the per-stream server-side playback buffer. The server will * only send requests for more data as long as the buffer has * less than this number of bytes of data. * * It is recommended to set this to (uint32_t) -1, which will * initialize this to a value that is deemed sensible by the * server. However, this value will default to something like 2s; * for applications that have specific latency requirements * this value should be set to the maximum latency that the * application can deal with. * * When PA_STREAM_ADJUST_LATENCY is not set this value will * influence only the per-stream playback buffer size. When * PA_STREAM_ADJUST_LATENCY is set the overall latency of the sink * plus the playback buffer size is configured to this value. Set * PA_STREAM_ADJUST_LATENCY if you are interested in adjusting the * overall latency. Don't set it if you are interested in * configuring the server-side per-stream playback buffer * size. */ uint prebuf; /**< Playback only: pre-buffering. The server does not start with * playback before at least prebuf bytes are available in the * buffer. It is recommended to set this to (uint32_t) -1, which * will initialize this to the same value as tlength, whatever * that may be. * * Initialize to 0 to enable manual start/stop control of the stream. * This means that playback will not stop on underrun and playback * will not start automatically, instead pa_stream_cork() needs to * be called explicitly. If you set this value to 0 you should also * set PA_STREAM_START_CORKED. Should underrun occur, the read index * of the output buffer overtakes the write index, and hence the * fill level of the buffer is negative. * * Start of playback can be forced using pa_stream_trigger() even * though the prebuffer size hasn't been reached. If a buffer * underrun occurs, this prebuffering will be again enabled. */ uint minreq; /**< Playback only: minimum request. The server does not request * less than minreq bytes from the client, instead waits until the * buffer is free enough to request more bytes at once. It is * recommended to set this to (uint32_t) -1, which will initialize * this to a value that is deemed sensible by the server. This * should be set to a value that gives PulseAudio enough time to * move the data from the per-stream playback buffer into the * hardware playback buffer. */ uint fragsize; /**< Recording only: fragment size. The server sends data in * blocks of fragsize bytes size. Large values diminish * interactivity with other operations on the connection context * but decrease control overhead. It is recommended to set this to * (uint32_t) -1, which will initialize this to a value that is * deemed sensible by the server. However, this value will default * to something like 2s; For applications that have specific * latency requirements this value should be set to the maximum * latency that the application can deal with. * * If PA_STREAM_ADJUST_LATENCY is set the overall source latency * will be adjusted according to this value. If it is not set the * source latency is left unmodified. */ } /** Error values as used by pa_context_errno(). Use pa_strerror() to convert these values to human readable strings */ enum pa_error_code { PA_OK = 0, /**< No error */ PA_ERR_ACCESS = 1, /**< Access failure */ PA_ERR_COMMAND = 2, /**< Unknown command */ PA_ERR_INVALID = 3, /**< Invalid argument */ PA_ERR_EXIST = 4, /**< Entity exists */ PA_ERR_NOENTITY = 5, /**< No such entity */ PA_ERR_CONNECTIONREFUSED = 6, /**< Connection refused */ PA_ERR_PROTOCOL = 7, /**< Protocol error */ PA_ERR_TIMEOUT = 8, /**< Timeout */ PA_ERR_AUTHKEY = 9, /**< No authentication key */ PA_ERR_INTERNAL = 10, /**< Internal error */ PA_ERR_CONNECTIONTERMINATED = 11, /**< Connection terminated */ PA_ERR_KILLED = 12, /**< Entity killed */ PA_ERR_INVALIDSERVER = 13, /**< Invalid server */ PA_ERR_MODINITFAILED = 14, /**< Module initialization failed */ PA_ERR_BADSTATE = 15, /**< Bad state */ PA_ERR_NODATA = 16, /**< No data */ PA_ERR_VERSION = 17, /**< Incompatible protocol version */ PA_ERR_TOOLARGE = 18, /**< Data too large */ PA_ERR_NOTSUPPORTED = 19, /**< Operation not supported \since 0.9.5 */ PA_ERR_UNKNOWN = 20, /**< The error code was unknown to the client */ PA_ERR_NOEXTENSION = 21, /**< Extension does not exist. \since 0.9.12 */ PA_ERR_OBSOLETE = 22, /**< Obsolete functionality. \since 0.9.15 */ PA_ERR_NOTIMPLEMENTED = 23, /**< Missing implementation. \since 0.9.15 */ PA_ERR_FORKED = 24, /**< The caller forked without calling execve() and tried to reuse the context. \since 0.9.15 */ PA_ERR_IO = 25, /**< An IO error happened. \since 0.9.16 */ PA_ERR_BUSY = 26, /**< Device or resource busy. \since 0.9.17 */ PA_ERR_MAX = 27 /**< Not really an error but the first invalid error code */ } alias pa_error_code_t = pa_error_code; /** \cond fulldocs */ /** \endcond */ /** Subscription event mask, as used by pa_context_subscribe() */ enum pa_subscription_mask { PA_SUBSCRIPTION_MASK_NULL = 0x0000U, /**< No events */ PA_SUBSCRIPTION_MASK_SINK = 0x0001U, /**< Sink events */ PA_SUBSCRIPTION_MASK_SOURCE = 0x0002U, /**< Source events */ PA_SUBSCRIPTION_MASK_SINK_INPUT = 0x0004U, /**< Sink input events */ PA_SUBSCRIPTION_MASK_SOURCE_OUTPUT = 0x0008U, /**< Source output events */ PA_SUBSCRIPTION_MASK_MODULE = 0x0010U, /**< Module events */ PA_SUBSCRIPTION_MASK_CLIENT = 0x0020U, /**< Client events */ PA_SUBSCRIPTION_MASK_SAMPLE_CACHE = 0x0040U, /**< Sample cache events */ PA_SUBSCRIPTION_MASK_SERVER = 0x0080U, /**< Other global server changes. */ /** \cond fulldocs */ PA_SUBSCRIPTION_MASK_AUTOLOAD = 0x0100U, /**< \deprecated Autoload table events. */ /** \endcond */ PA_SUBSCRIPTION_MASK_CARD = 0x0200U, /**< Card events. \since 0.9.15 */ PA_SUBSCRIPTION_MASK_ALL = 0x02ffU /**< Catch all events */ } alias pa_subscription_mask_t = pa_subscription_mask; /** Subscription event types, as used by pa_context_subscribe() */ enum pa_subscription_event_type { PA_SUBSCRIPTION_EVENT_SINK = 0x0000U, /**< Event type: Sink */ PA_SUBSCRIPTION_EVENT_SOURCE = 0x0001U, /**< Event type: Source */ PA_SUBSCRIPTION_EVENT_SINK_INPUT = 0x0002U, /**< Event type: Sink input */ PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT = 0x0003U, /**< Event type: Source output */ PA_SUBSCRIPTION_EVENT_MODULE = 0x0004U, /**< Event type: Module */ PA_SUBSCRIPTION_EVENT_CLIENT = 0x0005U, /**< Event type: Client */ PA_SUBSCRIPTION_EVENT_SAMPLE_CACHE = 0x0006U, /**< Event type: Sample cache item */ PA_SUBSCRIPTION_EVENT_SERVER = 0x0007U, /**< Event type: Global server change, only occurring with PA_SUBSCRIPTION_EVENT_CHANGE. */ /** \cond fulldocs */ PA_SUBSCRIPTION_EVENT_AUTOLOAD = 0x0008U, /**< \deprecated Event type: Autoload table changes. */ /** \endcond */ PA_SUBSCRIPTION_EVENT_CARD = 0x0009U, /**< Event type: Card \since 0.9.15 */ PA_SUBSCRIPTION_EVENT_FACILITY_MASK = 0x000FU, /**< A mask to extract the event type from an event value */ PA_SUBSCRIPTION_EVENT_NEW = 0x0000U, /**< A new object was created */ PA_SUBSCRIPTION_EVENT_CHANGE = 0x0010U, /**< A property of the object was modified */ PA_SUBSCRIPTION_EVENT_REMOVE = 0x0020U, /**< An object was removed */ PA_SUBSCRIPTION_EVENT_TYPE_MASK = 0x0030U /**< A mask to extract the event operation from an event value */ } alias pa_subscription_event_type_t = pa_subscription_event_type; /** Return one if an event type t matches an event mask bitfield */ /** \cond fulldocs */ /** \endcond */ /** A structure for all kinds of timing information of a stream. See * pa_stream_update_timing_info() and pa_stream_get_timing_info(). The * total output latency a sample that is written with * pa_stream_write() takes to be played may be estimated by * sink_usec+buffer_usec+transport_usec (where buffer_usec is defined * as pa_bytes_to_usec(write_index-read_index)). The output buffer * which buffer_usec relates to may be manipulated freely (with * pa_stream_write()'s seek argument, pa_stream_flush() and friends), * the buffers sink_usec and source_usec relate to are first-in * first-out (FIFO) buffers which cannot be flushed or manipulated in * any way. The total input latency a sample that is recorded takes to * be delivered to the application is: * source_usec+buffer_usec+transport_usec-sink_usec. (Take care of * sign issues!) When connected to a monitor source sink_usec contains * the latency of the owning sink. The two latency estimations * described here are implemented in pa_stream_get_latency(). * * All time values are in the sound card clock domain, unless noted * otherwise. The sound card clock usually runs at a slightly different * rate than the system clock. * * Please note that this structure can be extended as part of evolutionary * API updates at any time in any new release. * */ struct pa_timing_info { timeval timestamp; /**< The system clock time when this timing info structure was * current. */ int synchronized_clocks; /**< Non-zero if the local and the remote machine have * synchronized clocks. If synchronized clocks are detected * transport_usec becomes much more reliable. However, the code * that detects synchronized clocks is very limited and unreliable * itself. */ pa_usec_t sink_usec; /**< Time in usecs a sample takes to be played on the sink. For * playback streams and record streams connected to a monitor * source. */ pa_usec_t source_usec; /**< Time in usecs a sample takes from being recorded to being * delivered to the application. Only for record streams. */ pa_usec_t transport_usec; /**< Estimated time in usecs a sample takes to be transferred * to/from the daemon. For both playback and record streams. */ int playing; /**< Non-zero when the stream is currently not underrun and data * is being passed on to the device. Only for playback * streams. This field does not say whether the data is actually * already being played. To determine this check whether * since_underrun (converted to usec) is larger than sink_usec.*/ int write_index_corrupt; /**< Non-zero if write_index is not up-to-date because a local * write command that corrupted it has been issued in the time * since this latency info was current . Only write commands with * SEEK_RELATIVE_ON_READ and SEEK_RELATIVE_END can corrupt * write_index. */ long write_index; /**< Current write index into the playback buffer in bytes. Think * twice before using this for seeking purposes: it might be out * of date at the time you want to use it. Consider using * PA_SEEK_RELATIVE instead. */ int read_index_corrupt; /**< Non-zero if read_index is not up-to-date because a local * pause or flush request that corrupted it has been issued in the * time since this latency info was current. */ long read_index; /**< Current read index into the playback buffer in bytes. Think * twice before using this for seeking purposes: it might be out * of date at the time you want to use it. Consider using * PA_SEEK_RELATIVE_ON_READ instead. */ pa_usec_t configured_sink_usec; /**< The configured latency for the sink. \since 0.9.11 */ pa_usec_t configured_source_usec; /**< The configured latency for the source. \since 0.9.11 */ long since_underrun; /**< Bytes that were handed to the sink since the last underrun * happened, or since playback started again after the last * underrun. playing will tell you which case it is. \since * 0.9.11 */ } /** A structure for the spawn api. This may be used to integrate auto * spawned daemons into your application. For more information see * pa_context_connect(). When spawning a new child process the * waitpid() is used on the child's PID. The spawn routine will not * block or ignore SIGCHLD signals, since this cannot be done in a * thread compatible way. You might have to do this in * prefork/postfork. */ struct pa_spawn_api { void function () prefork; /**< Is called just before the fork in the parent process. May be * NULL. */ void function () postfork; /**< Is called immediately after the fork in the parent * process. May be NULL.*/ void function () atfork; /**< Is called immediately after the fork in the child * process. May be NULL. It is not safe to close all file * descriptors in this function unconditionally, since a UNIX * socket (created using socketpair()) is passed to the new * process. */ } /** Seek type for pa_stream_write(). */ enum pa_seek_mode { PA_SEEK_RELATIVE = 0, /**< Seek relative to the write index. */ PA_SEEK_ABSOLUTE = 1, /**< Seek relative to the start of the buffer queue. */ PA_SEEK_RELATIVE_ON_READ = 2, /**< Seek relative to the read index. */ PA_SEEK_RELATIVE_END = 3 /**< Seek relative to the current end of the buffer queue. */ } alias pa_seek_mode_t = pa_seek_mode; /** \cond fulldocs */ /** \endcond */ /** Special sink flags. */ enum pa_sink_flags { PA_SINK_NOFLAGS = 0x0000U, /**< Flag to pass when no specific options are needed (used to avoid casting) \since 0.9.19 */ PA_SINK_HW_VOLUME_CTRL = 0x0001U, /**< Supports hardware volume control. This is a dynamic flag and may * change at runtime after the sink has initialized */ PA_SINK_LATENCY = 0x0002U, /**< Supports latency querying */ PA_SINK_HARDWARE = 0x0004U, /**< Is a hardware sink of some kind, in contrast to * "virtual"/software sinks \since 0.9.3 */ PA_SINK_NETWORK = 0x0008U, /**< Is a networked sink of some kind. \since 0.9.7 */ PA_SINK_HW_MUTE_CTRL = 0x0010U, /**< Supports hardware mute control. This is a dynamic flag and may * change at runtime after the sink has initialized \since 0.9.11 */ PA_SINK_DECIBEL_VOLUME = 0x0020U, /**< Volume can be translated to dB with pa_sw_volume_to_dB(). This is a * dynamic flag and may change at runtime after the sink has initialized * \since 0.9.11 */ PA_SINK_FLAT_VOLUME = 0x0040U, /**< This sink is in flat volume mode, i.e.\ always the maximum of * the volume of all connected inputs. \since 0.9.15 */ PA_SINK_DYNAMIC_LATENCY = 0x0080U, /**< The latency can be adjusted dynamically depending on the * needs of the connected streams. \since 0.9.15 */ PA_SINK_SET_FORMATS = 0x0100U /**< The sink allows setting what formats are supported by the connected * hardware. The actual functionality to do this might be provided by an * extension. \since 1.0 */ /** \cond fulldocs */ /* PRIVATE: Server-side values -- do not try to use these at client-side. * The server will filter out these flags anyway, so you should never see * these flags in sinks. */ /**< This sink shares the volume with the master sink (used by some filter * sinks). */ /**< The HW volume changes are syncronized with SW volume. */ /** \endcond */ } alias pa_sink_flags_t = pa_sink_flags; /** \cond fulldocs */ /** \endcond */ /** Sink state. \since 0.9.15 */ enum pa_sink_state { /* enum serialized in u8 */ PA_SINK_INVALID_STATE = -1, /**< This state is used when the server does not support sink state introspection \since 0.9.15 */ PA_SINK_RUNNING = 0, /**< Running, sink is playing and used by at least one non-corked sink-input \since 0.9.15 */ PA_SINK_IDLE = 1, /**< When idle, the sink is playing but there is no non-corked sink-input attached to it \since 0.9.15 */ PA_SINK_SUSPENDED = 2, /**< When suspended, actual sink access can be closed, for instance \since 0.9.15 */ /** \cond fulldocs */ /* PRIVATE: Server-side values -- DO NOT USE THIS ON THE CLIENT * SIDE! These values are *not* considered part of the official PA * API/ABI. If you use them your application might break when PA * is upgraded. Also, please note that these values are not useful * on the client side anyway. */ PA_SINK_INIT = -2, /**< Initialization state */ PA_SINK_UNLINKED = -3 /**< The state when the sink is getting unregistered and removed from client access */ /** \endcond */ } alias pa_sink_state_t = pa_sink_state; /** Returns non-zero if sink is playing: running or idle. \since 0.9.15 */ int PA_SINK_IS_OPENED (pa_sink_state_t x); /** Returns non-zero if sink is running. \since 1.0 */ int PA_SINK_IS_RUNNING (pa_sink_state_t x); /** \cond fulldocs */ /** \endcond */ /** Special source flags. */ enum pa_source_flags { PA_SOURCE_NOFLAGS = 0x0000U, /**< Flag to pass when no specific options are needed (used to avoid casting) \since 0.9.19 */ PA_SOURCE_HW_VOLUME_CTRL = 0x0001U, /**< Supports hardware volume control. This is a dynamic flag and may * change at runtime after the source has initialized */ PA_SOURCE_LATENCY = 0x0002U, /**< Supports latency querying */ PA_SOURCE_HARDWARE = 0x0004U, /**< Is a hardware source of some kind, in contrast to * "virtual"/software source \since 0.9.3 */ PA_SOURCE_NETWORK = 0x0008U, /**< Is a networked source of some kind. \since 0.9.7 */ PA_SOURCE_HW_MUTE_CTRL = 0x0010U, /**< Supports hardware mute control. This is a dynamic flag and may * change at runtime after the source has initialized \since 0.9.11 */ PA_SOURCE_DECIBEL_VOLUME = 0x0020U, /**< Volume can be translated to dB with pa_sw_volume_to_dB(). This is a * dynamic flag and may change at runtime after the source has initialized * \since 0.9.11 */ PA_SOURCE_DYNAMIC_LATENCY = 0x0040U, /**< The latency can be adjusted dynamically depending on the * needs of the connected streams. \since 0.9.15 */ PA_SOURCE_FLAT_VOLUME = 0x0080U /**< This source is in flat volume mode, i.e.\ always the maximum of * the volume of all connected outputs. \since 1.0 */ /** \cond fulldocs */ /* PRIVATE: Server-side values -- do not try to use these at client-side. * The server will filter out these flags anyway, so you should never see * these flags in sources. */ /**< This source shares the volume with the master source (used by some filter * sources). */ /**< The HW volume changes are syncronized with SW volume. */ } alias pa_source_flags_t = pa_source_flags; /** \cond fulldocs */ /** \endcond */ /** Source state. \since 0.9.15 */ enum pa_source_state { PA_SOURCE_INVALID_STATE = -1, /**< This state is used when the server does not support source state introspection \since 0.9.15 */ PA_SOURCE_RUNNING = 0, /**< Running, source is recording and used by at least one non-corked source-output \since 0.9.15 */ PA_SOURCE_IDLE = 1, /**< When idle, the source is still recording but there is no non-corked source-output \since 0.9.15 */ PA_SOURCE_SUSPENDED = 2, /**< When suspended, actual source access can be closed, for instance \since 0.9.15 */ /** \cond fulldocs */ /* PRIVATE: Server-side values -- DO NOT USE THIS ON THE CLIENT * SIDE! These values are *not* considered part of the official PA * API/ABI. If you use them your application might break when PA * is upgraded. Also, please note that these values are not useful * on the client side anyway. */ PA_SOURCE_INIT = -2, /**< Initialization state */ PA_SOURCE_UNLINKED = -3 /**< The state when the source is getting unregistered and removed from client access */ /** \endcond */ } alias pa_source_state_t = pa_source_state; /** Returns non-zero if source is recording: running or idle. \since 0.9.15 */ int PA_SOURCE_IS_OPENED (pa_source_state_t x); /** Returns non-zero if source is running \since 1.0 */ int PA_SOURCE_IS_RUNNING (pa_source_state_t x); /** \cond fulldocs */ /** \endcond */ /** A generic free() like callback prototype */ alias pa_free_cb_t = void function (void* p); /** A stream policy/meta event requesting that an application should * cork a specific stream. See pa_stream_event_cb_t for more * information. \since 0.9.15 */ /** A stream policy/meta event requesting that an application should * cork a specific stream. See pa_stream_event_cb_t for more * information, \since 0.9.15 */ /** A stream event notifying that the stream is going to be * disconnected because the underlying sink changed and no longer * supports the format that was originally negotiated. Clients need * to connect a new stream to renegotiate a format and continue * playback. \since 1.0 */ /** Port availability / jack detection status * \since 2.0 */ enum pa_port_available { PA_PORT_AVAILABLE_UNKNOWN = 0, /**< This port does not support jack detection \since 2.0 */ PA_PORT_AVAILABLE_NO = 1, /**< This port is not available, likely because the jack is not plugged in. \since 2.0 */ PA_PORT_AVAILABLE_YES = 2 /**< This port is available, likely because the jack is plugged in. \since 2.0 */ } alias pa_port_available_t = pa_port_available; /** \cond fulldocs */ /** \endcond */ /** Port type. New types can be added in the future, so applications should * gracefully handle situations where a type identifier doesn't match any item * in this enumeration. \since 14.0 */ enum pa_device_port_type { PA_DEVICE_PORT_TYPE_UNKNOWN = 0, PA_DEVICE_PORT_TYPE_AUX = 1, PA_DEVICE_PORT_TYPE_SPEAKER = 2, PA_DEVICE_PORT_TYPE_HEADPHONES = 3, PA_DEVICE_PORT_TYPE_LINE = 4, PA_DEVICE_PORT_TYPE_MIC = 5, PA_DEVICE_PORT_TYPE_HEADSET = 6, PA_DEVICE_PORT_TYPE_HANDSET = 7, PA_DEVICE_PORT_TYPE_EARPIECE = 8, PA_DEVICE_PORT_TYPE_SPDIF = 9, PA_DEVICE_PORT_TYPE_HDMI = 10, PA_DEVICE_PORT_TYPE_TV = 11, PA_DEVICE_PORT_TYPE_RADIO = 12, PA_DEVICE_PORT_TYPE_VIDEO = 13, PA_DEVICE_PORT_TYPE_USB = 14, PA_DEVICE_PORT_TYPE_BLUETOOTH = 15, PA_DEVICE_PORT_TYPE_PORTABLE = 16, PA_DEVICE_PORT_TYPE_HANDSFREE = 17, PA_DEVICE_PORT_TYPE_CAR = 18, PA_DEVICE_PORT_TYPE_HIFI = 19, PA_DEVICE_PORT_TYPE_PHONE = 20, PA_DEVICE_PORT_TYPE_NETWORK = 21, PA_DEVICE_PORT_TYPE_ANALOG = 22 } alias pa_device_port_type_t = pa_device_port_type;
D
a commercially sponsored ad on radio or television connected with or engaged in or sponsored by or used in commerce or commercial enterprises of or relating to commercialism of the kind or quality used in commerce
D
module served.commands.definition; import served.ddoc; import served.extension; import served.types; import workspaced.api; import workspaced.com.dcd; import workspaced.coms; import std.path : isAbsolute, buildPath; import fs = std.file; import io = std.stdio; @protocolMethod("textDocument/definition") ArrayOrSingle!Location provideDefinition(TextDocumentPositionParams params) { auto workspaceRoot = workspaceRootFor(params.textDocument.uri); if (!backend.has!DCDComponent(workspaceRoot)) return ArrayOrSingle!Location.init; auto document = documents[params.textDocument.uri]; if (document.languageId != "d") return ArrayOrSingle!Location.init; auto result = backend.get!DCDComponent(workspaceRoot).findDeclaration(document.text, cast(int) document.positionToBytes(params.position)).getYield; if (result == DCDDeclaration.init) return ArrayOrSingle!Location.init; auto uri = document.uri; if (result.file != "stdin") { if (isAbsolute(result.file)) uri = uriFromFile(result.file); else uri = null; } size_t byteOffset = cast(size_t) result.position; Position pos; auto found = documents.tryGet(uri); if (found.uri) pos = found.bytesToPosition(byteOffset); else { string abs = result.file; if (!abs.isAbsolute) abs = buildPath(workspaceRoot, abs); pos = Position.init; size_t totalLen; foreach (line; io.File(abs).byLine(io.KeepTerminator.yes)) { totalLen += line.length; if (totalLen >= byteOffset) break; else pos.line++; } } return ArrayOrSingle!Location(Location(uri, TextRange(pos, pos))); } @protocolMethod("textDocument/hover") Hover provideHover(TextDocumentPositionParams params) { auto workspaceRoot = workspaceRootFor(params.textDocument.uri); if (!backend.has!DCDComponent(workspaceRoot)) return Hover.init; auto document = documents[params.textDocument.uri]; if (document.languageId != "d") return Hover.init; auto docs = backend.get!DCDComponent(workspaceRoot).getDocumentation(document.text, cast(int) document.positionToBytes(params.position)).getYield; Hover ret; ret.contents = docs.ddocToMarked; return ret; }
D
// REQUIRED_ARGS: -main // PERMUTE_ARGS: -betterC void foo() { }
D
module rocky_ground; import std.random; import std.stdio; import std.string; import game; import sgogl; import animation; import vector; import ground; import agent; import validatable; class Rocky_ground_1 : Ground { static bool type_initialized = false; static uint image_1, image_2, image_3; static void initialize_type(){ if(!type_initialized){ type_initialized = true; image_1 = gr_load_image("assets/grounds/rocky/rocky1.png".toStringz, 0); image_2 = gr_load_image("assets/grounds/rocky/rocky2.png".toStringz, 0); image_3 = gr_load_image("assets/grounds/rocky/rocky3.png".toStringz, 0); } } bool onq = false; this(){ int selection = uniform(0,3); switch(uniform!"[]"(0, 2)){ default: case 0: animation = new Animation([image_1], 1.0f, Vector2f(0,0), Vector2f(1,1)); break; case 1: animation = new Animation([image_2], 1.0f, Vector2f(0,0), Vector2f(1,1)); break; case 2: animation = new Animation([image_3], 1.0f, Vector2f(0,0), Vector2f(1,1)); break; } } override string name(){ return "Very Rocky Ground"; } override string description(){ return "Tender footsies dare not tread"; } override string standard_article(){ return "some"; } override void render(){ if(onq) gr_color(1, 0, 0, 1); super.render; gr_color_alpha(1); } override bool interacts(){ return true; } override void entered(Agent agent){ onq = true; } override void exited(Agent agent){ onq = false; } }
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_0_MobileMedia-3992188154.notation#_copSALmGEeKQQp7P9cQvNQ"/> </availablePage> </pageList> <sashModel currentSelection="//@sashModel/@windows.0/@children.0"> <windows> <children xsi:type="di:TabFolder"> <children> <emfPageIdentifier href="VAR_0_MobileMedia-3992188154.notation#_copSALmGEeKQQp7P9cQvNQ"/> </children> </children> </windows> </sashModel> </di:SashWindowsMngr>
D
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieCell.o : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieCell~partial.swiftmodule : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieCell~partial.swiftdoc : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieCell~partial.swiftsourceinfo : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/JSON.o : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/AST.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Language.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Config.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Terminal.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/LanguageFormatterProtocol.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/main.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Location.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/SwiftLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JavascriptLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/String+Utils.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Target.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheSwift.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/templateJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Input.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/JSON~partial.swiftmodule : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/AST.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Language.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Config.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Terminal.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/LanguageFormatterProtocol.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/main.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Location.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/SwiftLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JavascriptLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/String+Utils.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Target.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheSwift.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/templateJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Input.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/JSON~partial.swiftdoc : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/AST.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Language.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Config.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Terminal.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/LanguageFormatterProtocol.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/main.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Location.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/SwiftLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JavascriptLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/String+Utils.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Target.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheSwift.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/templateJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Input.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/JSON~partial.swiftsourceinfo : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/AST.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Language.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Config.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Terminal.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/LanguageFormatterProtocol.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/main.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Location.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/SwiftLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JavascriptLanguageFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheFormatter.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/String+Utils.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Target.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheSwift.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/MustacheJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/templateJavascript.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/Input.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/xpc/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D