Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
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()
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 {
DStructInNestedNS.kt11 class StructInNestedNS : Struct() { class
DStructInNestedNS.php11 class StructInNestedNS extends Struct class
DStructInNestedNS.java11 public final class StructInNestedNS extends Struct { class
DStructInNestedNS.py9 class StructInNestedNS(object): class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs257 pub struct StructInNestedNS(pub [u8; 8]); struct
258 impl Default for StructInNestedNS { implementation
263 impl std::fmt::Debug for StructInNestedNS { implementation
272 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation
273 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
274 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
281 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
288 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
293 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
298 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
[all …]
Dnamespace_test2_generated.rs257 pub struct StructInNestedNS(pub [u8; 8]); struct
258 impl Default for StructInNestedNS { implementation
263 impl std::fmt::Debug for StructInNestedNS { implementation
272 impl flatbuffers::SimpleToVerifyInSlice for StructInNestedNS {} implementation
273 impl flatbuffers::SafeSliceAccess for StructInNestedNS {} implementation
274 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { implementation
281 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { implementation
288 impl<'b> flatbuffers::Push for StructInNestedNS { implementation
293 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant
298 impl<'b> flatbuffers::Push for &'b StructInNestedNS { implementation
[all …]
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dstruct-in-nested-n-s.ts7 export class StructInNestedNS { class
Dstruct-in-nested-n-s.js2 export class StructInNestedNS { class