Searched refs:typeValue (Results 1 – 3 of 3) sorted by relevance
170 auto typeValue = objectMember(value, "type"); in operator ()() local171 if (!typeValue) { in operator ()()176 optional<std::string> type = toString(*typeValue); in operator ()()
143 auto typeValue = objectMember(value, "type"); in operator ()() local144 if (!typeValue) { in operator ()()149 optional<std::string> type = toString(*typeValue); in operator ()()
555 auto typeValue = objectMember(value, "type"); in convertFunctionToExpression() local556 if (!typeValue) { in convertFunctionToExpression()559 optional<std::string> string = toString(*typeValue); in convertFunctionToExpression()