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.cpp85 std::shared_ptr<SwitchStatement> code_to_method_name_switch; member in android::aidl::java::StubClass
160 this->code_to_method_name_switch = std::make_shared<SwitchStatement>(code); in StubClass()
161 getDefaultTransactionName->statements->Add(this->code_to_method_name_switch); in StubClass()
218 this->code_to_method_name_switch->cases.push_back(code_switch_default_case); in finish()
763 stubClass->code_to_method_name_switch->cases.push_back(c); in generate_methods()