OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIntPointer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
ErrorTest.cpp
15
unsigned int *
fIntPointer
;
27
REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->
fIntPointer
) == 0xdeadbeef) );
39
context.
fIntPointer
= &test_value;
/external/skia/tests/
ErrorTest.cpp
15
unsigned int *
fIntPointer
;
27
REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->
fIntPointer
) == 0xdeadbeef) );
36
context.
fIntPointer
= &test_value;
Completed in 1370 milliseconds