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.h206 : component_name_(name), kind_(kind), value_(value), is_pure_(is_pure) {} in VTableComponentIR()
215 return value_; in GetValue()
229 int64_t value_ = 0; variable
436 : name_(name), value_(value) {} in EnumFieldIR()
443 return value_; in GetValue()
448 int value_ = 0; variable