Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs239 self.push_bytes_unprefixed(data); in create_byte_string()
260 self.push_bytes_unprefixed(bytes); in create_vector_direct()
547 self.push_bytes_unprefixed(ident.as_bytes()); in finish_with_opts()
572 fn push_bytes_unprefixed(&mut self, x: &[u8]) -> UOffsetT { in push_bytes_unprefixed() method