Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_extra_data_impl.cpp123 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int32_t &value) const in ExtraGet() function in OHOS::BufferExtraDataImpl
128 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int64_t &value) const in ExtraGet() function in OHOS::BufferExtraDataImpl
133 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, double &value) const in ExtraGet() function in OHOS::BufferExtraDataImpl
138 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, std::string &value) const in ExtraGet() function in OHOS::BufferExtraDataImpl
164 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, ExtraDataType type, T &value) const in ExtraGet() function in OHOS::BufferExtraDataImpl