Home
last modified time | relevance | path

Searched defs:writePrefix (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DOutbound.java291 protected abstract int writePrefix(Parcel parcel) throws IOException, StatusException; in writePrefix() method in Outbound
363 protected int writePrefix(Parcel parcel) throws IOException, StatusException { in writePrefix() method in Outbound.ClientOutbound
433 protected int writePrefix(Parcel parcel) throws IOException, StatusException { in writePrefix() method in Outbound.ServerOutbound
/external/javassist/src/main/javassist/tools/reflect/
DReflection.java83 static final String writePrefix = "_w_"; field in Reflection