Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java75 assertMapValuesSet(map); in testSetMapValues()
88 private void assertMapValuesSet(TestMap message) { in assertMapValuesSet() method in MapForProto2LiteTest
146 assertMapValuesSet(map); in testUpdateMapValues()
299 assertMapValuesSet(message); in testGettersAndSetters()
317 assertMapValuesSet(source); in testPutAll()
321 assertMapValuesSet(destination.build()); in testPutAll()
369 assertMapValuesSet(message); in testSerializeAndParse()
434 assertMapValuesSet(other.build()); in testMergeFrom()
DMapLiteTest.java76 assertMapValuesSet(usingMutableMap); in testSetMapValues()
81 assertMapValuesSet(usingAccessors); in testSetMapValues()
95 private void assertMapValuesSet(TestMap message) { in assertMapValuesSet() method in MapLiteTest
153 assertMapValuesSet(map); in testUpdateMapValues()
311 assertMapValuesSet(message); in testGettersAndSetters()
329 assertMapValuesSet(source); in testPutAll()
333 assertMapValuesSet(destination.build()); in testPutAll()
413 assertMapValuesSet(message); in testSerializeAndParse()
478 assertMapValuesSet(other.build()); in testMergeFrom()
DMapForProto2Test.java110 assertMapValuesSet(usingMutableMap); in testSetMapValues()
115 assertMapValuesSet(usingAccessors); in testSetMapValues()
130 private void assertMapValuesSet(TestMapOrBuilder message) { in assertMapValuesSet() method in MapForProto2Test
216 assertMapValuesSet(usingMutableMap); in testUpdateMapValues()
221 assertMapValuesSet(usingAccessors); in testUpdateMapValues()
445 assertMapValuesSet(message); in testGettersAndSetters()
463 assertMapValuesSet(source); in testPutAll()
467 assertMapValuesSet(destination.build()); in testPutAll()
517 assertMapValuesSet(message); in testSerializeAndParse()
582 assertMapValuesSet(other.build()); in testMergeFrom()
[all …]
DMapTest.java113 assertMapValuesSet(usingMutableMap); in testSetMapValues()
118 assertMapValuesSet(usingAccessors); in testSetMapValues()
133 private void assertMapValuesSet(TestMap message) { in assertMapValuesSet() method in MapTest
219 assertMapValuesSet(usingMutableMap); in testUpdateMapValues()
224 assertMapValuesSet(usingAccessors); in testUpdateMapValues()
435 assertMapValuesSet(message); in testGettersAndSetters()
453 assertMapValuesSet(source); in testPutAll()
457 assertMapValuesSet(destination.build()); in testPutAll()
537 assertMapValuesSet(message); in testSerializeAndParse()
602 assertMapValuesSet(other.build()); in testMergeFrom()
[all …]