Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/util/
H A DJsonReader.h67 bool GetBool(const char* key, bool defaultVal = false) const;
H A DJsonReader.cpp237 bool Value::GetBool(const char* key, bool defaultVal) const in GetBool() function in Json2::Value
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp188 EXPECT_EQ(objVal.GetBool("isChild"), g_isChild); in TEST()
359 bool ret = objVal.GetBool("name"); in TEST()

Completed in 3 milliseconds