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

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

Completed in 57 milliseconds