/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | token.h | 31 struct Token { struct 38 Token(); argument
|
H A D | token.cpp | 57 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 D | token.rs | 16 pub struct Token(pub usize); struct 18 impl Token { implementation
|
H A D | source.rs | 34 token: Token, in register()
|
H A D | poll.rs | 42 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 D | intf_task_queue.h | 74 using Token = const void*; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | token.h | 96 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 D | token.h | 109 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 D | epoll.rs | 76 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 D | source_fd.rs | 27 token: Token, in register()
|
H A D | kqueue.rs | 75 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 D | events.rs | 19 fn token(&self) -> Token; in token()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | net.rs | 48 token: Token, in register() 109 token: Token, in new()
|
H A D | selector.rs | 64 token: Token, in register() 208 token: Token, in register() 236 token: Token, in reregister()
|
H A D | events.rs | 144 fn token(&self) -> Token { in token()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | polling_task_queue.cpp | 36 using Token = ITaskQueue::Token; typedef in PollingTaskQueue
|
H A D | threaded_task_queue.cpp | 37 using Token = ITaskQueue::Token; typedef in ThreadedTaskQueue
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | token.h | 21 enum class Token { enum
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | driver.rs | 167 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 D | listener.rs | 179 token: Token, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | listener.rs | 169 token: Token, in register()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | event_impl.h | 74 using Token = typename IEvent::Token; variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 148 token: Token, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
H A D | pipe.rs | 70 token: Token, in register()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/ |
H A D | hcs_build_info.py | 23 class Token(object): class
|