File tree Expand file tree Collapse file tree
flatdata-generator/tests/generators
cpp_expectations/imports/simple
dot_expectations/imports/simple
flatdata_expectations/imports/simple
py_expectations/imports/simple
rust_expectations/imports/simple
test_cases/imports/simple Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #include "types.h"
1+ #include "types.h"
Original file line number Diff line number Diff line change 1- class A : public flatdata::Archive
1+ class A : public flatdata::Archive
Original file line number Diff line number Diff line change 1- cluster__n
1+ cluster__import_types
22{
3- penwidth=0;
3+ penwidth=0;
Original file line number Diff line number Diff line change 11cluster__app
22{
3- penwidth=0;
3+ penwidth=0;
Original file line number Diff line number Diff line change 1- namespace n {
1+ namespace import_types {
22struct S
33{
44 x : u32 : 32;
99namespace app {
1010archive A
1111{
12- data : vector< .n .S >;
12+ data : vector< .import_types .S >;
1313}
1414}
Original file line number Diff line number Diff line change 1- class n_S (flatdata .structure .Structure ):
1+ class import_types_S (flatdata .structure .Structure ):
Original file line number Diff line number Diff line change 1- pub use super::super::types::n ::*;
1+ pub use super::super::types::import_types ::*;
Original file line number Diff line number Diff line change 11import "types.flatdata";
22namespace app {
33 archive A {
4- data : vector< .n .S >;
4+ data : vector< .import_types .S >;
55 }
66}
Original file line number Diff line number Diff line change 1- namespace n {
1+ namespace import_types {
22 struct S {
33 x : u32 : 32;
44 y : u32 : 32;
You can’t perform that action at this time.
0 commit comments