Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatus.java309 return fromCodeValueSlow(asciiCodeValue); in fromCodeValue()
313 private static Status fromCodeValueSlow(byte[] asciiCodeValue) { in fromCodeValueSlow() method in Status