Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4bc4231040186d9e0c35ff4d8211ce7b7e43aab5
/
.
/
test
/
AnnotationTest.thrift
blob: 64e8d82e0ef61b9bafe9b6baaeae35a221be202b [
file
] [
log
] [
blame
]
typedef
list
<i32>
(
cpp
.
template
=
"std::list"
)
int_linked_list
struct
foo
{
1
:
i32 bar
;
2
:
i32 baz
;
3
:
i32 qux
;
4
:
i32 bop
;
}
(
cpp
.
type
=
"DenseFoo"
,
python
.
type
=
"DenseFoo"
,
java
.
final
=
""
,
)