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.h221 : component_name_(name), kind_(kind), value_(value), is_pure_(is_pure) {} in VTableComponentIR()
238 return is_pure_; in GetIsPure()
245 bool is_pure_; variable