Searched defs:LazyFieldLite (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyFieldLite.java36 * LazyFieldLite encapsulates the logic of lazily parsing message fields. It stores
39 * LazyFieldLite is thread-compatible: concurrent reads are safe once the proto that this
40 * LazyFieldLite is a part of is no longer being mutated by its Builder. However, explicit
43 * When a LazyFieldLite is used in the context of a MessageLite object, its behavior is considered
56 public class LazyFieldLite { class
61 * The value associated with the LazyFieldLite object is stored in one or more of the following
68 * 3) memoizedBytes is merely an optimization for calls to LazyFieldLite.toByteString() to avoid
72 * 4) Finally, if the LazyFieldLite was created directly with a parsed MessageLite value, then
74 * LazyFieldLite.toByteString().
96 * been merged with another {@code LazyFieldLite} tha
116 public LazyFieldLite(ExtensionRegistryLite extensionRegistry, ByteString bytes) { method in class:LazyFieldLite
125 public LazyFieldLite() { method in class:LazyFieldLite
[all...]
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 143 milliseconds