We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc3c7 commit c0ec322Copy full SHA for c0ec322
mcrouter/lib/carbon/test/gen/CarbonThriftTest.thrift
@@ -23,11 +23,16 @@ cpp_include "<mcrouter/lib/carbon/test/Timestamp.h>"
23
24
namespace cpp2 carbon.test.thrift
25
namespace py3 carbon.test.thrift
26
+
27
28
@cpp.Adapter{name = "carbon::test::TimestampAdapter"}
29
typedef i64 CustomAdapterTypeI64
30
31
+@cpp.Type{name = "::folly::IOBuf"}
32
+typedef binary CustomAdapterTypeBinaryInner
33
34
@cpp.Adapter{name = "::carbon::test::DummyPairAdapter<::carbon::test::Timestamp,uint32_t>"}
-typedef binary (cpp.type = "::folly::IOBuf") CustomAdapterTypeBinary
35
+typedef CustomAdapterTypeBinaryInner CustomAdapterTypeBinary
36
37
38
enum MyEnum {
0 commit comments