Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-java/
H A DComplexNestedStruct.java318 public Builder setMapKeyListValLong(final Map<List<String>,Integer> mapKeyListValLong) { in setMapKeyListValLong() method in ComplexNestedStruct.Builder
370 result.setMapKeyListValLong(this.mapKeyListValLong); in build()
694 public ComplexNestedStruct setMapKeyListValLong(Map<List<String>,Integer> mapKeyListValLong) { in setMapKeyListValLong() method in ComplexNestedStruct
969 setMapKeyListValLong((Map<List<String>,Integer>)__value); in setFieldValue()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-swift/test/fixtures/complex_struct/
H A DComplexNestedStruct.java194 public Builder setMapKeyListValLong(Map<List<String>, Integer> mapKeyListValLong) { in setMapKeyListValLong() method in ComplexNestedStruct.Builder
981 builder.setMapKeyListValLong(mapKeyListValLong); in read0()