Home
last modified time | relevance | path

Searched defs:Table2 (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/KeywordTest/
DTable2.cs12 public struct Table2 : IFlatbufferObject struct
27 public static Offset<KeywordTest.Table2> CreateTable2(FlatBufferBuilder builder, in CreateTable2()
39 public static Offset<KeywordTest.Table2> EndTable2(FlatBufferBuilder builder) { in EndTable2()
61 public static Offset<KeywordTest.Table2> Pack(FlatBufferBuilder builder, Table2T _o) { in Pack()
/third_party/flatbuffers/tests/keyword_test/keyword_test/
Dtable_2_generated.rs15 pub struct Table2<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for Table2<'a> { implementation
27 impl<'a> Table2<'a> { impl
116 impl flatbuffers::Verifiable for Table2<'_> { implementation
176 impl core::fmt::Debug for Table2<'_> { implementation
/third_party/rust/rust/tests/ui/const-generics/issues/
Dissue-105037.rs15 struct Table2<const D: usize>; struct
16 impl<const D: usize> Table<D> for Table2<D> { implementation