Home
last modified time | relevance | path

Searched defs:buffer_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/
H A Dbuffer.rs54 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error>; in buffer_str() method
77 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error> { in buffer_str() method
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c358 buffer_str(PyBufferObject *self) in buffer_str() function