Home
last modified time | relevance | path

Searched refs:m_line (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgPrettyPrinter.cpp142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]); in processToken()
148 m_line += " "; in processToken()
149 m_line += token.getIdentifier(); in processToken()
157 m_line += f; in processToken()
162 m_line += de::toString(token.getInt()); in processToken()
166 m_line += (token.getBool() ? "true" : "false"); in processToken()
183 m_str << m_line + "\n"; in processToken()
184 m_line = ""; in processToken()
191 m_line += " "; in processToken()
192 m_line += tokenStr; in processToken()
DrsgPrettyPrinter.hpp48 std::string m_line; member in rsg::PrettyPrinter
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_expression.h33 uint32_t GetLine() { return m_line; } in GetLine()
38 uint32_t m_line; variable
Dxfa_expression.cpp24 : m_type(XFA_FM_EXPTYPE_UNKNOWN), m_line(line) {} in CXFA_FMExpression()
27 : m_type(type), m_line(line) {} in CXFA_FMExpression()
Dxfa_simpleexpression.h68 uint32_t m_line;
Dxfa_simpleexpression.cpp121 : m_line(line), m_op(op) {} in CXFA_FMSimpleExpression()
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml1248 let m_line = const_int i32_type 2 in
1252 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in