xref: /aosp_15_r20/external/federated-compute/fcp/tracing/tools/testdata/OrderWithIds.fbs (revision 14675a029014e728ec732f129a32e299b2da0601)
1*14675a02SAndroid Build Coastguard Workerinclude "fcp/tracing/tracing_schema_common.fbs";
2*14675a02SAndroid Build Coastguard Worker
3*14675a02SAndroid Build Coastguard Workertable OrderWithIds (tag: "ORDI") {
4*14675a02SAndroid Build Coastguard Worker  fieldz: int (id: 1);
5*14675a02SAndroid Build Coastguard Worker  fieldy: int (id: 2);
6*14675a02SAndroid Build Coastguard Worker  fieldx: int (id: 0);
7*14675a02SAndroid Build Coastguard Worker}