Home
last modified time | relevance | path

Searched refs:Platform4 (Results 1 – 25 of 40) sorted by relevance

12

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQConEvaluation.cs55 if (!Platform4.UseNativeSerialization()) in Marshall()
63 i_marshalledEvaluation = Platform4.Serialize(i_evaluation); in Marshall()
84 if (i_marshalledID > 0 || !Platform4.UseNativeSerialization()) in Unmarshall()
91 i_evaluation = Platform4.Deserialize(i_marshalledEvaluation); in Unmarshall()
104 Platform4.EvaluationEvaluate(i_evaluation, candidate); in Visit()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Weakref/
H A DEnabledWeakReferenceSupport.cs23 _queue = Platform4.CreateReferenceQueue(); in EnabledWeakReferenceSupport()
28 return Platform4.CreateActiveObjectReference(_queue, referent, obj); in NewWeakReference()
33 Platform4.PollReferenceQueue(_container, _queue); in Purge()
H A DWeakReferenceSupportFactory.cs13 if (!Platform4.HasWeakReferences()) in ForObjectContainer()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Handlers/
H A DDoubleHandler.cs47 a_bytes.WriteLong(Platform4.DoubleToLong(((double)a_object))); in Write()
53 return Platform4.LongToDouble(l); in Read()
58 context.WriteLong(Platform4.DoubleToLong(((double)obj))); in Write()
H A DDateHandlerBase.cs63 return Platform4.Format(Platform4.Now(), true); in Now()
H A DPrimitiveHandler.cs52 return Platform4.NullableTypeFor(PrimitiveJavaClass()); in JavaClass()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DReflection4.cs76 Platform4.SetAccessible(method);
141 Platform4.SetAccessible(field); in GetField()
194 if (Platform4.IsSimple(clazz)) in DumpPreventRecursion()
212 Platform4.SetAccessible(field); in DumpPreventRecursion()
H A DHandlerRegistry.cs116 Platform4.RegisterPlatformHandlers(container); in HandlerRegistry()
135 NetTypeHandler[] handlers = Platform4.Types(_container.Reflector()); in RegisterPlatformTypes()
414 Platform4.RegisterCollections(reflector); in InitClassReflectors()
606 return IclassTransientclass.IsAssignableFrom(claxx) || Platform4.IsTransient(claxx in IsTransient()
H A DReflectorConfigurationImpl.cs44 if (Platform4.IsEnum(_config.Reflector(), clazz)) in CallConstructorSpecialized()
H A DClassMetadata.cs1452 Config4Class extendedConfig = Platform4.ExtendConfiguration(_classReflector, _container in InitConfigOnUp()
1714 return Platform4.IsJavaEnum(Reflector(), ClassReflector()); in IsEnum()
1818 if (Platform4.IsCollectionTranslator(this._config)) in SeekCandidateHandler()
2140 return Platform4.CanSetAccessible() || field.IsPublic(); in StoreField()
2155 return field.IsTransient() || Platform4.IsTransient(field.GetFieldType()); in IsTransient()
2238 …return !IsReadOnlyContainer() && (StaticFieldValuesArePersisted() || Platform4.StoreStaticFieldVal… in ShouldStoreStaticFields()
2682 return Platform4.IsStruct(ClassReflector()); in IsStruct()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/
H A DDb4oFactory.cs39 Platform4.GetDefaultConfiguration(i_config); in Db4oFactory()
85 Platform4.GetDefaultConfiguration(config); in NewConfiguration()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/IO/
H A DRandomAccessFileFactory.cs21 Platform4.LockFile(path, raf); in NewRandomAccessFile()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Reflect/Net/
H A DNetConstructor.cs17 Db4objects.Db4o.Internal.Platform4.SetAccessible(constructor); in NetConstructor()
H A DNetReflector.cs183 return Platform4.NullValue(ToNative(clazz)); in NullValue()
H A DNetClass.cs233 return IsPrimitive() || Platform4.IsSimple(_type); in IsImmutable()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Marshall/
H A DPrimitiveMarshaller0.cs78 return Platform4.LongToDouble(buffer.ReadLong()); in UnmarshalDouble()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Query/
H A DPredicate.cs156 Platform4.SetAccessible(filterMethod); in AppliesTo()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Internal/
H A DLegacyDb4oAssemblyNameMapper.cs76 return typeof(Platform4).Assembly.GetName().Name; in GetCurrentAssemblyName()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/mono/2.5d/assets/
H A Ddemo_scene.tscn138 [node name="Platform4" type="Node2D" parent="."]
147 [node name="PlatformMath" type="StaticBody" parent="Platform4"]
152 [node name="CollisionShape" type="CollisionShape" parent="Platform4/PlatformMath"]
158 [node name="PlatformSprite" type="Sprite" parent="Platform4"]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/misc/2.5d/assets/
H A Ddemo_scene.tscn137 [node name="Platform4" type="Node2D" parent="."]
146 [node name="PlatformMath" type="StaticBody" parent="Platform4"]
151 [node name="CollisionShape" type="CollisionShape" parent="Platform4/PlatformMath"]
157 [node name="PlatformSprite" type="Sprite" parent="Platform4"]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Reflect/Generic/
H A DKnownClassesRepository.cs21 Type[] primitiveArray = Platform4.PrimitiveTypes(); in KnownClassesRepository()
31 Primitives.Put(ReflectPlatform.FullyQualifiedName(Platform4.NullableTypeFor(primitive in RegisterPrimitive()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/IO/
H A DRandomAccessFileAdapter.cs71 Platform4.UnlockFile(_path, _delegate); in Close()
H A DFileStorage.cs80 Platform4.UnlockFile(_path, _file); in Close()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Delete/
H A DDeleteContextImpl.cs98 if (Platform4.IsStruct(_fieldClass)) in AdjustedDepth()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Reflect/Core/
H A DConstructorSupport.cs27 if (!Platform4.CallConstructor()) in CreateConstructor()

12