Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4303 newMapValueMessage(0),
4304 newMapValueMessage(1),
4305 newMapValueMessage(-1),
4306 newMapValueMessage(Integer.MAX_VALUE),
4307 newMapValueMessage(Integer.MIN_VALUE),
4310 private static TestMap.MessageValue newMapValueMessage(int value) { in newMapValueMessage() method in NanoTest