OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDirectiveHandler
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
PreprocessorTest.h
19
PreprocessorTest() : mPreprocessor(&mDiagnostics, &
mDirectiveHandler
) { }
26
MockDirectiveHandler
mDirectiveHandler
;
error_test.cpp
20
EXPECT_CALL(
mDirectiveHandler
, handleError(pp::SourceLocation(0, 1), ""));
33
EXPECT_CALL(
mDirectiveHandler
,
47
EXPECT_CALL(
mDirectiveHandler
,
71
EXPECT_CALL(
mDirectiveHandler
,
86
EXPECT_CALL(
mDirectiveHandler
,
pragma_test.cpp
21
EXPECT_CALL(
mDirectiveHandler
, handlePragma(_, _, _)).Times(0);
34
EXPECT_CALL(
mDirectiveHandler
,
48
EXPECT_CALL(
mDirectiveHandler
,
76
EXPECT_CALL(
mDirectiveHandler
,
91
EXPECT_CALL(
mDirectiveHandler
,
111
EXPECT_CALL(
mDirectiveHandler
, handlePragma(_, _, _)).Times(0);
extension_test.cpp
20
EXPECT_CALL(
mDirectiveHandler
,
46
EXPECT_CALL(
mDirectiveHandler
,
61
EXPECT_CALL(
mDirectiveHandler
,
88
EXPECT_CALL(
mDirectiveHandler
, handleExtension(_, _, _)).Times(0);
version_test.cpp
20
EXPECT_CALL(
mDirectiveHandler
,
42
EXPECT_CALL(
mDirectiveHandler
,
57
EXPECT_CALL(
mDirectiveHandler
,
74
EXPECT_CALL(
mDirectiveHandler
,
91
EXPECT_CALL(
mDirectiveHandler
,
215
EXPECT_CALL(
mDirectiveHandler
, handleVersion(_, _)).Times(0);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.h
77
DirectiveHandler *
mDirectiveHandler
;
DirectiveParser.cpp
216
mDirectiveHandler
(directiveHandler)
574
mDirectiveHandler
->handleError(token->location, stream.str());
630
mDirectiveHandler
->handlePragma(token->location, name, value);
698
mDirectiveHandler
->handleExtension(token->location, name, behavior);
775
mDirectiveHandler
->handleVersion(token->location, version);
Completed in 105 milliseconds