Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h116 explicit StringValue(std::string value) : UScriptValue(UScriptValue::VALUE_TYPE_STRING), in StringValue() function
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp381 const std::string &AstObject::StringValue() const in StringValue() function in AstObject