Searched refs:ParseLiteral (Results 1 – 3 of 3) sorted by relevance
58 std::unique_ptr<CXFA_FMSimpleExpression> ParseLiteral();
636 std::unique_ptr<CXFA_FMSimpleExpression> expr = ParseLiteral(); in ParsePrimaryExpression()673 std::unique_ptr<CXFA_FMSimpleExpression> CXFA_FMParser::ParseLiteral() { in ParseLiteral() function in CXFA_FMParser
256 bool ParseLiteral(Literal* literal);257 bool ParseLiteral(Literal* literal, const Shape& shape);1060 !ParseLiteral(&literal, shape) || in ParseInstructionRhs()3059 bool HloParserImpl::ParseLiteral(Literal* literal) { in ParseLiteral() function in xla::__anon8590f6b60111::HloParserImpl3064 return ParseLiteral(literal, literal_shape); in ParseLiteral()3070 bool HloParserImpl::ParseLiteral(Literal* literal, const Shape& shape) { in ParseLiteral() function in xla::__anon8590f6b60111::HloParserImpl3094 if (!ParseLiteral(&elements[i], in ParseTupleLiteral()3854 if (!ParseLiteral(&result)) { in ParseAttributeHelper()