Searched refs:nodeObj (Results 1 – 4 of 4) sorted by relevance
54 auto nodeObj = nodeRef->ToObject(vm); in SetSurfaceCallbackMode() local55 …panda::Local<panda::JSValueRef> nodePtr = nodeObj->Get(vm, panda::StringRef::NewFromUtf8(vm, NODEP… in SetSurfaceCallbackMode()
714 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local715 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()719 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()
550 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local551 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()554 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()
625 for (auto nodeObj : subClass) { in OutputTemplateImpl() local626 … std::shared_ptr<AstObject> obj = std::shared_ptr<AstObject>(nodeObj, [](auto p) { (void)p; }); in OutputTemplateImpl()