Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/configs/
Dguard_options.cpp73 auto innerObj = panda::guard::JsonUtil::GetJsonObject(object, objKey); in ParseObfuscationOption() local
99 auto innerObj = panda::guard::JsonUtil::GetJsonObject(obj, FILE_NAME_OBFUSCATION); in ParseFileNameOption() local
117 auto innerObj = panda::guard::JsonUtil::GetJsonObject(obj, KEEP_OPTIONS); in ParseKeepOption() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Djson_parser_test.cpp118 const auto *innerObj = obj.GetValue<JsonObject::JsonObjPointer>("key_1")->get(); in TEST() local