Home
last modified time | relevance | path

Searched refs:strings_pool (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs59 strings_pool: Vec<WIPOffset<&'fbb str>>, field
102 strings_pool: Vec::new(), in from_vec()
136 self.strings_pool.clear(); in reset()
261 let found = self.strings_pool.binary_search_by(|offset| { in create_shared_string()
279 Ok(index) => self.strings_pool[index], in create_shared_string()
282 self.strings_pool.insert(index, address); in create_shared_string()