Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DJsonReader.cpp57 string JsonReader::GetString(const Json::Value& val, const string& key, const string& defaultVal) in GetString()
66 bool JsonReader::GetBool(const Json::Value& val, const string& key, const bool defaultVal) in GetBool()
75 int32_t JsonReader::GetInt(const Json::Value& val, const string& key, const int32_t defaultVal) in GetInt()
84 uint32_t JsonReader::GetUInt(const Json::Value& val, const string& key, const uint32_t defaultVal) in GetUInt()
93 int64_t JsonReader::GetInt64(const Json::Value& val, const string& key, const int64_t defaultVal) in GetInt64()
102 double JsonReader::GetDouble(const Json::Value& val, const string& key, const double defaultVal) in GetDouble()