Home
last modified time | relevance | path

Searched refs:_typeIdCache (Results 1 – 9 of 9) sorted by relevance

/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2200 if(_typeIdCache == null)
2202 _typeIdCache = new java.util.HashMap<String, Class<?> >(); // Lazy initialization.
2206 cls = _typeIdCache.get(typeId);
2220 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2419 private java.util.HashMap<String, Class<?> > _typeIdCache; local
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2825 if(_typeIdCache == null) in resolveClass()
2827 _typeIdCache = new Dictionary<string, Type>(); // Lazy initialization. in resolveClass()
2831 _typeIdCache.TryGetValue(typeId, out cls); in resolveClass()
2845 _typeIdCache.Add(typeId, cls != null ? cls : typeof(EncapsDecoder)); in resolveClass()
3048 private Dictionary<string, Type> _typeIdCache; field in Ice.InputStream.EncapsDecoder
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2825 if(_typeIdCache == null) in resolveClass()
2827 _typeIdCache = new Dictionary<string, Type>(); // Lazy initialization. in resolveClass()
2831 _typeIdCache.TryGetValue(typeId, out cls); in resolveClass()
2845 _typeIdCache.Add(typeId, cls != null ? cls : typeof(EncapsDecoder)); in resolveClass()
3048 private Dictionary<string, Type> _typeIdCache; field in Ice.InputStream.EncapsDecoder
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2200 if(_typeIdCache == null)
2202 _typeIdCache = new java.util.HashMap<String, Class<?> >(); // Lazy initialization.
2206 cls = _typeIdCache.get(typeId);
2220 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2419 private java.util.HashMap<String, Class<?> > _typeIdCache; local
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2825 if(_typeIdCache == null) in resolveClass()
2827 _typeIdCache = new Dictionary<string, Type>(); // Lazy initialization. in resolveClass()
2831 _typeIdCache.TryGetValue(typeId, out cls); in resolveClass()
2845 _typeIdCache.Add(typeId, cls != null ? cls : typeof(EncapsDecoder)); in resolveClass()
3048 private Dictionary<string, Type> _typeIdCache; field in Ice.InputStream.EncapsDecoder
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java2200 if(_typeIdCache == null)
2202 _typeIdCache = new java.util.HashMap<String, Class<?> >(); // Lazy initialization.
2206 cls = _typeIdCache.get(typeId);
2220 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2419 private java.util.HashMap<String, Class<?> > _typeIdCache; local
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2314 if(_typeIdCache == null)
2316 _typeIdCache = new java.util.HashMap<>(); // Lazy initialization.
2320 cls = _typeIdCache.get(typeId);
2334 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2534 private java.util.HashMap<String, Class<?> > _typeIdCache; local
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2314 if(_typeIdCache == null)
2316 _typeIdCache = new java.util.HashMap<>(); // Lazy initialization.
2320 cls = _typeIdCache.get(typeId);
2334 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2534 private java.util.HashMap<String, Class<?> > _typeIdCache; local
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInputStream.java2314 if(_typeIdCache == null)
2316 _typeIdCache = new java.util.HashMap<>(); // Lazy initialization.
2320 cls = _typeIdCache.get(typeId);
2334 _typeIdCache.put(typeId, cls != null ? cls : EncapsDecoder.class);
2534 private java.util.HashMap<String, Class<?> > _typeIdCache; local