Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java237 checkMutable(); in put()
262 checkMutable(); in clear()
279 checkMutable(); in remove()
296 checkMutable(); in removeArrayEntryAt()
363 private void checkMutable() { in checkMutable() method in SmallSortedMap
377 checkMutable(); in getOverflowEntriesMutable()
389 checkMutable(); in ensureEntryArrayMutable()
431 checkMutable(); in setValue()
561 checkMutable(); in remove()
DUnknownFieldSetLite.java139 void checkMutable() { in checkMutable() method in UnknownFieldSetLite
301 checkMutable(); in mergeFieldFrom()
338 checkMutable(); in mergeVarintField()
354 checkMutable(); in mergeLengthDelimitedField()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DUnknownFieldSetLiteTest.java129 unknownFields.checkMutable(); in testMutableCopyOf()
149 unknownFields.checkMutable(); in testMutableCopyOf_empty()
282 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
288 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
294 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
302 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
312 testAllExtensions.unknownFields.checkMutable(); in testEndToEnd()