Home
last modified time | relevance | path

Searched defs:SourcePairLocation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp206 struct SourcePairLocation { struct
207 std::string path; // NOLINT(misc-non-private-member-variables-in-classes)
208 size_t line; // NOLINT(misc-non-private-member-variables-in-classes)
210 bool operator==(const SourcePairLocation &other) const in operator ==()
215 bool IsValid() const in IsValid()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp212 struct SourcePairLocation { struct
213 std::string path; // NOLINT(misc-non-private-member-variables-in-classes)
214 size_t line; // NOLINT(misc-non-private-member-variables-in-classes)
216 bool operator==(const SourcePairLocation &other) const in operator ==()
221 bool IsValid() const in IsValid()