Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_representation.h223 : component_name_(name), kind_(kind), value_(value), is_pure_(is_pure) {} in VTableComponentIR()
240 return is_pure_; in GetIsPure()
247 bool is_pure_; variable