Searched refs:jsonTarget (Results 1 – 2 of 2) sorted by relevance
1408 json::value jsonTarget = json::value::object {}; in ExportAnimations()1410 jsonTarget["node"] = nodeIndex; in ExportAnimations()1412 jsonTarget["path"] = GetAnimationPath(track.channel.path); in ExportAnimations()1413 jsonChannel["target"] = move(jsonTarget); in ExportAnimations()1829 json::value jsonTarget = json::value::object {}; in ExportMeshPrimitive()1832 jsonTarget[type] = FindObjectIndex(accessors, *attribute.accessor); in ExportMeshPrimitive()1834 jsonTargets.array_.push_back(move(jsonTarget)); in ExportMeshPrimitive()
1899 nlohmann::json jsonTarget; in IsAgentRelationship() local1900 jsonTarget[RELATIONSHIP_JSON_KEY_SERVICE] = agentBundleName; in IsAgentRelationship()1901 jsonTarget[RELATIONSHIP_JSON_KEY_APP] = sourceBundleName; in IsAgentRelationship()1904 if (jsonTarget == item) { in IsAgentRelationship()