OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCppPrimitive
(Results
1 - 3
of
3
) sorted by null
/system/tools/aidl/
type_cpp.h
69
virtual bool
IsCppPrimitive
() const { return false; }
type_cpp.cpp
146
bool
IsCppPrimitive
() const override { return true; }
166
bool
IsCppPrimitive
() const override { return true; }
537
if (contained_type->
IsCppPrimitive
()) {
generate_cpp.cpp
125
if (!type->
IsCppPrimitive
() || a->GetType().IsArray()) {
Completed in 77 milliseconds