Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.h31 struct Token { struct
38 Token(); argument
H A Dtoken.cpp57 Token::Token() : type(0), strval(), numval(0), src(), lineNo(0) {} in Token() function in Token
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dtoken.rs16 pub struct Token(pub usize); struct
18 impl Token { implementation
H A Dsource.rs34 token: Token, in register()
H A Dpoll.rs42 pub fn register<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in register()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_task_queue.h74 using Token = const void*; variable
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h96 struct Token { struct
97 TokenType kind; argument
105 bool operator()(const Token &lhs, const Token &rhs) const in operator() argument
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h109 struct Token { struct
110 TokenType kind; argument
118 bool operator()(const Token &lhs, const Token &rhs) const in operator() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs76 pub fn register(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in register()
89 pub fn reregister(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in reregister()
136 fn token(&self) -> Token { in token()
H A Dsource_fd.rs27 token: Token, in register()
H A Dkqueue.rs75 pub fn register(&self, fd: RawFd, token: Token, interests: Interest) -> io::Result<()> { in register()
93 pub fn reregister(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in reregister()
249 fn token(&self) -> Token { in token()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs19 fn token(&self) -> Token; in token()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dnet.rs48 token: Token, in register()
109 token: Token, in new()
H A Dselector.rs64 token: Token, in register()
208 token: Token, in register()
236 token: Token, in reregister()
H A Devents.rs144 fn token(&self) -> Token { in token()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dpolling_task_queue.cpp36 using Token = ITaskQueue::Token; typedef in PollingTaskQueue
H A Dthreaded_task_queue.cpp37 using Token = ITaskQueue::Token; typedef in ThreadedTaskQueue
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dtoken.h21 enum class Token { enum
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
373 token: Token, in register_source_with_token()
410 token: Token, in register_source_with_token()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs179 token: Token, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs169 token: Token, in register()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Devent_impl.h74 using Token = typename IEvent::Token; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs148 token: Token, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs70 token: Token, in register()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py23 class Token(object): class

12