Searched refs:optAttributeValue (Results 1 – 7 of 7) sorted by relevance
102 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument117 if (optAttributeValue.has_value()) in constructEntry()119 auto attributeValue = optAttributeValue.value(); in constructEntry()
107 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument122 if (optAttributeValue.has_value()) in constructEntry()124 auto attributeValue = optAttributeValue.value(); in constructEntry()
207 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument228 if (optAttributeValue.has_value()) in constructEntry()230 auto attributeValue = optAttributeValue.value(); in constructEntry()
52 optAttributeValue = std::nullopt) override;
75 optAttributeValue = std::nullopt) override;
66 std::optional<std::variant<int64_t, std::string>> optAttributeValue =
56 optAttributeValue = std::nullopt) override;