Home
last modified time | relevance | path

Searched refs:m_parser (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp177 const FX_FILESIZE last_xref_offset = m_parser.ParseStartXRef(); in CheckAndLoadAllXref()
203 if (!m_parser.LoadAllCrossRefV4(m_pCrossRefAvail->last_crossref_offset()) && in CheckAndLoadAllXref()
204 !m_parser.LoadAllCrossRefV5(m_pCrossRefAvail->last_crossref_offset())) { in CheckAndLoadAllXref()
220 pParser = m_pDocument ? m_pDocument->GetParser() : &m_parser; in GetObject()
237 const uint32_t dwInfoObjNum = m_parser.GetInfoObjNum(); in CheckInfo()
244 m_parser.ParseIndirectObject(dwInfoObjNum); in CheckInfo()
253 const uint32_t dwRootObjNum = m_parser.GetRootObjNum(); in CheckRoot()
260 m_pRoot = ToDictionary(m_parser.ParseIndirectObject(dwRootObjNum)); in CheckRoot()
494 m_parser.m_pSyntax = in CheckHeaderAndLinearized()
496 m_pLinearized = m_parser.ParseLinearizedHeader(); in CheckHeaderAndLinearized()
[all …]
Dcpdf_data_avail.h171 CPDF_Parser m_parser; variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp40 : Expression(exe_scope), m_execution_unit_sp(), m_parser(), in FunctionCaller()
83 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()
94 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h293 m_parser; ///< The parser responsible for compiling the function. variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp194 m_parser.reset(clang_parser); in CompileFunction()
DClangModulesDeclVendor.cpp117 std::unique_ptr<clang::Parser> m_parser; member in __anond4e855f20111::ClangModulesDeclVendorImpl
189 m_parser(std::move(parser)) { in ClangModulesDeclVendorImpl()