Lines Matching defs:expose
119 // find all connections in the mapper that expose a specific type
202 for (auto& expose : *findExposes)
204 if (!expose.is_null())
206 copy.emplace_back(expose);
297 nlohmann::json::object_t& expose,
304 expose[bind] = exposedObject;
318 std::vector<std::string>& matches, nlohmann::json::object_t& expose,
336 applyBindExposeAction(*exposedObjectObj, expose, propertyName);
344 nlohmann::json::object_t& expose, const std::string& exposeKey,
383 applyConfigExposeActions(matches, expose, exposeKey, *configList);