Home
last modified time | relevance | path

Searched refs:origBytes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs86 var origBytes = new byte[] { 1, 2, 3 }; in Entry_Immutable()
90 CollectionAssert.AreEqual(origBytes, entry.ValueBytes); in Entry_Immutable()
93 CollectionAssert.AreEqual(origBytes, entry.ValueBytes); in Entry_Immutable()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java84 public byte[] instrument(byte[] origBytes, InstrumentationConfiguration config, in instrument() argument
86 MutableClass mutableClass = analyzeClass(origBytes, config, classNodeProvider); in instrument()
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4334 byte[] origBytes = (byte[]) orig[i]; in deepCopy()
4335 result[i] = Arrays.copyOf(origBytes, origBytes.length); in deepCopy()