OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAnnotation
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
class_linker_test.cc
229
EXPECT_FALSE(klass->
IsAnnotation
());
233
EXPECT_FALSE(klass->
IsAnnotation
());
235
if (klass->
IsAnnotation
()) {
[
all
...]
/art/runtime/mirror/
class.h
209
bool
IsAnnotation
() const {
[
all
...]
Completed in 1238 milliseconds