Searched refs:TableInCBuilder (Results 1 – 4 of 4) sorted by relevance
40 class TableInCBuilder {41 TableInCBuilder(this.fbBuilder) {
20 struct TableInCBuilder;225 typedef TableInCBuilder Builder;261 struct TableInCBuilder { struct271 explicit TableInCBuilder(flatbuffers::FlatBufferBuilder &_fbb) in TableInCBuilder() argument286 TableInCBuilder builder_(_fbb); argument
937 let mut builder = TableInCBuilder::new(_fbb); in create()994 pub struct TableInCBuilder<'a: 'b, 'b> { struct998 impl<'a: 'b, 'b> TableInCBuilder<'a, 'b> { implementation1008 pub fn new(_fbb: &'b mut flatbuffers::FlatBufferBuilder<'a>) -> TableInCBuilder<'a, 'b> { in new()1010 TableInCBuilder { in new()
67 struct TableInCBuilder: