Searched defs:BooleanType (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
| H A D | booleanType.h | 22 class BooleanType : public Type { class 24 BooleanType() : Type(TypeFlag::BOOLEAN) {} in BooleanType() function in ark::es2panda::checker::BooleanType |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| H A D | booleanType.h | 23 class BooleanType : public Type { class 25 BooleanType() : Type(TypeFlag::BOOLEAN) {} in BooleanType() function in panda::es2panda::checker::BooleanType |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | type.h | 190 static GateType BooleanType() in BooleanType() function in panda::ecmascript::kungfu::GateType |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
| H A D | pgo_profiler_type.h | 170 static int32_t BooleanType() in BooleanType() function in panda::ecmascript::pgo::PGOSampleTemplate |
Completed in 4 milliseconds