Home
last modified time | relevance | path

Searched refs:i16Map (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/partial/
DPartialThriftTestData.java181 Map<Short, Short> i16Map = new HashMap<>(); in initMapFields() local
196 i16Map.put((short) i, (short) i); in initMapFields()
222 .setI16Map(i16Map) in initMapFields()
/thrift-3.4.0/test/partial/
Dthrift_test_schema.thrift90 51: optional map<i16, i16> i16Map;