Home
last modified time | relevance | path

Searched defs:ArgumentType (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dgenerator.py13 ArgumentType = Tuple[str, str, str] variable
174 def function(name: str, desc: str, ret: ArgumentType, args: List[ArgumentType], file: str, module: …
182 def qemu_function(name: str, desc: str, ret: ArgumentType, args: List[ArgumentType], file: str, mod…
188 def lxc_function(name: str, desc: str, ret: ArgumentType, args: List[ArgumentType], file: str, modu…
1283 def writeDoc(module: str, name: str, args: List[ArgumentType], indent: str, output: IO) -> None:
/dports/science/py-rmf/rmf-1.3.1/include/RMF/
H A Dtraits.h37 typedef T ArgumentType; typedef
46 typedef const T& ArgumentType; typedef
/dports/science/rmf/rmf-1.3.1/include/RMF/
H A Dtraits.h37 typedef T ArgumentType; typedef
46 typedef const T& ArgumentType; typedef
/dports/emulators/qemu/qemu-6.2.0/meson/
H A Drun_single_test.py22 class ArgumentType(CompilerArgumentType): class
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/
H A Drun_single_test.py22 class ArgumentType(CompilerArgumentType): class
/dports/audio/csound/csound-6.15.0/Opcodes/framebuffer/
H A DFramebuffer.h34 typedef enum ArgumentType enum
44 } ArgumentType; typedef
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/
H A Dprotocol.rs18 pub enum ArgumentType { enum
37 impl ArgumentType { impl
74 pub fn get_type(&self) -> ArgumentType { in get_type()
218 pub(crate) fn check_for_signature<Id>(signature: &[ArgumentType], args: &[Argument<Id>]) -> bool { in check_for_signature()
/dports/science/py-rmf/rmf-1.3.1/src/backend/
H A Dbackward_types.h42 typedef Type ArgumentType; typedef
55 typedef const Type& ArgumentType; typedef
77 typedef Type ArgumentType; typedef
95 typedef const Type& ArgumentType; typedef
/dports/science/rmf/rmf-1.3.1/src/backend/
H A Dbackward_types.h42 typedef Type ArgumentType; typedef
55 typedef const Type& ArgumentType; typedef
77 typedef Type ArgumentType; typedef
95 typedef const Type& ArgumentType; typedef
/dports/finance/quantlib/QuantLib-1.20/ql/math/
H A Dlinearleastsquaresregression.hpp56 typedef typename xContainer::value_type ArgumentType; typedef in QuantLib::details::LinearFcts
75 typedef typename xContainer::value_type ArgumentType; typedef in QuantLib::details::LinearFcts
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Metrics/proto_schema/
H A Dkernel_arguments.proto14 enum ArgumentType { enum
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/sys/
H A Dmod.rs16 unsafe fn free_arrays(signature: &[ArgumentType], arglist: &[wl_argument]) { in free_arrays()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DCustomAttributeTypedArgumentMirror.cs34 public Type ArgumentType { property
/dports/lang/mono/mono-5.10.1.57/external/boringssl/tool/
H A Dinternal.h47 enum ArgumentType { enum
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DCustomAttributeTypedArgument.cs51 public Type ArgumentType property
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/tool/
H A Dinternal.h55 enum ArgumentType { enum
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.h35 enum ArgumentType { enum
/dports/security/boringssl/boringssl-6a71840/tool/
H A Dinternal.h55 enum ArgumentType { enum
/dports/net/linphone/linphoneqt-4.1.1/src/app/cli/
H A DCli.hpp36 enum ArgumentType { enum in Cli
/dports/games/dose-response/dose-response-179c326/cargo-crates/wayland-commons-0.21.4/src/
H A Dwire.rs22 pub enum ArgumentType { enum
64 pub fn get_type(&self) -> ArgumentType { in get_type()
208 signature: &[ArgumentType], in from_raw()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Reflection/
H A DCustomAttributeTypedArgument.cs32 public Type ArgumentType { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DCustomAttributeTypedArgument.cs73 public Type ArgumentType { property
/dports/net/krill/krill-0.9.4/cargo-crates/jmespatch-0.3.0/src/
H A Dfunctions.rs20 pub enum ArgumentType { enum
35 impl ArgumentType { implementation
61 impl fmt::Display for ArgumentType { implementation
151 pub fn new(inputs: Vec<ArgumentType>, variadic: Option<ArgumentType>) -> Signature { in new()
201 validator: &ArgumentType, in validate_arg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/tool/
H A Dinternal.h101 enum ArgumentType { enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DPropertyNames.cs33 public readonly static string ArgumentType = "ArgumentType"; field in System.Activities.Core.Presentation.PropertyNames

12345678