Searched refs:SecondTableInABuilder (Results 1 – 3 of 3) sorted by relevance
204 struct SecondTableInABuilder { struct210 explicit SecondTableInABuilder(flatbuffers::FlatBufferBuilder &_fbb) in SecondTableInABuilder() function214 SecondTableInABuilder &operator=(const SecondTableInABuilder &); argument225 SecondTableInABuilder builder_(_fbb); argument
151 let mut builder = SecondTableInABuilder::new(_fbb); in create()175 pub struct SecondTableInABuilder<'a: 'b, 'b> { struct179 impl<'a: 'b, 'b> SecondTableInABuilder<'a, 'b> { impl185 pub fn new(_fbb: &'b mut flatbuffers::FlatBufferBuilder<'a>) -> SecondTableInABuilder<'a, 'b> { in new()187 SecondTableInABuilder { in new()
139 class SecondTableInABuilder {140 SecondTableInABuilder(this.fbBuilder) {