Home
last modified time | relevance | path

Searched refs:IFirst (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/tests/
H A DPartBuilderInterfaceTests.cs15 public interface IFirst { } interface in System.Composition.Convention.PartBuilderInterfaceTests
21 public class Standard : IFirst, ISecond, IThird, IFifth
25 public class Dippy : IFirst, ISecond, IThird, IFifth, IDisposable
32 public class Base : IFirst, ISecond { }
39 public IEnumerable<IFirst> First { get; set; }
H A DPartBuilderOfTTests.cs16 public interface IFirst { } interface in System.Composition.Convention.PartBuilderOfTTests
420 …propertySelector", () => builder.ForTypesMatching<IFoo>((t) => true).ImportProperty<IFirst>(null)); in ImportSelectorNull_ShouldThrowArgumentNull()
421 …tySelector", () => builder.ForTypesMatching<IFoo>((t) => true).ImportProperty<IFirst>(null, null)); in ImportSelectorNull_ShouldThrowArgumentNull()
438 …propertySelector", () => builder.ForTypesMatching<IFoo>((t) => true).ExportProperty<IFirst>(null)); in ExportSelectorNull_ShouldThrowArgumentNull()
439 …tySelector", () => builder.ForTypesMatching<IFoo>((t) => true).ExportProperty<IFirst>(null, null)); in ExportSelectorNull_ShouldThrowArgumentNull()
H A DPartBuilderTests.cs33 public interface IFirst { } interface in System.Composition.Convention.PartBuilderTests
460 …ion>("propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties<IFirst>(null)); in ImportSelectorNull_ShouldThrowArgumentNull()
461 …propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties<IFirst>(null, null)); in ImportSelectorNull_ShouldThrowArgumentNull()
470 …ion>("propertyFilter", () => builder.ForTypesMatching((t) => true).ExportProperties<IFirst>(null)); in ExportSelectorNull_ShouldThrowArgumentNull()
471 …propertyFilter", () => builder.ForTypesMatching((t) => true).ExportProperties<IFirst>(null, null)); in ExportSelectorNull_ShouldThrowArgumentNull()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition/tests/
H A DOpenGenericsTests.cs45 private interface IFirst<T> { } interface in System.Composition.UnitTests.OpenGenericsTests
48 [Export(typeof(IFirst<>)), Export(typeof(ISecond<>))]
49 private class FirstAndSecond<T> : IFirst<T>, ISecond<T> { }
126 var first = cc.GetExport<IFirst<string>>(); in MultipleGenericExportsCanBeSpecifiedAtTheClassLevel()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dmath_FunctionAllRoots.lxx43 Standard_Integer& IFirst,
46 IFirst=ideb.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …void GetIntervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& I…
H A DMAT2d_Circuit.hxx97 …Standard_EXPORT void UpDateLink (const Standard_Integer IFirst, const Standard_Integer ILine, cons…
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_FunctionAllRoots.lxx43 Standard_Integer& IFirst,
46 IFirst=ideb.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …void GetIntervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& I…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dmath_FunctionAllRoots.lxx43 Standard_Integer& IFirst,
46 IFirst=ideb.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …void GetIntervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& I…
H A DMAT2d_Circuit.hxx97 …Standard_EXPORT void UpDateLink (const Standard_Integer IFirst, const Standard_Integer ILine, cons…
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx2091 const Standard_Integer IFirst, in BuildShell() argument
2104 Standard_Integer NbPath = ILast - IFirst; in BuildShell()
2143 if (IFirst > 1) { in BuildShell()
2232 if (! FirstShape.IsNull() && (IFirst==1)) { in BuildShell()
2243 UpdateVertex(IFirst-1, isec+1, in BuildShell()
2313 UpdateVertex(IFirst-1, 1, in BuildShell()
2932 Standard_Integer IFirst = 1, ILast; in Build() local
2938 IFirst, ILast, in Build()
2943 if (IFirst>1) { in Build()
2945 if (!PerformCorner(IFirst, in Build()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/MAT2d/
H A DMAT2d_Circuit.hxx97 …Standard_EXPORT void UpDateLink (const Standard_Integer IFirst, const Standard_Integer ILine, cons…
H A DMAT2d_Circuit.cxx820 void MAT2d_Circuit::UpDateLink(const Standard_Integer IFirst, in UpDateLink() argument
825 Standard_Integer IEqui = IFirst; in UpDateLink()