Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DSentinelOuterClass.java95 com.google.protobuf.ByteString getDefaultBytes(); in getDefaultBytes() method
265 public com.google.protobuf.ByteString getDefaultBytes() { in getDefaultBytes() method in SentinelOuterClass.Sentinel
680 public com.google.protobuf.ByteString getDefaultBytes() { in getDefaultBytes() method in SentinelOuterClass.Sentinel.Builder
700 defaultBytes_ = getDefaultInstance().getDefaultBytes(); in clearDefaultBytes()
DRubyRepeatedField.java377 value = sentinel.getDefaultBytes(); in defaultValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java2481 byte[] defaultBytes = msg.getDefaultBytes(); in testNanoWithAccessorsBasic()
2487 assertFalse(Arrays.equals(defaultBytes, msg.getDefaultBytes())); in testNanoWithAccessorsBasic()
2598 msg.setDefaultBytes(msg.getDefaultBytes()); in testNanoWithAccessorsSerialize()
2625 assertEquals("world", new String(newMsg.getDefaultBytes(), InternalNano.UTF_8)); in testNanoWithAccessorsSerialize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java599 Assert.assertEquals(toBytes("416"), message.getDefaultBytes()); in assertAllFieldsSet()
753 Assert.assertEquals(toBytes("world"), message.getDefaultBytes()); in assertClear()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTestUtil.java693 Assert.assertEquals(toBytes("416"), message.getDefaultBytes()); in assertAllFieldsSet()
855 Assert.assertEquals(toBytes("world"), message.getDefaultBytes()); in assertClear()