OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTypeDef
(Results
1 - 9
of
9
) sorted by null
/system/tools/hidl/
TypeDef.h
34
bool
isTypeDef
() const override;
TypeDef.cpp
47
bool TypeDef::
isTypeDef
() const {
generateVts.cpp
43
if (type->
isTypeDef
()) {
AST.cpp
312
while (type->
isTypeDef
()) {
427
while (resolvedType->
isTypeDef
()) {
Type.h
52
virtual bool
isTypeDef
() const;
Type.cpp
69
bool Type::
isTypeDef
() const {
generateJava.cpp
55
if (type->
isTypeDef
()) {
main.cpp
301
if (type->
isTypeDef
()) {
406
if (!subType->
isTypeDef
()) {
[
all
...]
Interface.cpp
786
if (type->
isTypeDef
()) {
Completed in 2322 milliseconds