HomeSort by relevance Sort by last modified time
    Searched refs:enum_name_ (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
ast_cpp.cpp 80 : enum_name_(name), underlying_type_(base_type) {}
86 to->Write("enum %s {\n", enum_name_.c_str());
88 to->Write("enum %s : %s {\n", enum_name_.c_str(), underlying_type_.c_str());
ast_cpp.h 94 std::string enum_name_; member in class:android::aidl::cpp::Enum

Completed in 57 milliseconds