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

/external/deqp/framework/randomshaders/
H A DrsgPrettyPrinter.cpp142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]);
148 m_line += " ";
149 m_line += token.getIdentifier();
157 m_line += f;
162 m_line += de::toString(token.getInt());
166 m_line += (token.getBool() ? "true" : "false");
183 m_str << m_line + "\n"; local
184 m_line
[all...]
H A DrsgPrettyPrinter.hpp48 std::string m_line; member in class:rsg::PrettyPrinter
/external/pdfium/xfa/fxfa/fm2js/
H A Dcxfa_fmexpression.h36 uint32_t GetLine() { return m_line; }
41 uint32_t m_line; member in class:CXFA_FMExpression
H A Dcxfa_fmsimpleexpression.h68 uint32_t m_line; member in class:CXFA_FMSimpleExpression
H A Dcxfa_fmexpression.cpp29 : m_type(XFA_FM_EXPTYPE_UNKNOWN), m_line(line) {}
32 : m_type(type), m_line(line) {}
H A Dcxfa_fmsimpleexpression.cpp93 : m_line(line), m_op(op) {}
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dvmcore.ml1248 let m_line = const_int i32_type 2 in var
1252 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in

Completed in 390 milliseconds