OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatorName
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
type_java.cpp
57
string Type::
CreatorName
() const { return ""; }
269
string StringType::
CreatorName
() const {
287
string StringArrayType::
CreatorName
() const {
312
string CharSequenceType::
CreatorName
() const {
587
string UserDataType::
CreatorName
() const {
656
string UserDataArrayType::
CreatorName
() const {
719
m_creator(contained_type->
CreatorName
()) {}
721
string GenericListType::
CreatorName
() const {
731
if (m_creator == m_types->StringType()->
CreatorName
()) {
733
} else if (m_creator == m_types->IBinderType()->
CreatorName
()) {
[
all
...]
type_java.h
51
virtual std::string
CreatorName
() const;
191
std::string
CreatorName
() const override;
208
std::string
CreatorName
() const override;
221
std::string
CreatorName
() const override;
359
std::string
CreatorName
() const override;
376
std::string
CreatorName
() const override;
419
std::string
CreatorName
() const override;
Completed in 189 milliseconds