OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying_type_
(Results
1 - 3
of
3
) 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
/development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h
463
underlying_type_
= std::move(underlying_type);
467
underlying_type_
= underlying_type;
471
return
underlying_type_
;
484
std::string
underlying_type_
;
member in class:abi_util::EnumTypeIR
[
all
...]
Completed in 219 milliseconds