Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h476 return shorty_ == key.shorty_ && ref_types_ == key.ref_types_;
484 std::vector<TypeItem *> ref_types_; variable
Dfile_item_container.cpp997 ref_types_.push_back(item); in Add()