Home
last modified time | relevance | path

Searched refs:LazyInit (Results 1 – 25 of 54) sorted by relevance

123

/external/guava/android/guava/src/com/google/common/collect/
DAbstractMultimap.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
112 @LazyInit @CheckForNull private transient Collection<Entry<K, V>> entries;
150 @LazyInit @CheckForNull private transient Set<K> keySet;
160 @LazyInit @CheckForNull private transient Multiset<K> keys;
170 @LazyInit @CheckForNull private transient Collection<V> values;
207 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap;
DAbstractMultiset.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
130 @LazyInit @CheckForNull private transient Set<E> elementSet;
164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet;
DImmutableEnumSet.java20 import com.google.errorprone.annotations.concurrent.LazyInit;
110 @LazyInit private transient int hashCode;
DRegularImmutableMultiset.java21 import com.google.errorprone.annotations.concurrent.LazyInit;
42 @LazyInit @CheckForNull private transient ImmutableSet<E> elementSet;
DAbstractTable.java19 import com.google.errorprone.annotations.concurrent.LazyInit;
117 @LazyInit @CheckForNull private transient Set<Cell<R, C, V>> cellSet;
173 @LazyInit @CheckForNull private transient Collection<V> values;
DImmutableMultiset.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
215 @LazyInit @CheckForNull private transient ImmutableList<E> asList;
313 @LazyInit @CheckForNull private transient ImmutableSet<Entry<E>> entrySet;
DImmutableMap.java30 import com.google.errorprone.annotations.concurrent.LazyInit;
867 @LazyInit @RetainedWith @CheckForNull private transient ImmutableSet<Entry<K, V>> entrySet;
881 @LazyInit @RetainedWith @CheckForNull private transient ImmutableSet<K> keySet;
915 @LazyInit @RetainedWith @CheckForNull private transient ImmutableCollection<V> values;
935 @LazyInit @CheckForNull private transient ImmutableSetMultimap<K, V> multimapView;
/external/guava/guava/src/com/google/common/collect/
DAbstractMultimap.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
114 @LazyInit @CheckForNull private transient Collection<Entry<K, V>> entries;
162 @LazyInit @CheckForNull private transient Set<K> keySet;
172 @LazyInit @CheckForNull private transient Multiset<K> keys;
182 @LazyInit @CheckForNull private transient Collection<V> values;
228 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap;
DAbstractMultiset.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
130 @LazyInit @CheckForNull private transient Set<E> elementSet;
164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet;
DImmutableEnumSet.java20 import com.google.errorprone.annotations.concurrent.LazyInit;
122 @LazyInit private transient int hashCode;
DSingletonImmutableBiMap.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
97 @LazyInit @RetainedWith @CheckForNull private transient ImmutableBiMap<V, K> lazyInverse;
DAbstractTable.java19 import com.google.errorprone.annotations.concurrent.LazyInit;
118 @LazyInit @CheckForNull private transient Set<Cell<R, C, V>> cellSet;
181 @LazyInit @CheckForNull private transient Collection<V> values;
DJdkBackedImmutableBiMap.java22 import com.google.errorprone.annotations.concurrent.LazyInit;
73 @LazyInit @RetainedWith @CheckForNull private transient JdkBackedImmutableBiMap<V, K> inverse;
DRegularImmutableMultiset.java24 import com.google.errorprone.annotations.concurrent.LazyInit;
125 @LazyInit @CheckForNull private transient ImmutableSet<E> elementSet;
DImmutableMultiset.java27 import com.google.errorprone.annotations.concurrent.LazyInit;
257 @LazyInit @CheckForNull private transient ImmutableList<E> asList;
355 @LazyInit @CheckForNull private transient ImmutableSet<Entry<E>> entrySet;
/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
166 @CheckForNull @LazyInit LinearTransformation inverse;
224 @CheckForNull @LazyInit LinearTransformation inverse;
/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java23 import com.google.errorprone.annotations.concurrent.LazyInit;
166 @CheckForNull @LazyInit LinearTransformation inverse;
224 @CheckForNull @LazyInit LinearTransformation inverse;
/external/guava/android/guava/src/com/google/common/graph/
DDirectedMultiNetworkConnections.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
63 @CheckForNull @LazyInit private transient Reference<Multiset<N>> predecessorsReference;
79 @CheckForNull @LazyInit private transient Reference<Multiset<N>> successorsReference;
DUndirectedMultiNetworkConnections.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
59 @CheckForNull @LazyInit private transient Reference<Multiset<N>> adjacentNodesReference;
/external/guava/guava/src/com/google/common/graph/
DDirectedMultiNetworkConnections.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
63 @CheckForNull @LazyInit private transient Reference<Multiset<N>> predecessorsReference;
79 @CheckForNull @LazyInit private transient Reference<Multiset<N>> successorsReference;
DUndirectedMultiNetworkConnections.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
59 @CheckForNull @LazyInit private transient Reference<Multiset<N>> adjacentNodesReference;
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DCheckFieldInitNegativeCases.java26 import com.google.errorprone.annotations.concurrent.LazyInit;
52 @LazyInit Object lazy;
/external/cronet/net/disk_cache/blockfile/
Dstorage_block.h54 bool LazyInit(MappedFile* file, Addr address);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSet.java21 import com.google.errorprone.annotations.concurrent.LazyInit;
179 @LazyInit private transient ImmutableList<E> asList;
/external/guava/guava/src/com/google/common/net/
DMediaType.java40 import com.google.errorprone.annotations.concurrent.LazyInit;
764 @LazyInit @CheckForNull private String toString;
766 @LazyInit private int hashCode;
768 @LazyInit @CheckForNull private Optional<Charset> parsedCharset;

123