Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp52 mImpl = new PreprocessorImpl(diagnostics, directiveHandler, settings); in Preprocessor()
57 delete mImpl; in ~Preprocessor()
70 return mImpl->tokenizer.init(count, string, length); in init()
75 PredefineMacro(&mImpl->macroSet, name, value); in predefineMacro()
83 mImpl->macroExpander.lex(token); in lex()
93 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, in lex()
97 mImpl->diagnostics->report(Diagnostics::PP_INVALID_CHARACTER, in lex()
109 mImpl->tokenizer.setMaxTokenSize(maxTokenSize); in setMaxTokenSize()
DPreprocessor.h65 PreprocessorImpl *mImpl; variable
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java289 private final I mImpl; field in Interface.Stub
299 mImpl = impl; in Stub()
313 return mImpl; in getImpl()
321 mImpl.close(); in close()