Home
last modified time | relevance | path

Searched refs:ThriftType (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/gen/
H A Dmodule_metadata_cpp.h31 using ThriftType = ::apache::thrift::metadata::ThriftType; variable
64 void writeAndGenType(ThriftType& ty, ThriftMetadata&) override { in writeAndGenType()
76 void writeAndGenType(ThriftType& ty, ThriftMetadata& metadata) override { in writeAndGenType()
78 tyList.valueType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
93 tySet.valueType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
109 tyMap.keyType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
111 tyMap.valueType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
178 tyTypedef.underlyingType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
199 tyStream.elemType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
225 tySink.elemType_ref() = ::std::make_unique<ThriftType>(); in writeAndGenType()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/metadata/
H A Dtest.cpp41 using apache::thrift::metadata::ThriftType;
329 EXPECT_EQ(listType.getType(), ThriftType::Type::t_list); in TEST_F()
385 EXPECT_EQ(utype1->getType(), ThriftType::Type::t_map); in TEST_F()
403 EXPECT_EQ(utype2->getType(), ThriftType::Type::t_primitive); in TEST_F()
505 EXPECT_EQ(utype1->getType(), ThriftType::Type::t_map); in TEST_F()
525 EXPECT_EQ(utype2->getType(), ThriftType::Type::t_list); in TEST_F()
527 EXPECT_EQ(elemType->getType(), ThriftType::Type::t_map); in TEST_F()
529 EXPECT_EQ(elemKey->getType(), ThriftType::Type::t_primitive); in TEST_F()
546 EXPECT_EQ(utype3->getType(), ThriftType::Type::t_map); in TEST_F()
554 EXPECT_EQ(valueType3->getType(), ThriftType::Type::t_map); in TEST_F()
[all …]
/dports/net/fbzmq/fbzmq-2021.12.27.00/fbzmq/zmq/
H A DCommon.h81 template <typename ThriftType, typename Serializer>
83 writeThriftObj(ThriftType const& obj, Serializer& serializer) { in writeThriftObj()
90 template <typename ThriftType, typename Serializer>
92 writeThriftObjStr(ThriftType const& obj, Serializer& serializer) { in writeThriftObjStr()
98 template <typename ThriftType, typename Serializer>
99 ThriftType
101 ThriftType obj; in readThriftObj()
106 template <typename ThriftType, typename Serializer>
107 ThriftType
109 ThriftType obj; in readThriftObjStr()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/Thrift/
H A DTypes.hs36 type TypeMap = Map.HashMap Text (Int16, ThriftType)
43 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
44 | TList ThriftType [ThriftVal]
45 | TSet ThriftType [ThriftVal]
64 data ThriftType type
75 | T_MAP ThriftType ThriftType
76 | T_SET ThriftType
77 | T_LIST ThriftType
84 instance Enum ThriftType where
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
H A Dthrift_protocol.c132 const ThriftType key_type, in thrift_protocol_write_map_begin()
133 const ThriftType value_type, in thrift_protocol_write_map_begin()
285 ThriftType *field_type, in thrift_protocol_read_field_begin()
306 ThriftType *key_type, in thrift_protocol_read_map_begin()
326 ThriftType *element_type, in thrift_protocol_read_list_begin()
343 ThriftType *element_type, in thrift_protocol_read_set_begin()
485 ThriftType ftype; in thrift_protocol_skip()
509 ThriftType elem_type; in thrift_protocol_skip()
526 ThriftType elem_type; in thrift_protocol_skip()
527 ThriftType key_type; in thrift_protocol_skip()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
109 const ThriftType field_type,
114 const ThriftType key_type,
115 const ThriftType value_type,
119 const ThriftType element_type,
123 const ThriftType element_type,
155 ThriftType *value_type, guint32 *size,
271 ThriftType *field_type,
279 ThriftType *key_type,
286 ThriftType *element_type,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/devel/py-thrift/thrift-0.14.0/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/devel/thrift-cpp/thrift-0.14.0/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/devel/thrift/thrift-0.14.0/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/devel/node-thrift/thrift-0.14.0/lib/hs/src/Thrift/
H A DTypes.hs38 type TypeMap = Map.HashMap Int16 (Text, ThriftType)
41 | TMap ThriftType ThriftType [(ThriftVal, ThriftVal)]
42 | TList ThriftType [ThriftVal]
43 | TSet ThriftType [ThriftVal]
58 data ThriftType type
70 | T_MAP ThriftType ThriftType
71 | T_SET ThriftType
72 | T_LIST ThriftType
78 instance Enum ThriftType where
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
108 const ThriftType field_type,
113 const ThriftType key_type,
114 const ThriftType value_type,
118 const ThriftType element_type,
122 const ThriftType element_type,
154 ThriftType *value_type, guint32 *size,
269 ThriftType *field_type,
277 ThriftType *key_type,
284 ThriftType *element_type,
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
108 const ThriftType field_type,
113 const ThriftType key_type,
114 const ThriftType value_type,
118 const ThriftType element_type,
122 const ThriftType element_type,
154 ThriftType *value_type, guint32 *size,
269 ThriftType *field_type,
277 ThriftType *key_type,
284 ThriftType *element_type,
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/c_glib/src/thrift/c_glib/protocol/
H A Dthrift_protocol.h57 } ThriftType; typedef
108 const ThriftType field_type,
113 const ThriftType key_type,
114 const ThriftType value_type,
118 const ThriftType element_type,
122 const ThriftType element_type,
154 ThriftType *value_type, guint32 *size,
269 ThriftType *field_type,
277 ThriftType *key_type,
284 ThriftType *element_type,
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/thrift/
H A Dmetadata.thrift62 1: optional ThriftType valueType (
71 1: optional ThriftType valueType (
80 1: optional ThriftType keyType (
86 2: optional ThriftType valueType (
108 2: optional ThriftType underlyingType (
118 1: optional ThriftType elemType (
133 1: optional ThriftType elemType (
139 2: optional ThriftType finalResponseType (
153 union ThriftType { union
174 2: ThriftType type;
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/
H A Dmetadata_test.cc30 using apache::thrift::metadata::ThriftType;
39 ThriftType getResolvedType(const ThriftType& type) { in getResolvedType()
40 ThriftType ret = type; in getResolvedType()
41 while (ret.getType() == ThriftType::Type::t_typedef) { in getResolvedType()
49 ThriftType checkField( in checkField()
114 EXPECT_EQ(td.type_ref()->getType(), ThriftType::t_list); in TEST_F()
117 ThriftType::t_struct); in TEST_F()

123456789