HomeSort by relevance Sort by last modified time
    Searched refs:Internals (Results 1 - 6 of 6) sorted by null

  /external/guava/src/com/google/common/collect/
MapMaker.java 26 import com.google.common.collect.CustomConcurrentHashMap.Internals;
354 Internals<K, V, ReferenceEntry<K, V>> internals, K key,
357 ? new WeakEntry<K, V>(internals, key, hash)
358 : new LinkedWeakEntry<K, V>(internals, key, hash, next);
365 ? new WeakEntry<K, V>(from.internals, key, from.hash)
367 from.internals, key, from.hash, newNext);
383 Internals<K, V, ReferenceEntry<K, V>> internals, K key,
386 ? new SoftEntry<K, V>(internals, key, hash
469 Internals<K, V, ReferenceEntry<K, V>> internals; field in class:MapMaker.StrategyImpl
728 static final Field internals = findField("internals"); field in class:MapMaker.StrategyImpl.Fields
894 final Internals<K, V, ReferenceEntry<K, V>> internals; field in class:MapMaker.StrongEntry
953 final Internals<K, V, ReferenceEntry<K, V>> internals; field in class:MapMaker.SoftEntry
1011 final Internals<K, V, ReferenceEntry<K, V>> internals; field in class:MapMaker.WeakEntry
    [all...]
CustomConcurrentHashMap.java 101 * public void setInternals(CustomConcurrentHashMap.Internals<K, V,
102 * InternalEntry<K, V>> internals) {} // ignored
422 * @param internals of the map, enables direct interaction with the
425 void setInternals(Internals<K, V, E> internals);
431 public interface Internals<K, V, E> {
641 class InternalsImpl implements Internals<K, V, E>, Serializable {
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
objects-inl.h 134 return Internals::HasHeapObjectTag(this);
285 Internals::kFullStringRepresentationMask);
309 Internals::kExternalTwoByteRepresentationTag);
776 return Internals::SmiValue(this);
    [all...]
objects.h     [all...]
api.cc 106 int i::Internals::kJSObjectType = JS_OBJECT_TYPE;
107 int i::Internals::kFirstNonstringType = FIRST_NONSTRING_TYPE;
108 int i::Internals::kProxyType = PROXY_TYPE;
    [all...]

Completed in 61 milliseconds