HomeSort by relevance Sort by last modified time
    Searched full:methodswitch (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 507 SwitchStatement* methodSwitch;
569 this->methodSwitch = new SwitchStatement(this->methodId);
570 this->onResultMethod->statements->Add(this->methodSwitch);
591 this->methodSwitch->cases.push_back(c);
    [all...]

Completed in 72 milliseconds