Home
last modified time | relevance | path

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

/base/miscservices/request/upload/frameworks/libs/include/
Dupload_common.h20 enum Type { enum
/base/web/webview/test/ohos_nweb/
Dnweb_js_dialog_impl_test.h24 enum class Type { enum
/base/notification/ans_standard/interfaces/innerkits/ans/native/include/
Dnotification_content.h33 enum class Type { enum
/base/web/webview/ohos_nweb/include/
Dnweb_value.h32 enum class Type : unsigned char { enum
/base/update/updater/services/script/yacc/
Dparser.hpp53 # define YY_MOVE_REF(Type) Type&& argument
54 # define YY_RVREF(Type) Type&& argument
55 # define YY_COPY(Type) Type argument
59 # define YY_MOVE_REF(Type) Type& argument
60 # define YY_RVREF(Type) const Type& argument
61 # define YY_COPY(Type) const Type& argument
142 # define YY_CAST(Type, Val) static_cast<Type> (Val) argument
143 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) argument
145 # define YY_CAST(Type, Val) ((Type) (Val)) argument
146 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) argument