Home
last modified time | relevance | path

Searched defs:StructInNestedNS (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.cs12 public struct StructInNestedNS : IFlatbufferObject struct
24 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> CreateStructInNestedNS(FlatBufferBuil… in CreateStructInNestedNS()
39 …public static Offset<NamespaceA.NamespaceB.StructInNestedNS> Pack(FlatBufferBuilder builder, Struc… in Pack()
H A DStructInNestedNS.go30 type StructInNestedNS struct { struct
31 _tab flatbuffers.Struct
34 func (rcv *StructInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT) {
39 func (rcv *StructInNestedNS) Table() flatbuffers.Table {
43 func (rcv *StructInNestedNS) A() int32 {
46 func (rcv *StructInNestedNS) MutateA(n int32) bool {
50 func (rcv *StructInNestedNS) B() int32 {
53 func (rcv *StructInNestedNS) MutateB(n int32) bool {
H A DStructInNestedNS.kt11 class StructInNestedNS : Struct() { class
H A DStructInNestedNS.php11 class StructInNestedNS extends Struct class
H A DStructInNestedNS.py9 class StructInNestedNS(object): class
H A DStructInNestedNS.java11 public final class StructInNestedNS extends Struct { class
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dstruct_in_nested_ns_generated.rs15 pub struct StructInNestedNS(pub [u8; 8]); struct
16 impl Default for StructInNestedNS { implementation
21 impl core::fmt::Debug for StructInNestedNS { implementation
30 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation
31 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
32 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
39 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
46 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
51 … ::core::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
56 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
[all …]
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/
H A Dtable_in_first_ns_generated.rs98 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct()
175 pub fn add_foo_struct(&mut self, foo_struct: &namespace_b::StructInNestedNS) { in add_foo_struct()
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
H A Dstruct-in-nested-n-s.ts7 export class StructInNestedNS { class
H A Dstruct-in-nested-n-s.js2 export class StructInNestedNS { class