Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp131 struct Reader { struct
132 const uint8_t* ptr;
133 uint8_t GetUint8() in GetUint8()
138 uint16_t GetUint16() in GetUint16()
144 uint32_t GetUint32() in GetUint32()
151 string_view GetStringView() in GetStringView()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs34 pub(crate) struct Reader<T> { struct
51 pub(crate) fn split<T>(stream: T) -> (Reader<T>, Writer<T>) in split() argument
70 impl<T: AsyncRead> AsyncRead for Reader<T> { implementation
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_manager.h34 using Reader = std::function<int(const InterfaceInfo &)>; variable
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-secureElement.md315 ## Reader section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-secureElement.md315 ## Reader section
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Derror.rs36 Reader(Box<dyn std::error::Error>), enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs32 Reader(Box<dyn Read + Send + Sync>), enumerator