Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
refs/heads/py-compiler
/
.
/
test
/
AnnotationTest.thrift
blob: 64e8d82e0ef61b9bafe9b6baaeae35a221be202b [
file
] [
log
] [
blame
]
David Reiss
a230999
2008-12-10 01:52:48 +0000
[
diff
] [
blame
]
1
typedef
list
<i32>
(
cpp
.
template
=
"std::list"
)
int_linked_list
2
3
struct
foo
{
4
1
:
i32 bar
;
5
2
:
i32 baz
;
6
3
:
i32 qux
;
7
4
:
i32 bop
;
8
}
(
9
cpp
.
type
=
"DenseFoo"
,
10
python
.
type
=
"DenseFoo"
,
11
java
.
final
=
""
,
12
)