Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/array/
Darray_primitives.ts18 let bool: boolean[]; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_only_type_annotation.ts18 let bool: boolean; variable
Dprimitives_in_block.ts18 let bool: boolean = false; variable
Dprimitives_no_type_annotation.ts18 let bool = false; variable
Dprimitives_in_if.ts18 let bool: boolean = false; variable
Dprimitives_in_for.ts18 let bool: boolean = false; variable
Dprimitives_in_class.ts19 bool: boolean = false; property in A
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h292 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument
331 …virtual void FramePop(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException *… in FramePop() argument
344 …virtual void MethodExit(PtThread /* thread */, Method * /* method */, bool /* wasPoppedByException… in MethodExit() argument
365 …virtual void FramePop(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException *… in FramePop() argument
368 …virtual void MethodExit(PtThread /* thread */, PtMethod /* method */, bool /* wasPoppedByException… in MethodExit() argument
381 virtual void MonitorWaited(PtThread /* thread */, PtObject /* object */, bool /* timedOut */) {} in MonitorWaited() argument
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dstep_hooks.cpp109 void StepHooks::FramePop(PtThread thread, Method * /* method */, bool /* wasPoppedByException */) in FramePop() argument
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h40 virtual void CountChecksum(bool /* counting */) {} in CountChecksum() argument
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h279 std::string GetMethodFullName(MethodPtr method, bool /* with_signature */) const override in GetMethodFullName() argument