Home
last modified time | relevance | path

Searched refs:StructWithFieldAdapter (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-swift/test/fixtures/adapter/
H A DStructWithFieldAdapter.java30 public StructWithFieldAdapter( in StructWithFieldAdapter() method in StructWithFieldAdapter
37 protected StructWithFieldAdapter() { in StructWithFieldAdapter() method in StructWithFieldAdapter
54 public Builder(StructWithFieldAdapter other) { in Builder()
59 public StructWithFieldAdapter build() { in build()
60 StructWithFieldAdapter result = new StructWithFieldAdapter ( in build()
97 StructWithFieldAdapter other = (StructWithFieldAdapter)o; in equals()
113 return StructWithFieldAdapter::read0; in asReader()
118 … oprot.readStructBegin(StructWithFieldAdapter.NAMES_TO_IDS, StructWithFieldAdapter.FIELD_METADATA); in read0()
119 StructWithFieldAdapter.Builder builder = new StructWithFieldAdapter.Builder(); in read0()
152 …private static final StructWithFieldAdapter _DEFAULT = new StructWithFieldAdapter.Builder().build(…
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/
H A DStructWithFieldAdapter.java27 public class StructWithFieldAdapter implements TBase, java.io.Serializable, Cloneable, Comparable<S… class
51 public StructWithFieldAdapter() { in StructWithFieldAdapter() method in StructWithFieldAdapter
54 public StructWithFieldAdapter( in StructWithFieldAdapter() method in StructWithFieldAdapter
75 public StructWithFieldAdapter build() { in build()
76 StructWithFieldAdapter result = new StructWithFieldAdapter(); in build()
91 public StructWithFieldAdapter(StructWithFieldAdapter other) { in StructWithFieldAdapter() method in StructWithFieldAdapter
97 public StructWithFieldAdapter deepCopy() { in deepCopy()
98 return new StructWithFieldAdapter(this); in deepCopy()
105 public StructWithFieldAdapter setField(int field) { in setField()
155 if (!(_that instanceof StructWithFieldAdapter)) in equals()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/
H A DStructWithFieldAdapter.java27 public class StructWithFieldAdapter implements TBase, java.io.Serializable, Cloneable { class
34 public StructWithFieldAdapter( in StructWithFieldAdapter() method in StructWithFieldAdapter
42 public StructWithFieldAdapter(StructWithFieldAdapter other) { in StructWithFieldAdapter() method in StructWithFieldAdapter
50 public StructWithFieldAdapter deepCopy() { in deepCopy()
51 return new StructWithFieldAdapter(this); in deepCopy()
69 if (!(_that instanceof StructWithFieldAdapter)) in equals()
71 StructWithFieldAdapter that = (StructWithFieldAdapter)_that; in equals()
88 public static StructWithFieldAdapter deserialize(TProtocol iprot) throws TException { in deserialize()
115 StructWithFieldAdapter _that; in deserialize()
116 _that = new StructWithFieldAdapter( in deserialize()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-cpp2/
H A Dmodule_types.cpp625 void TccStructTraits<::cpp2::StructWithFieldAdapter>::translateFieldName( in translateFieldName()
629 using data = apache::thrift::TStructDataStorage<::cpp2::StructWithFieldAdapter>; in translateFieldName()
644 StructWithFieldAdapter::StructWithFieldAdapter(const StructWithFieldAdapter& srcObj) { in StructWithFieldAdapter() function in cpp2::StructWithFieldAdapter
650 StructWithFieldAdapter& StructWithFieldAdapter::operator=(const StructWithFieldAdapter& src) { in operator =()
651 StructWithFieldAdapter tmp(src); in operator =()
657 StructWithFieldAdapter::StructWithFieldAdapter(apache::thrift::FragileConstructor, ::apache::thrift… in StructWithFieldAdapter() function in cpp2::StructWithFieldAdapter
664 void StructWithFieldAdapter::__fbthrift_clear() { in __fbthrift_clear()
670 bool StructWithFieldAdapter::operator==(const StructWithFieldAdapter& rhs) const { in operator ==()
680 bool StructWithFieldAdapter::operator<(const StructWithFieldAdapter& rhs) const { in operator <()
691 void swap(StructWithFieldAdapter& a, StructWithFieldAdapter& b) { in swap()
[all …]
H A Dmodule_data.cpp103 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::StructWithFieldAdapter>::fields_…
106 const std::array<int16_t, 1> TStructDataStorage<::cpp2::StructWithFieldAdapter>::fields_ids = {{
109 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::StructWithFieldAdapter>::fields_typ…
H A Dmodule_types.tcc40 struct TccStructTraits<::cpp2::StructWithFieldAdapter> {
1010 void StructWithFieldAdapter::readNoXfer(Protocol_* iprot) { in readNoXfer()
1053 …emplate fillFieldTraitsFromName<apache::thrift::detail::TccStructTraits<StructWithFieldAdapter>>(); in readNoXfer()
1077 uint32_t StructWithFieldAdapter::serializedSize(Protocol_ const* prot_) const { in serializedSize()
1089 uint32_t StructWithFieldAdapter::serializedSizeZC(Protocol_ const* prot_) const { in serializedSizeZC()
1101 uint32_t StructWithFieldAdapter::write(Protocol_* prot_) const { in write()
1117 extern template void StructWithFieldAdapter::readNoXfer<>(apache::thrift::BinaryProtocolReader*);
1118 extern template uint32_t StructWithFieldAdapter::write<>(apache::thrift::BinaryProtocolWriter*) con…
1119 extern template uint32_t StructWithFieldAdapter::serializedSize<>(apache::thrift::BinaryProtocolWri…
1121 extern template void StructWithFieldAdapter::readNoXfer<>(apache::thrift::CompactProtocolReader*);
[all …]
H A Dmodule_types.h126 class StructWithFieldAdapter; variable
1321 class StructWithFieldAdapter final {
1333 using __fbthrift_cpp2_type = StructWithFieldAdapter;
1340 StructWithFieldAdapter() : in StructWithFieldAdapter() function
1348 StructWithFieldAdapter(StructWithFieldAdapter&&) = default;
1349 StructWithFieldAdapter(const StructWithFieldAdapter& src);
1352 StructWithFieldAdapter& operator=(StructWithFieldAdapter&&) = default;
1353 StructWithFieldAdapter& operator=(const StructWithFieldAdapter& src);
1361 bool operator==(const StructWithFieldAdapter&) const;
1362 bool operator<(const StructWithFieldAdapter&) const;
[all …]
H A Dmodule_metadata.h40 class StructMetadata<::cpp2::StructWithFieldAdapter> {
H A Dmodule_data.h43 template <> struct TStructDataStorage<::cpp2::StructWithFieldAdapter> {
H A Dmodule_for_each_field.h56 struct ForEachField<::cpp2::StructWithFieldAdapter> {
H A Dmodule_visit_by_thrift_field_metadata.h86 struct VisitByFieldId<::cpp2::StructWithFieldAdapter> {
H A Dmodule_metadata.cpp110 StructMetadata<::cpp2::StructWithFieldAdapter>::gen(ThriftMetadata& metadata) { in gen()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-py3/module/
H A Dtypes.h89 void reset_field<::cpp2::StructWithFieldAdapter>(
90 ::cpp2::StructWithFieldAdapter& obj, uint16_t index) {
93 obj.field_ref().copy_from(default_inst<::cpp2::StructWithFieldAdapter>().field_ref());
130 ::cpp2::StructWithFieldAdapter>::namesmap() { in namesmap()
H A Dtypes.pyi184 class StructWithFieldAdapter(thrift.py3.types.Struct, _typing.Hashable):
199 ) -> StructWithFieldAdapter: ...
201 …) -> _typing.Tuple[_typing.Callable, _typing.Tuple[_typing.Type['StructWithFieldAdapter'], bytes]]…
205 def __lt__(self, other: 'StructWithFieldAdapter') -> bool: ...
206 def __gt__(self, other: 'StructWithFieldAdapter') -> bool: ...
207 def __le__(self, other: 'StructWithFieldAdapter') -> bool: ...
208 def __ge__(self, other: 'StructWithFieldAdapter') -> bool: ...
H A Dtypes.pyx613 cdef class StructWithFieldAdapter(thrift.py3.types.Struct): class
614 def __init__(StructWithFieldAdapter self, **kwargs):
619 def __call__(StructWithFieldAdapter self, **kwargs):
622 …cdef StructWithFieldAdapter __fbthrift_inst = StructWithFieldAdapter.__new__(StructWithFieldAdapte…
639 … __fbthrift_inst = <StructWithFieldAdapter>StructWithFieldAdapter.__new__(StructWithFieldAdapter)
652 def __hash__(StructWithFieldAdapter self):
655 def __repr__(StructWithFieldAdapter self):
658 def __str__(StructWithFieldAdapter self):
662 def __copy__(StructWithFieldAdapter self):
672 (<StructWithFieldAdapter>other)._cpp_obj,
[all …]
H A Dtypes_reflection.pyx278 …cdef _module_types.StructWithFieldAdapter defaults = _module_types.StructWithFieldAdapter._fbthrif…
284 name="StructWithFieldAdapter",
H A Dmetadata.cpp17 ::apache::thrift::detail::md::StructMetadata<StructWithFieldAdapter>::gen(metadata); in module_getThriftModuleMetadata()
H A Dbuilders.pyx41 _struct_type = _module_types.StructWithFieldAdapter
H A Dtypes.pxd124 cdef cppclass cStructWithFieldAdapter "::cpp2::StructWithFieldAdapter":
204 cdef class StructWithFieldAdapter(thrift.py3.types.Struct): class
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-go/module/
H A Dttypes.go1433 type StructWithFieldAdapter struct { struct
1437 func NewStructWithFieldAdapter() *StructWithFieldAdapter {
1438 return &StructWithFieldAdapter{}
1442 func (p *StructWithFieldAdapter) GetField() int32 { argument
1446 obj *StructWithFieldAdapter
1455 func (p StructWithFieldAdapterBuilder) Emit() *StructWithFieldAdapter{
1456 return &StructWithFieldAdapter{
1466 func (s *StructWithFieldAdapter) SetField(field int32) *StructWithFieldAdapter { argument
1471 func (p *StructWithFieldAdapter) Read(iprot thrift.Protocol) error { argument
1512 func (p *StructWithFieldAdapter) Write(oprot thrift.Protocol) error { argument
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-py/module/
H A Dconstants.py24 from .ttypes import UTF8STRINGS, Foo, Baz, Bar, StructWithFieldAdapter, SetWithAdapter, ListWithEle…
H A Dttypes.py851 class StructWithFieldAdapter: class
1066 all_structs.append(StructWithFieldAdapter)
1067 StructWithFieldAdapter.thrift_spec = (
1072 StructWithFieldAdapter.thrift_struct_annotations = {
1074 StructWithFieldAdapter.thrift_field_annotations = {
1080 StructWithFieldAdapter.__init__ = StructWithFieldAdapter__init__
1086 StructWithFieldAdapter.__getstate__ = lambda self: self.__dict__.copy()
1087 StructWithFieldAdapter.__setstate__ = StructWithFieldAdapter__setstate__
H A Dttypes.pyi201 class StructWithFieldAdapter:
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-rust/
H A Dlib.rs67 pub struct StructWithFieldAdapter { struct
432 impl ::std::default::Default for self::StructWithFieldAdapter { implementation
441 impl ::std::fmt::Debug for self::StructWithFieldAdapter { implementation
450 unsafe impl ::std::marker::Send for self::StructWithFieldAdapter {} implementation
451 unsafe impl ::std::marker::Sync for self::StructWithFieldAdapter {} implementation
453 impl ::fbthrift::GetTType for self::StructWithFieldAdapter { implementation
457 impl<P> ::fbthrift::Serialize<P> for self::StructWithFieldAdapter implementation
471 impl<P> ::fbthrift::Deserialize<P> for self::StructWithFieldAdapter implementation
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/src/
H A Dmodule.thrift148 struct StructWithFieldAdapter {

12