/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | NewInstanceSchemaFull.java | 35 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaFull
|
D | NewInstanceSchemaLite.java | 35 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaLite
|
D | NewInstanceSchema.java | 35 Object newInstance(Object defaultInstance); in newInstance() method
|
D | Schema.java | 69 T newInstance(); in newInstance() method
|
D | ExtensionRegistryLite.java | 115 public static ExtensionRegistryLite newInstance() { in newInstance() method in ExtensionRegistryLite
|
D | CodedInputStream.java | 79 public static CodedInputStream newInstance(final InputStream input) { in newInstance() method in CodedInputStream 84 public static CodedInputStream newInstance(final InputStream input, int bufferSize) { in newInstance() method in CodedInputStream 96 public static CodedInputStream newInstance(final Iterable<ByteBuffer> input) { in newInstance() method in CodedInputStream 104 static CodedInputStream newInstance( in newInstance() method in CodedInputStream 133 public static CodedInputStream newInstance(final byte[] buf) { in newInstance() method in CodedInputStream 138 public static CodedInputStream newInstance(final byte[] buf, final int off, final int len) { in newInstance() method in CodedInputStream 143 static CodedInputStream newInstance( in newInstance() method in CodedInputStream 174 public static CodedInputStream newInstance(ByteBuffer buf) { in newInstance() method in CodedInputStream 179 static CodedInputStream newInstance(ByteBuffer buf, boolean bufferIsImmutable) { in newInstance() method in CodedInputStream
|
D | ExtensionRegistry.java | 93 public static ExtensionRegistry newInstance() { in newInstance() method in ExtensionRegistry
|
D | UnknownFieldSetLite.java | 65 static UnknownFieldSetLite newInstance() { in newInstance() method in UnknownFieldSetLite
|
D | MessageSetSchema.java | 63 public T newInstance() { in newInstance() method in MessageSetSchema
|
D | CodedOutputStream.java | 92 public static CodedOutputStream newInstance(final OutputStream output) { in newInstance() method in CodedOutputStream 104 public static CodedOutputStream newInstance(final OutputStream output, final int bufferSize) { in newInstance() method in CodedOutputStream 114 public static CodedOutputStream newInstance(final byte[] flatArray) { in newInstance() method in CodedOutputStream 124 public static CodedOutputStream newInstance( in newInstance() method in CodedOutputStream 130 public static CodedOutputStream newInstance(ByteBuffer buffer) { in newInstance() method in CodedOutputStream 199 public static CodedOutputStream newInstance( in newInstance() method in CodedOutputStream 215 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance() method in CodedOutputStream
|
D | GeneratedMessageV3.java | 503 protected Object newInstance(UnusedPrivateParameter unused) { in newInstance() method in GeneratedMessageV3
|
D | BinaryReader.java | 67 public static BinaryReader newInstance(ByteBuffer buffer, boolean bufferIsImmutable) { in newInstance() method in BinaryReader
|
D | GeneratedMessageLite.java | 364 MessageType newInstance = in copyOnWriteInternal() local
|
D | MessageSchema.java | 790 public T newInstance() { in newInstance() method in MessageSchema
|
/third_party/node/test/parallel/ |
D | test-console-methods.js | 10 const newInstance = new Console(process.stdout); constant
|
/third_party/skia/src/sksl/ |
D | SkSLThreadContext.cpp | 199 void ThreadContext::SetInstance(std::unique_ptr<ThreadContext> newInstance) { in SetInstance()
|