OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reflection_count
(Results
1 - 4
of
4
) sorted by null
/art/tools/veridex/
hidden_api.h
69
uint32_t
reflection_count
= 0;
member in struct:art::HiddenApiStats
precise_hidden_api_finder.cc
101
++stats->
reflection_count
;
hidden_api_finder.cc
211
stats->
reflection_count
++;
veridex.cc
256
<< stats.
reflection_count
<< " through reflection" << std::endl;
Completed in 495 milliseconds