Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs57 strings_pool: Vec<WIPOffset<&'fbb str>>, field
100 strings_pool: Vec::new(), in from_vec()
134 self.strings_pool.clear(); in reset()
259 let found = self.strings_pool.binary_search_by(|offset| { in create_shared_string()
277 Ok(index) => self.strings_pool[index], in create_shared_string()
280 self.strings_pool.insert(index, address); in create_shared_string()