HomeSort by relevance Sort by last modified time
    Searched refs:readFromStdin (Results 1 - 2 of 2) sorted by null

  /external/protobuf/conformance/
ConformanceJavaLite.java 8 private boolean readFromStdin(byte[] buf, int len) throws Exception {
29 if (!readFromStdin(buf, 4)) {
98 if (!readFromStdin(serializedInput, bytes)) {
ConformanceJava.java 11 private boolean readFromStdin(byte[] buf, int len) throws Exception {
32 if (!readFromStdin(buf, 4)) {
113 if (!readFromStdin(serializedInput, bytes)) {

Completed in 108 milliseconds