Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp175 record_type_ir.SetUniqueId(record_type_protobuf.tag_info().unique_id()); in RecordTypeProtobufToIR()
197 enum_type_ir.SetUniqueId(enum_type_protobuf.tag_info().unique_id()); in EnumTypeProtobufToIR()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp194 tag_type_ir->SetUniqueId(type_decl.GetString("unique_id")); in ReadTagTypeInfo()
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp826 record_declp->SetUniqueId(GetTypeUniqueId(record_decl_)); in SetupRecordInfo()
897 enum_type->SetUniqueId(GetTypeUniqueId(enum_decl_)); in SetupEnum()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h200 void SetUniqueId(const std::string &unique_id) { in SetUniqueId() function