| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 36 T = TypeVar("T") variable 44 def _accept(self, v: "TypeVisitor[T]") -> T: 63 def _accept(self, v: "TypeVisitor[T]") -> T: 109 def _accept(self, v: "TypeVisitor[T]") -> T: 121 def _accept(self, v: "TypeVisitor[T]") -> T: 133 def _accept(self, v: "TypeVisitor[T]") -> T: 178 def _accept(self, v: "TypeVisitor[T]") -> T: 196 def _accept(self, v: "TypeVisitor[T]") -> T: 210 def _accept(self, v: "TypeVisitor[T]") -> T: 224 def _accept(self, v: "TypeVisitor[T]") -> T: [all …]
|
| D | declarations.py | 122 T = TypeVar("T", bound=Decl) variable 134 def set_parent(self, parent: T): 147 def set_parent(self, parent: T): 222 def _accept(self, v: "DeclVisitor[T]") -> Any: 238 def _accept(self, v: "DeclVisitor[T]") -> Any: 257 def _accept(self, v: "DeclVisitor[T]") -> Any: 279 def _accept(self, v: "DeclVisitor[T]") -> Any: 299 def _accept(self, v: "DeclVisitor[T]") -> Any: 344 def _accept(self, v: "DeclVisitor[T]") -> Any: 385 def _accept(self, v: "DeclVisitor[T]") -> Any: [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | ani_gtest_array_ops.h | 26 …void CompareArray(const std::array<T, LENGTH> &nativeBuffer1, const std::array<T, LENGTH> &nativeB… in CompareArray()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | debug_connection.py | 28 T: TypeAlias = trio_cdp.T variable 62 async def send(self, cmd: Generator[dict, T, Any]) -> T: argument 66 …async def wait_for(self, event_type: typing.Type[T], buffer_size=10) -> AsyncGenerator[Proxy[T], N… 75 cmd: Generator[dict, T, Any], argument 83 def _listen(self, event_type: T, handler):
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | enumbitops.h | 21 #define DEFINE_BITOPS(T) \ argument
|
| /arkcompiler/ets_runtime/test/jittest/lazy_deopt_module_var/ |
| D | lazy_deopt_module_var.ts | 18 function T() { function
|
| /arkcompiler/ets_runtime/test/jittest/module/ |
| D | module.ts | 321 function T() { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | primitive.py | 25 T = TypeVar("T") variable 72 def mirror_primitive(cls_name: str, value: T) -> Primitive[T]:
|
| D | array.py | 26 T = TypeVar("T") variable
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | tuple_to_struct.h | 32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
|
| D | for_each_tuple.h | 32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
| D | tuple_to_struct.h | 32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
|
| D | for_each_tuple.h | 32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bc_call_signature.h | 24 #define ASM_UNUSED_BC_STUB_LIST(T) \ argument 58 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument 288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument 338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument 361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument 374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | index.h | 96 explicit operator T() const in T() function
|
| /arkcompiler/ets_runtime/test/aottest/createarraywithbuffer/ |
| D | createarraywithbuffer.ts | 77 let T:number[] = [0, 1, 1.2, x]; variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/ |
| D | test4.ts | 19 interface T {} interface
|
| D | test5.ts | 19 interface T {} interface
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Method.cpp | 67 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef 86 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | diagnostics.py | 35 T = TypeVar("T") variable 197 def for_each(self, xs: Iterable[T], cb: Callable[[T], bool | None]) -> bool:
|
| /arkcompiler/ets_runtime/ecmascript/cross_vm/ |
| D | dynamic_type_converter.cpp | 38 using T = std::decay_t<decltype(arg)>; in WrapTagged() typedef
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-enum-with-mixed-type.ts | 31 enum T { enum
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 147 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in ApplyDeps() typedef 172 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in TryDeletePatch() typedef 206 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in Patch() typedef 231 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in AddStringDependency() typedef
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | expected.h | 74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
| D | escompat.rst | 124 Methods 1295 Properties 8612 Methods 14999 Methods 15063 Methods 16315 Methods
|