Home
last modified time | relevance | path

Searched refs:GetFieldValue (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/tests/Dataflow/
H A DDebugAttributeTests.cs74 …te<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(DebuggerAttributes.GetFieldValu… in TestDebuggerDisplaysAndTypeProxies()
75 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new ActionBlock<int>(… in TestDebuggerDisplaysAndTypeProxies()
76 …te<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(DebuggerAttributes.GetFieldValu… in TestDebuggerDisplaysAndTypeProxies()
77 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new BufferBlock<int>(… in TestDebuggerDisplaysAndTypeProxies()
81 …ate<bool,bool,object>(true, true, DebuggerAttributes.GetFieldValue(DebuggerAttributes.GetFieldValu… in TestDebuggerDisplaysAndTypeProxies()
82 …ate<bool,bool,object>(true, true, DebuggerAttributes.GetFieldValue(DebuggerAttributes.GetFieldValu… in TestDebuggerDisplaysAndTypeProxies()
86 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new JoinBlock<int,int… in TestDebuggerDisplaysAndTypeProxies()
89 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new BatchBlock<int>(4… in TestDebuggerDisplaysAndTypeProxies()
90 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new BatchBlock<int>(4… in TestDebuggerDisplaysAndTypeProxies()
91 …Tuple.Create<bool,bool,object>(true, false, DebuggerAttributes.GetFieldValue(new BatchBlock<int>(4… in TestDebuggerDisplaysAndTypeProxies()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DMarshalSpec.cs159 int? sizeParamIndex = attribute.GetFieldValue<short>("SizeParamIndex"); in WriteMarshallingDescriptor()
160 int? sizeConst = attribute.GetFieldValue<int>("SizeConst"); in WriteMarshallingDescriptor()
179 VarEnum? safeArraySubType = attribute.GetFieldValue<VarEnum>("SafeArraySubType"); in WriteMarshallingDescriptor()
183 … Type safeArrayUserDefinedSubType = (Type)attribute.GetFieldValue("SafeArrayUserDefinedSubType"); in WriteMarshallingDescriptor()
192 bb.WriteCompressedUInt(attribute.GetFieldValue<int>("SizeConst") ?? 1); in WriteMarshallingDescriptor()
193 UnmanagedType? arraySubType = attribute.GetFieldValue<UnmanagedType>("ArraySubType"); in WriteMarshallingDescriptor()
201 bb.WriteCompressedUInt(attribute.GetFieldValue<int>("SizeConst").Value); in WriteMarshallingDescriptor()
207 int? iidParameterIndex = attribute.GetFieldValue<int>("IidParameterIndex"); in WriteMarshallingDescriptor()
217 string marshalType = (string)attribute.GetFieldValue("MarshalType"); in WriteMarshallingDescriptor()
224 WriteType(module, bb, (Type)attribute.GetFieldValue("MarshalTypeRef")); in WriteMarshallingDescriptor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/test/
H A Daddress_data_test.cc38 TEST(AddressDataTest, GetFieldValue) { in TEST() argument
50 address.GetFieldValue(COUNTRY)); in TEST()
52 address.GetFieldValue(ADMIN_AREA)); in TEST()
54 address.GetFieldValue(LOCALITY)); in TEST()
56 address.GetFieldValue(DEPENDENT_LOCALITY)); in TEST()
58 address.GetFieldValue(SORTING_CODE)); in TEST()
60 address.GetFieldValue(POSTAL_CODE)); in TEST()
62 address.GetFieldValue(ORGANIZATION)); in TEST()
64 address.GetFieldValue(RECIPIENT)); in TEST()
199 ASSERT_DEATH_IF_SUPPORTED(address.GetFieldValue(STREET_ADDRESS), in TEST()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/Common/
H A DDbDataReaderTest.cs54 Assert.Equal("row_1", _dataReader.GetFieldValue<string>(0)); in GetFieldValueTest()
56 byte[] actual_data = _dataReader.GetFieldValue<byte[]>(1); in GetFieldValueTest()
65 Assert.Equal("row_2", _dataReader.GetFieldValue<string>(0)); in GetFieldValueTest()
66 Assert.Throws<InvalidCastException>(() => _dataReader.GetFieldValue<byte[]>(1)); in GetFieldValueTest()
70 Assert.Equal("row_3", _dataReader.GetFieldValue<string>(0)); in GetFieldValueTest()
72 actual_data = _dataReader.GetFieldValue<byte[]>(1); in GetFieldValueTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.Common/
H A DDbDataReaderTest.cs69 Assert.AreEqual ("row_1", dataReader.GetFieldValue<string> (0), "#1"); in GetFieldValueTest()
71 byte[] actual_data = dataReader.GetFieldValue<byte[]> (1); in GetFieldValueTest()
79 Assert.AreEqual ("row_2", dataReader.GetFieldValue<string> (0), "#4"); in GetFieldValueTest()
81 actual_data = dataReader.GetFieldValue<byte[]> (1); in GetFieldValueTest()
89 Assert.AreEqual ("row_3", dataReader.GetFieldValue<string> (0), "#6"); in GetFieldValueTest()
91 actual_data = dataReader.GetFieldValue<byte[]> (1); in GetFieldValueTest()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/
H A DSodaQueryComparator.cs162 object xFieldValue = GetFieldValue(x, path); in CompareByField()
163 object yFieldValue = GetFieldValue(y, path); in CompareByField()
169 private object GetFieldValue(int id, IList path) in GetFieldValue() method in Db4objects.Db4o.Internal.Query.SodaQueryComparator
173 object obj = GetFieldValue(id, ((FieldMetadata)path[i])); in GetFieldValue()
180 return GetFieldValue(id, ((FieldMetadata)path[path.Count - 1])); in GetFieldValue()
207 private object GetFieldValue(int id, FieldMetadata field) in GetFieldValue() method in Db4objects.Db4o.Internal.Query.SodaQueryComparator
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/pkgagent/agent_tests/Unit/
H A DtestGetFieldValue.c46 char *Result = GetFieldValue(Sin, Field, FieldMax, Value, ValueMax, Separator); in test_GetFieldValue_normal()
67 char *Result = GetFieldValue(Sin, Field, FieldMax, Value, ValueMax, Separator); in test_GetFieldValue_sin_is_null()
89 char *Result = GetFieldValue(Sin, Field, FieldMax, Value, ValueMax, Separator); in test_GetFieldValue_noseparator()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/ProviderAgnostic/ReaderTest/
H A DReaderTest.cs125 actualResult.Append(rdr.GetFieldValue<bool>(i)); in TestMain()
129 actualResult.Append(rdr.GetFieldValue<decimal>(i)); in TestMain()
133 actualResult.Append(rdr.GetFieldValue<int>(i)); in TestMain()
137 actualResult.Append(rdr.GetFieldValue<string>(i)); in TestMain()
184 actualResult.Append(rdr.GetFieldValue<int>(i)); in TestMain()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-inobject-slack-tracking.cc106 if (packed_filler != GetFieldValue(obj, i).ptr()) { in IsObjectShrinkable()
145 CHECK_EQ(Smi::FromInt(42), GetFieldValue(*obj, 0)); in TEST()
147 CHECK_EQ(*obj, GetFieldValue(*obj, 2)); in TEST()
206 CHECK_EQ(Smi::FromInt(42), GetFieldValue(*obj3, 0)); in TEST()
208 CHECK_EQ(*obj3, GetFieldValue(*obj3, 2)); in TEST()
291 CHECK_EQ(Smi::FromInt(42), GetFieldValue(*obj, 0)); in TEST()
293 CHECK_EQ(*obj, GetFieldValue(*obj, 2)); in TEST()
377 CHECK_EQ(*obj, GetFieldValue(*obj, 2)); in TEST()
380 CHECK_EQ(*obj, GetFieldValue(*obj, 5)); in TEST()
485 CHECK_EQ(*b_obj, GetFieldValue(*b_obj, 2)); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest/
H A DDataStreamTest.cs243 rdr.GetFieldValue<int>(0); //order id in GetValueOfTRead()
249 rdr.GetFieldValue<int>(6); //ShipVia; in GetValueOfTRead()
250 rdr.GetFieldValue<decimal>(7); //Freight; in GetValueOfTRead()
251 rdr.GetFieldValue<string>(8); //ShipName; in GetValueOfTRead()
255 rdr.GetFieldValue<string>(10); //ShipCity; in GetValueOfTRead()
259 rdr.GetFieldValue<SqlString>(11); in GetValueOfTRead()
265 rdr.GetFieldValue<string>(14); in GetValueOfTRead()
293 rdr.GetFieldValue<SqlXml>(14); in GetValueOfTRead()
294 rdr.GetFieldValue<SqlXml>(15); in GetValueOfTRead()
295 rdr.GetFieldValue<SqlString>(14); in GetValueOfTRead()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DMethodBuilder.cs118 …CallingConvention? callingConvention = customBuilder.GetFieldValue<CallingConvention>("CallingConv… in SetDllImportPseudoCustomAttribute()
119 CharSet? charSet = customBuilder.GetFieldValue<CharSet>("CharSet"); in SetDllImportPseudoCustomAttribute()
121 (string)customBuilder.GetFieldValue("EntryPoint"), in SetDllImportPseudoCustomAttribute()
124 (bool?)customBuilder.GetFieldValue("BestFitMapping"), in SetDllImportPseudoCustomAttribute()
125 (bool?)customBuilder.GetFieldValue("ThrowOnUnmappableChar"), in SetDllImportPseudoCustomAttribute()
126 (bool?)customBuilder.GetFieldValue("SetLastError"), in SetDllImportPseudoCustomAttribute()
127 (bool?)customBuilder.GetFieldValue("PreserveSig"), in SetDllImportPseudoCustomAttribute()
128 (bool?)customBuilder.GetFieldValue("ExactSpelling")); in SetDllImportPseudoCustomAttribute()
248 MethodCodeType? type = customBuilder.GetFieldValue<MethodCodeType>("MethodCodeType"); in SetMethodImplAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dset_form_field_value_action_unittest.cc65 ON_CALL(mock_action_delegate_, GetFieldValue(_, _)) in SetUp()
156 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
177 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
190 ON_CALL(mock_action_delegate_, GetFieldValue(_, _)) in TEST_F()
278 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
397 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
429 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
464 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
502 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
519 GetFieldValue(EqualsElement(expected_element), _)) in TEST_F()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A DDATASET0.h342 #define GetFieldValue(fd,pt) ((GetFieldDataGetFunction(fd))((fd),(pt))) macro
344 #define GetFieldValue(fd,pt) (GetFieldDataGetFunction(fd)==GetFieldValueForFloat \ macro
348 #define GetFieldValue(fd,pt) (GetFieldDataGetFunction(fd)==GetFieldValueForDouble \ macro
352 #define GetFieldValue(fd,pt) (GetFieldDataGetFunction(fd)==GetFieldValueForFloat \ macro
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdbdatasource.cpp194 const OGRField* psField = oTable.GetFieldValue(0); in Open()
353 const OGRField* psField = oTable.GetFieldValue(iDefinition); in OpenFileGDBv10()
360 psField = oTable.GetFieldValue(iDocumentation); in OpenFileGDBv10()
363 psField = oTable.GetFieldValue(iName); in OpenFileGDBv10()
420 const OGRField* psField = oTable.GetFieldValue(iName); in OpenFileGDBv9()
424 psField = oTable.GetFieldValue(iCLSID); in OpenFileGDBv9()
473 psField = oTable.GetFieldValue(iGeometryType); in OpenFileGDBv9()
488 psField = oTable.GetFieldValue(iShapeField); in OpenFileGDBv9()
493 psField = oTable.GetFieldValue(iObjectClassID); in OpenFileGDBv9()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdbdatasource.cpp215 const OGRField* psField = oTable.GetFieldValue(0); in Open()
393 const OGRField* psField = oTable.GetFieldValue(iDefinition); in OpenFileGDBv10()
400 psField = oTable.GetFieldValue(iDocumentation); in OpenFileGDBv10()
403 psField = oTable.GetFieldValue(iName); in OpenFileGDBv10()
471 const OGRField* psField = oTable.GetFieldValue(iName); in OpenFileGDBv9()
475 psField = oTable.GetFieldValue(iCLSID); in OpenFileGDBv9()
523 const OGRField* psField = oTable.GetFieldValue(iGeometryType); in OpenFileGDBv9()
538 psField = oTable.GetFieldValue(iShapeField); in OpenFileGDBv9()
543 psField = oTable.GetFieldValue(iObjectClassID); in OpenFileGDBv9()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdbdatasource.cpp215 const OGRField* psField = oTable.GetFieldValue(0); in Open()
393 const OGRField* psField = oTable.GetFieldValue(iDefinition); in OpenFileGDBv10()
400 psField = oTable.GetFieldValue(iDocumentation); in OpenFileGDBv10()
403 psField = oTable.GetFieldValue(iName); in OpenFileGDBv10()
471 const OGRField* psField = oTable.GetFieldValue(iName); in OpenFileGDBv9()
475 psField = oTable.GetFieldValue(iCLSID); in OpenFileGDBv9()
523 const OGRField* psField = oTable.GetFieldValue(iGeometryType); in OpenFileGDBv9()
538 psField = oTable.GetFieldValue(iShapeField); in OpenFileGDBv9()
543 psField = oTable.GetFieldValue(iObjectClassID); in OpenFileGDBv9()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdbdatasource.cpp215 const OGRField* psField = oTable.GetFieldValue(0); in Open()
393 const OGRField* psField = oTable.GetFieldValue(iDefinition); in OpenFileGDBv10()
400 psField = oTable.GetFieldValue(iDocumentation); in OpenFileGDBv10()
403 psField = oTable.GetFieldValue(iName); in OpenFileGDBv10()
471 const OGRField* psField = oTable.GetFieldValue(iName); in OpenFileGDBv9()
475 psField = oTable.GetFieldValue(iCLSID); in OpenFileGDBv9()
523 const OGRField* psField = oTable.GetFieldValue(iGeometryType); in OpenFileGDBv9()
538 psField = oTable.GetFieldValue(iShapeField); in OpenFileGDBv9()
543 psField = oTable.GetFieldValue(iObjectClassID); in OpenFileGDBv9()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DchildrenPolicies.h68 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() function
242 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() function
264 static FieldType GetFieldValue(const SdfPath &childPath) { in GetFieldValue() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Runtime/
H A DEETypeOptionalFieldsBuilder.cs27 internal UInt32 GetFieldValue(EETypeOptionalFieldTag eTag, UInt32 defaultValueIfNotFound) in GetFieldValue() method in Internal.Runtime.EETypeOptionalFieldsBuilder
145 hash = hash * 486187739 + (int)GetFieldValue(eTag, 0); in GetHashCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/
H A Daddress_data.cc77 const auto& value = GetFieldValue(field); in IsFieldEmpty()
86 const std::string& AddressData::GetFieldValue(AddressField field) const { in GetFieldValue() function in i18n::addressinput::AddressData
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/
H A Daddress_data.cc77 const auto& value = GetFieldValue(field); in IsFieldEmpty()
86 const std::string& AddressData::GetFieldValue(AddressField field) const { in GetFieldValue() function in i18n::addressinput::AddressData
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dfield_formatter.cc24 base::Optional<std::string> GetFieldValue( in GetFieldValue() function
67 auto rewrite_value = GetFieldValue(mappings, key); in FormatString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DIWebPartField.cs14 void GetFieldValue(FieldCallback callback); in GetFieldValue() method
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dhfaentry.cpp496 int HFAEntry::GetFieldValue( const char * pszFieldPath, in GetFieldValue() function in HFAEntry
584 if( !GetFieldValue( pszFieldPath, 'i', &nIntValue ) ) in GetIntField()
637 if( !GetFieldValue( pszFieldPath, 'd', &dfDoubleValue ) ) in GetDoubleField()
662 if( !GetFieldValue( pszFieldPath, 's', &pszResult ) ) in GetStringField()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/base/
H A Dtcwebmodule.pp45 Function GetFieldValue(Index : Integer) : String; override;
298 function TFakeResponse.GetFieldValue(Index: Integer): String;
300 Result:=inherited GetFieldValue(Index);
308 If (Value<>'') and (GetFieldValue(Index)='') then

12345678910>>...13