Searched defs:m_line (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgPrettyPrinter.hpp48 std::string m_line; member in class:rsg::PrettyPrinter
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...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.h31 return m_line;
48 dw_uleb128_t m_line; member in class:DWARFDebugMacinfoEntry
H A DSymbolFileDWARF.h585 std::unique_ptr<DWARFDebugLine> m_line; member in class:SymbolFileDWARF
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.h68 int m_line; member in class:blink::FINAL
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.h95 int m_line; member in class:PThreadMutex::Locker
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLInputStream.h132 m_line = m_inputStream->current().currentLine();
137 m_inputStream->current().setCurrentPosition(m_line, m_column, 0);
147 m_inputStream->current().setCurrentPosition(m_line, m_column, unparsedRemainderLength);
153 OrdinalNumber m_line; member in class:blink::InsertionPointRecord
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.h64 : m_line(line)
69 bool operator==(const TextPosition& other) { return m_line == other.m_line && m_column == other.m_column; }
82 OrdinalNumber m_line; member in class:WTF::TextPosition
/external/lldb/include/lldb/Symbol/
H A DDeclaration.h36 m_line (0)
61 m_line (line)
73 m_line (rhs.m_line)
86 m_line(0)
105 m_line= 0;
197 return m_line;
204 return m_file && m_line != 0;
257 m_line = line;
265 uint32_t m_line; ///< No member in class:lldb_private::Declaration
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1075 let m_line = const_int i32_type 2 in var
1079 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in

Completed in 279 milliseconds