Searched defs:ExtensionRegistryLite (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java41 * {@code ExtensionRegistryLite}. Similarly, if all your types are regular
58 * lite lite lite ExtensionRegistryLite
73 public class ExtensionRegistryLite { class
91 public static ExtensionRegistryLite newInstance() {
92 return new ExtensionRegistryLite();
96 public static ExtensionRegistryLite getEmptyRegistry() {
101 public ExtensionRegistryLite getUnmodifiable() {
102 return new ExtensionRegistryLite(this);
137 ExtensionRegistryLite() { method in class:ExtensionRegistryLite
143 ExtensionRegistryLite(ExtensionRegistryLit method in class:ExtensionRegistryLite
156 private ExtensionRegistryLite(boolean empty) { method in class:ExtensionRegistryLite
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java41 * {@code ExtensionRegistryLite}. Similarly, if all your types are regular
58 * lite lite lite ExtensionRegistryLite
73 public class ExtensionRegistryLite { class
75 public static ExtensionRegistryLite newInstance() {
76 return new ExtensionRegistryLite();
80 public static ExtensionRegistryLite getEmptyRegistry() {
85 public ExtensionRegistryLite getUnmodifiable() {
86 return new ExtensionRegistryLite(this);
121 ExtensionRegistryLite() { method in class:ExtensionRegistryLite
127 ExtensionRegistryLite(ExtensionRegistryLit method in class:ExtensionRegistryLite
140 private ExtensionRegistryLite(boolean empty) { method in class:ExtensionRegistryLite
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2584 milliseconds