Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dencoder.rs64 fn encode_null(&mut self) -> Result<(), Error> { in encode_null() method
194 fn encode_null(&mut self) -> Result<(), Error> { in encode_null() method
257 fn encode_null(writer: &mut dyn Write) -> Result<(), Error> { in encode_null() function