Home
last modified time | relevance | path

Searched refs:setListOfMapKeyIntValInt (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.java303 … public Builder setListOfMapKeyIntValInt(final List<Map<Integer,Integer>> listOfMapKeyIntValInt) { in setListOfMapKeyIntValInt() method in ComplexNestedStruct.Builder
367 result.setListOfMapKeyIntValInt(this.listOfMapKeyIntValInt); in build()
622 …public ComplexNestedStruct setListOfMapKeyIntValInt(List<Map<Integer,Integer>> listOfMapKeyIntValI… in setListOfMapKeyIntValInt() method in ComplexNestedStruct
945 setListOfMapKeyIntValInt((List<Map<Integer,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.java170 public Builder setListOfMapKeyIntValInt(List<Map<Integer, Integer>> listOfMapKeyIntValInt) { in setListOfMapKeyIntValInt() method in ComplexNestedStruct.Builder
874 builder.setListOfMapKeyIntValInt(listOfMapKeyIntValInt); in read0()