Home
last modified time | relevance | path

Searched refs:int32Values (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.java4194 setMap(a.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values)); in testMapEquals()
4195 setMap(b.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values)); in testMapEquals()
4203 deepCopy(int32Values), deepCopy(messageValues)); in testMapEquals()
4205 deepCopy(int32Values), deepCopy(messageValues)); in testMapEquals()
4210 setMap(a.stringToInt32Field, deepCopy(stringValues), deepCopy(int32Values)); in testMapEquals()
4211 setMap(b.stringToInt32Field, deepCopy(stringValues), deepCopy(int32Values)); in testMapEquals()
4216 setMap(a.int32ToBytesField, deepCopy(int32Values), deepCopy(bytesValues)); in testMapEquals()
4217 setMap(b.int32ToBytesField, deepCopy(int32Values), deepCopy(bytesValues)); in testMapEquals()
4223 setMap(a.int32ToStringField, deepCopy(int32Values), deepCopy(stringValues)); in testMapEquals()
4224 setMap(b.int32ToStringField, deepCopy(int32Values), deepCopy(stringValues)); in testMapEquals()
[all …]