Home
last modified time | relevance | path

Searched refs:code_to_method_name_switch (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dgenerate_java_binder.cpp83 SwitchStatement* code_to_method_name_switch; member in android::aidl::java::StubClass
164 this->code_to_method_name_switch = new SwitchStatement(code); in StubClass()
165 getDefaultTransactionName->statements->Add(this->code_to_method_name_switch); in StubClass()
220 this->code_to_method_name_switch->cases.push_back(code_switch_default_case); in finish()
770 stubClass->code_to_method_name_switch->cases.push_back(c); in generate_methods()