Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp82 uint64_t JsonObjectRef::GetUint(const std::string &key) const { in GetUint() function in header_checker::repr::JsonObjectRef
214 type_ir->SetSize(type_decl.GetUint("size")); in ReadTypeInfo()
215 type_ir->SetAlignment(type_decl.GetUint("alignment")); in ReadTypeInfo()
223 field.GetUint("field_offset"), GetAccess(field)); in ReadRecordFields()
Dir_reader.h47 uint64_t GetUint(const std::string &key) const;