Home
last modified time | relevance | path

Searched defs:variable_type (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil.Cil/
H A DVariableReference.cs35 protected TypeReference variable_type; field in Mono.Cecil.Cil.VariableReference
51 internal VariableReference (TypeReference variable_type) in VariableReference()
56 internal VariableReference (string name, TypeReference variable_type) in VariableReference()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil.Cil/
H A DVariableReference.cs35 protected TypeReference variable_type; field in Mono.Cecil.Cil.VariableReference
51 internal VariableReference (TypeReference variable_type) in VariableReference()
56 internal VariableReference (string name, TypeReference variable_type) in VariableReference()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Cil/
H A DVariableReference.cs35 protected TypeReference variable_type; field in Mono.Cecil.Cil.VariableReference
51 internal VariableReference (TypeReference variable_type) in VariableReference()
56 internal VariableReference (string name, TypeReference variable_type) in VariableReference()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil.Cil/
H A DVariableReference.cs16 protected TypeReference variable_type; field in Mono.Cecil.Cil.VariableReference
27 internal VariableReference (TypeReference variable_type) in VariableReference()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil.Cil/
H A DVariableReference.cs16 protected TypeReference variable_type; field in Mono.Cecil.Cil.VariableReference
27 internal VariableReference (TypeReference variable_type) in VariableReference()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DAlignment.h28 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
31 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DVector.h43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DVector.h43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DVector.h43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A DFieldVariableDescriptor.cpp30 FieldVariableType variable_type, in FieldVariableDescriptor()
48 void FieldVariableDescriptor::Initialize(FieldVariableType variable_type, FieldVariableComponentInd… in Initialize()
277 FieldVariableType variable_type, in AddTypeIntoArray()
341 FieldVariableType variable_type, // type of the added variables in FindTypeInArray()
/dports/devel/eastl/EASTL-3.13.06/test/packages/EABase/include/Common/EABase/config/
H A Deacompilertraits.h361 #define EA_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((aligned(n))) argument
370 #define EA_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((aligned(n))) argument
380 #define EA_ALIGNED(variable_type, variable, n) EA_ALIGN(n) variable_type variable argument
389 #define EA_ALIGNED(variable_type, variable, n) __align(n) variable_type variable argument
400 #define EA_ALIGNED(variable_type, variable, n) variable_type variable argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/source_control/gitlab/
H A Dgitlab_group_variable.py170 def create_variable(self, key, value, masked, protected, variable_type): argument
177 def update_variable(self, key, var, value, masked, protected, variable_type): argument
H A Dgitlab_project_variable.py169 def create_variable(self, key, value, masked, protected, variable_type, environment_scope): argument
181 def update_variable(self, key, var, value, masked, protected, variable_type, environment_scope): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dgitlab_group_variable.py170 def create_variable(self, key, value, masked, protected, variable_type): argument
177 def update_variable(self, key, var, value, masked, protected, variable_type): argument
H A Dgitlab_project_variable.py169 def create_variable(self, key, value, masked, protected, variable_type, environment_scope): argument
181 def update_variable(self, key, var, value, masked, protected, variable_type, environment_scope): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/api/schemas/
H A Dpipeline_schedule_variable.json11 "variable_type": { "type": "string" } object
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dscoped_safearray_unittest.cc81 VARTYPE variable_type; in TEST() local
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/
H A DTestBPWriteTypesByName.F9017 integer :: variable_type, ndims variable
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalavariable.c134 ValaDataType* variable_type, in vala_variable_construct()
148 vala_variable_new (ValaDataType* variable_type, in vala_variable_new()
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/x3/calc/calc8/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/x3/calc/calc8/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/x3/calc/calc8/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement_def.hpp33 typedef x3::rule<variable_class, ast::variable> variable_type; typedef

1234567