Home
last modified time | relevance | path

Searched defs:NestedStructT (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/
H A Dnested_struct_generated.rs153 pub fn unpack(&self) -> NestedStructT { in unpack()
164 pub struct NestedStructT { struct
170 impl NestedStructT { implementation
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DNestedStructT.java10 public class NestedStructT { class
33 public NestedStructT() { in NestedStructT() method in NestedStructT
H A DNestedStruct.cs71 public class NestedStructT class
82 public NestedStructT() { in NestedStructT() method in MyGame.Example.NestedStructT
H A DNestedStruct.py82 class NestedStructT(object): class