Home
last modified time | relevance | path

Searched refs:mapKeySetValInt (Results 1 – 5 of 5) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-swift/test/fixtures/complex_struct/
H A DComplexNestedStruct.java66 this.mapKeySetValInt = mapKeySetValInt; in ComplexNestedStruct()
88 this.mapKeySetValInt = null; in ComplexNestedStruct()
243 this.mapKeySetValInt = mapKeySetValInt; in setMapKeySetValInt()
275 this.mapKeySetValInt = other.mapKeySetValInt; in Builder()
298 this.mapKeySetValInt, in build()
491 helper.add("mapKeySetValInt", mapKeySetValInt); in toString()
524 Objects.equals(mapKeySetValInt, other.mapKeySetValInt) && in equals()
548 mapKeySetValInt, in hashCode()
1269 mapKeySetValInt.put(_key1, _value1); in read0()
1273 builder.setMapKeySetValInt(mapKeySetValInt); in read0()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-java/
H A DComplexNestedStruct.java62 public Map<Set<Boolean>,MyEnum> mapKeySetValInt; field in ComplexNestedStruct
222 Map<Set<Boolean>,MyEnum> mapKeySetValInt, in ComplexNestedStruct() argument
241 this.mapKeySetValInt = mapKeySetValInt; in ComplexNestedStruct()
349 this.mapKeySetValInt = mapKeySetValInt; in setMapKeySetValInt()
439 this.mapKeySetValInt = TBaseHelper.deepCopy(other.mapKeySetValInt); in ComplexNestedStruct()
835 return this.mapKeySetValInt; in getMapKeySetValInt()
839 this.mapKeySetValInt = mapKeySetValInt; in setMapKeySetValInt()
844 this.mapKeySetValInt = null; in unsetMapKeySetValInt()
849 return this.mapKeySetValInt != null; in isSetMapKeySetValInt()
854 this.mapKeySetValInt = null; in setMapKeySetValIntIsSet()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/src/
H A Dmodule.thrift177 17: map<set<bool>, MyEnum> mapKeySetValInt; member
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-py3lite/module/
H A Dlite_types.pyi381 mapKeySetValInt: _typing.Final[_typing.Mapping[_typing.AbstractSet[bool], MyEnum]] = ...
401 mapKeySetValInt: _typing.Optional[_typing.Mapping[_typing.AbstractSet[bool], MyEnum]]=...,
423 mapKeySetValInt: _typing.Optional[_typing.Mapping[_typing.AbstractSet[bool], MyEnum]]=...,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/
H A Dmodule_types.h68 struct mapKeySetValInt;
337 APACHE_THRIFT_DEFINE_ACCESSOR(mapKeySetValInt);
3604 FOLLY_ERASE ::apache::thrift::field_ref<const T&> mapKeySetValInt() const& {
3609 FOLLY_ERASE ::apache::thrift::field_ref<const T&&> mapKeySetValInt() const&& {
3614 FOLLY_ERASE ::apache::thrift::field_ref<T&> mapKeySetValInt() & {
3619 FOLLY_ERASE ::apache::thrift::field_ref<T&&> mapKeySetValInt() && {