Home
last modified time | relevance | path

Searched refs:value_ (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/tests/input/
Dexample1.h55 T value_;
60 : value_(static_cast<T&&>(t)), in value_() function
79 T res = static_cast<T&&>(cur->value_); in pop()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h223 : component_name_(name), kind_(kind), value_(value), is_pure_(is_pure) {} in VTableComponentIR()
232 return value_; in GetValue()
246 int64_t value_ = 0; variable
454 : name_(name), value_(value) {} in EnumFieldIR()
461 return value_; in GetValue()
466 int value_ = 0; variable