Searched defs:insert_str (Results 1 – 3 of 3) sorted by relevance
123 pub fn insert_str<T: AsRef<str>>(&mut self, slug: T) -> Result<()> { in insert_str() method
790 fn insert_str<B: AsRef<[u8]>>(&mut self, at: usize, bytes: B) { in insert_str() method
165 static int insert_str(const char *data, size_t offset, size_t size, size_t len, in insert_str() function