Home
last modified time | relevance | path

Searched defs:map3 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dmaps.proto113 map<int32, string> map3 = 3; field
137 repeated Map3Entry map3 = 3; field
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DSmallSortedMapTest.java104 SmallSortedMap<Integer, Integer> map3 = SmallSortedMap.newInstanceForTest(3); in runPutAndGetTest() local