/arkcompiler/toolchain/tooling/base/ |
D | pt_params.cpp | 69 ret = params.GetBool("includeCommandLineAPI", &includeCommandLineAPI); in Create() 76 ret = params.GetBool("silent", &silent); in Create() 83 ret = params.GetBool("returnByValue", &returnByValue); in Create() 90 ret = params.GetBool("generatePreview", &generatePreview); in Create() 97 ret = params.GetBool("throwOnSideEffect", &throwOnSideEffect); in Create() 178 ret = params.GetBool("restrictToFunction", &restrictToFunction); in Create() 244 ret = params.GetBool("terminateOnResume", &terminateOnResume); in Create() 374 ret = params.GetBool("active", &breakpointsState); in Create() 395 ret = params.GetBool("skip", &skipAllPausesState); in Create() 473 ret = params.GetBool("breakOnAsyncCall", &breakOnAsyncCall); in Create() [all …]
|
D | pt_json.h | 87 bool GetBool(bool defaultValue = false) const; 100 Result GetBool(const char *key, bool *value) const;
|
D | pt_json.cpp | 287 bool PtJson::GetBool(bool defaultValue) const in GetBool() function in panda::ecmascript::tooling::PtJson 360 Result PtJson::GetBool(const char *key, bool *value) const in GetBool() function in panda::ecmascript::tooling::PtJson
|
D | pt_types.cpp | 1364 ret = params.GetBool("writable", &writable); in Create() 1398 ret = params.GetBool("configurable", &configurable); in Create() 1406 ret = params.GetBool("enumerable", &enumerable); in Create() 1414 ret = params.GetBool("wasThrown", &wasThrown); in Create() 1422 ret = params.GetBool("isOwn", &isOwn); in Create() 2863 ret = params.GetBool("isBlockCoverage", &isBlockCoverage); in Create() 3136 ret = params.GetBool("enableSampling", &enableSampling); in Create() 3144 ret = params.GetBool("enableSystrace", &enableSystrace); in Create() 3152 ret = params.GetBool("enableArgumentFilter", &enableArgumentFilter); in Create() 3325 ret = params.GetBool("restrictToFunction", &restrictToFunction); in Create()
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_json_test.cpp | 48 EXPECT_FALSE(json->GetBool()); in HWTEST_F_L0() 58 EXPECT_TRUE(json->GetBool()); in HWTEST_F_L0() 160 ASSERT_EQ(root->GetBool("a", &b), Result::SUCCESS); in HWTEST_F_L0() 225 bool result = str.GetBool(false); in HWTEST_F_L0()
|
D | debugger_events_test.cpp | 208 ASSERT_EQ(params->GetBool("hasSourceURL", &tmpBool), Result::SUCCESS); in HWTEST_F_L0() 211 ASSERT_EQ(params->GetBool("isModule", &tmpBool), Result::SUCCESS); in HWTEST_F_L0() 282 ASSERT_EQ(params->GetBool("isLiveEdit", &tmpBool), Result::SUCCESS); in HWTEST_F_L0() 288 ASSERT_EQ(params->GetBool("hasSourceURL", &tmpBool), Result::SUCCESS); in HWTEST_F_L0() 291 ASSERT_EQ(params->GetBool("isModule", &tmpBool), Result::SUCCESS); in HWTEST_F_L0() 532 ASSERT_EQ(params->GetBool("dataLossOccurred", &tmpBool), Result::SUCCESS); in HWTEST_F_L0()
|
D | pt_returns_test.cpp | 118 …ASSERT_EQ(setScriptSourceReturns->ToJson()->GetBool("stackChanged", &tmpStackChanged), Result::SUC… in HWTEST_F_L0() 129 ASSERT_EQ(setScriptSource->ToJson()->GetBool("stackChanged", &stack), Result::NOT_EXIST); in HWTEST_F_L0()
|
D | debugger_types_test.cpp | 906 ret = objJson->GetBool("writable", &tmpBool); in HWTEST_F_L0() 930 ret = objJson->GetBool("configurable", &tmpBool); in HWTEST_F_L0() 934 ret = objJson->GetBool("enumerable", &tmpBool); in HWTEST_F_L0() 938 ret = objJson->GetBool("wasThrown", &tmpBool); in HWTEST_F_L0() 942 ret = objJson->GetBool("isOwn", &tmpBool); in HWTEST_F_L0() 2382 ret = json->GetBool("isBlockCoverage", &tmpBool); in HWTEST_F_L0() 2694 ret = json->GetBool("enableSampling", &tmpBool); in HWTEST_F_L0() 2698 ret = json->GetBool("enableSystrace", &tmpBool); in HWTEST_F_L0() 2702 ret = json->GetBool("enableArgumentFilter", &tmpBool); in HWTEST_F_L0()
|
D | debugger_returns_test.cpp | 400 ASSERT_EQ(requestMemoryDumpReturns->ToJson()->GetBool("success", &success), Result::SUCCESS); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | json_parser.cpp | 225 bool JsonObject::Parser::GetBool() in GetBool() function in panda::JsonObject::Parser 246 res = GetBool(); in GetValue()
|
D | json_parser.h | 100 bool GetBool();
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | json_parser.cpp | 238 bool JsonObject::Parser::GetBool() in GetBool() function in panda::JsonObject::Parser 263 res = GetBool(); in GetValue()
|
D | json_parser.h | 101 bool GetBool();
|
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_heapdump_test.h | 120 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
|
D | js_allocationtrack_test.h | 129 ret = params->GetBool("finished", &finished); in RecvReportProgressFinished()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate_accessor.cpp | 526 return gatePtr->GetBoolMetaData()->GetBool(); in IsVtable() 552 return gatePtr->GetBoolMetaData()->GetBool(); in IsNoGC() 1903 return gatePtr->GetBoolMetaData()->GetBool(); in IsNoBarrier()
|
D | share_gate_meta_data.h | 347 bool GetBool() const in GetBool() function
|