| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | NewInstanceSchema.java | 13 Object newInstance(Object defaultInstance); in newInstance() method
|
| D | NewInstanceSchemaFull.java | 12 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaFull
|
| D | NewInstanceSchemaLite.java | 13 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaLite
|
| D | GeneratedMessageV3.java | 118 protected Object newInstance(UnusedPrivateParameter unused) { in newInstance() method in GeneratedMessageV3
|
| D | Schema.java | 47 T newInstance(); in newInstance() method
|
| D | ExtensionRegistryLite.java | 86 public static ExtensionRegistryLite newInstance() { in newInstance() method in ExtensionRegistryLite
|
| D | CodedInputStream.java | 57 public static CodedInputStream newInstance(final InputStream input) { in newInstance() method in CodedInputStream 62 public static CodedInputStream newInstance(final InputStream input, int bufferSize) { in newInstance() method in CodedInputStream 74 public static CodedInputStream newInstance(final Iterable<ByteBuffer> input) { in newInstance() method in CodedInputStream 82 static CodedInputStream newInstance( in newInstance() method in CodedInputStream 111 public static CodedInputStream newInstance(final byte[] buf) { in newInstance() method in CodedInputStream 116 public static CodedInputStream newInstance(final byte[] buf, final int off, final int len) { in newInstance() method in CodedInputStream 121 static CodedInputStream newInstance( in newInstance() method in CodedInputStream 152 public static CodedInputStream newInstance(ByteBuffer buf) { in newInstance() method in CodedInputStream 157 static CodedInputStream newInstance(ByteBuffer buf, boolean bufferIsImmutable) { in newInstance() method in CodedInputStream
|
| D | ExtensionRegistry.java | 70 public static ExtensionRegistry newInstance() { in newInstance() method in ExtensionRegistry
|
| D | BinaryReader.java | 45 public static BinaryReader newInstance(ByteBuffer buffer, boolean bufferIsImmutable) { in newInstance() method in BinaryReader 228 T newInstance = schema.newInstance(); in readMessage() local 274 T newInstance = schema.newInstance(); in readGroup() local
|
| D | MessageSetSchema.java | 41 public T newInstance() { in newInstance() method in MessageSetSchema
|
| D | UnknownFieldSetLite.java | 42 static UnknownFieldSetLite newInstance() { in newInstance() method in UnknownFieldSetLite
|
| D | CodedOutputStream.java | 72 public static CodedOutputStream newInstance(final OutputStream output) { in newInstance() method in CodedOutputStream 84 public static CodedOutputStream newInstance(final OutputStream output, final int bufferSize) { in newInstance() method in CodedOutputStream 94 public static CodedOutputStream newInstance(final byte[] flatArray) { in newInstance() method in CodedOutputStream 104 public static CodedOutputStream newInstance( in newInstance() method in CodedOutputStream 110 public static CodedOutputStream newInstance(ByteBuffer buffer) { in newInstance() method in CodedOutputStream 179 public static CodedOutputStream newInstance( in newInstance() method in CodedOutputStream 195 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance() method in CodedOutputStream
|
| D | CodedInputStreamReader.java | 204 T newInstance = schema.newInstance(); in readMessage() local 235 T newInstance = schema.newInstance(); in readGroup() local
|
| D | MessageSchema.java | 797 public T newInstance() { in newInstance() method in MessageSchema 1417 Object newInstance = fieldSchema.newInstance(); in mergeMessage() local 1456 Object newInstance = fieldSchema.newInstance(); in mergeOneofMessage() local
|
| D | GeneratedMessage.java | 462 protected Object newInstance(UnusedPrivateParameter unused) { in newInstance() method in GeneratedMessage
|
| D | GeneratedMessageLite.java | 449 MessageType newInstance = newMutableInstance(); in copyOnWriteInternal() local
|
| /third_party/skia/src/sksl/ |
| D | SkSLThreadContext.cpp | 199 void ThreadContext::SetInstance(std::unique_ptr<ThreadContext> newInstance) { in SetInstance()
|