/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_data_store_morph.h | 55 struct Target { struct 57 uint32_t id; 59 float weight;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | io_status_block.rs | 33 type Target = IO_STATUS_BLOCK; typedef 34 fn deref(&self) -> &Self::Target { in deref() 40 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | response.rs | 55 type Target = Resp<HttpBody>; typedef 57 fn deref(&self) -> &Self::Target { in deref() 63 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
H A D | request.rs | 74 type Target = Req<Body>; typedef 76 fn deref(&self) -> &Self::Target { in deref() 82 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | mod.rs | 458 type Target = &'a [u8]; typedef 460 fn deref(&self) -> &Self::Target { in deref() 466 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 483 type Target = T; typedef 485 fn deref(&self) -> &Self::Target { in deref() 491 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 508 type Target = T; typedef 510 fn deref(&self) -> &Self::Target { in deref() 516 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 533 type Target = T; typedef [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | thread.h | 32 using Target = std::tuple<std::decay_t<Fn>, std::decay_t<Args>...>; in thread() local 45 using Target = std::tuple<std::decay_t<Fn>, std::decay_t<Args>...>; in thread() local 60 using Target = std::tuple<std::decay_t<Fn>, std::decay_t<Args>...>; variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/ |
H A D | mod.rs | 84 type Target = C; typedef 86 fn deref(&self) -> &Self::Target { in deref() 102 type Target = C; typedef 104 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/base/request/request/services/src/manage/scheduler/queue/ |
H A D | running_task.rs | 58 type Target = Arc<RequestTask>; typedef 60 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/ |
H A D | spin_rwlock.rs | 131 type Target = T; typedef 133 fn deref(&self) -> &Self::Target { in deref() 167 type Target = T; typedef 169 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | driver.rs | 135 type Target = Arc<TimeDriver>; typedef 137 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_acceleration_structure_staging.h | 48 struct Target { struct 49 StagingAccelerationStructureBufferOffset bufferOffset;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | waker.rs | 89 type Target = Waker; typedef 91 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | async_source.rs | 236 type Target = E; typedef 238 fn deref(&self) -> &Self::Target { in deref()
|
H A D | driver.rs | 124 type Target = Arc<Inner>; typedef 126 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
H A D | happy_eyeballs.rs | 80 type Target = core::slice::Iter<'a, SocketAddr>; typedef 82 fn deref(&self) -> &Self::Target { in deref() 88 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/ |
H A D | apps.rs | 75 type Target = Vec<App>; typedef 77 fn deref(&self) -> &Self::Target { in deref() 124 type Target = Vec<Task>; typedef 126 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
H A D | kqueue.rs | 230 type Target = Vec<Event>; typedef 232 fn deref(&self) -> &Self::Target { in deref() 238 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | mutex.rs | 173 type Target = T; typedef 174 fn deref(&self) -> &Self::Target { in deref()
|
H A D | rwlock.rs | 275 type Target = T; typedef 323 type Target = T; typedef 324 fn deref(&self) -> &Self::Target { in deref()
|
H A D | watch.rs | 248 type Target = T; typedef 250 fn deref(&self) -> &Self::Target { in deref()
|
H A D | wake_list.rs | 153 type Target = Inner; typedef
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | task_manager.rs | 420 type Target = UnboundedReceiver<TaskManagerEvent>; typedef 422 fn deref(&self) -> &Self::Target { in deref() 428 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | chain_rule.cpp | 59 std::string ChainRule::Target() in Target() function in OHOS::EDM::IPTABLES::ChainRule
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http2.rs | 219 type Target = ReadBuf<'b>; typedef 221 fn deref(&self) -> &Self::Target { in deref()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | stack.rs | 43 type Target = StackRef<T>; typedef
|