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.cpp
97
bool
IsCppPrimitive
() const override { return true; }
148
bool
IsCppPrimitive
() const override { return true; }
539
if (contained_type->
IsCppPrimitive
()) {
type_cpp.h
69
virtual bool
IsCppPrimitive
() const { return false; }
generate_cpp.cpp
124
if (!type->
IsCppPrimitive
() || a->GetType().IsArray()) {
Completed in 592 milliseconds