Home
last modified time | relevance | path

Searched refs:ParseLiteral (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.h58 std::unique_ptr<CXFA_FMSimpleExpression> ParseLiteral();
Dcxfa_fmparser.cpp636 std::unique_ptr<CXFA_FMSimpleExpression> expr = ParseLiteral(); in ParsePrimaryExpression()
673 std::unique_ptr<CXFA_FMSimpleExpression> CXFA_FMParser::ParseLiteral() { in ParseLiteral() function in CXFA_FMParser
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc256 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::HloParserImpl
3064 return ParseLiteral(literal, literal_shape); in ParseLiteral()
3070 bool HloParserImpl::ParseLiteral(Literal* literal, const Shape& shape) { in ParseLiteral() function in xla::__anon8590f6b60111::HloParserImpl
3094 if (!ParseLiteral(&elements[i], in ParseTupleLiteral()
3854 if (!ParseLiteral(&result)) { in ParseAttributeHelper()