Home
last modified time | relevance | path

Searched refs:ZyanVectorDestroy (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/tests/
H A DVector.cpp76 EXPECT_EQ(ZyanVectorDestroy(&m_vector), ZYAN_STATUS_SUCCESS); in TearDown()
155 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
161 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
178 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
185 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
205 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
245 EXPECT_EQ(ZyanVectorDestroy(&vector), ZYAN_STATUS_SUCCESS); in TEST()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/examples/
H A DVector.c219 return ZyanVectorDestroy(&vector); in TestDynamic()
254 return ZyanVectorDestroy(&vector); in TestStatic()
365 return ZyanVectorDestroy(&vector); in TestAllocator()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DArgParse.c273 ZYAN_CHECK(ZyanVectorDestroy(parsed)); in ZyanArgParseEx()
H A DVector.h284 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c239 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
H A DZycoreString.c117 return ZyanVectorDestroy(&string->vector); in ZyanStringDestroy()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DArgParse.c273 ZYAN_CHECK(ZyanVectorDestroy(parsed)); in ZyanArgParseEx()
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c239 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
H A DString.c117 return ZyanVectorDestroy(&string->vector); in ZyanStringDestroy()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DArgParse.c273 ZYAN_CHECK(ZyanVectorDestroy(parsed)); in ZyanArgParseEx()
H A DVector.h284 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c239 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DArgParse.c273 ZYAN_CHECK(ZyanVectorDestroy(parsed)); in ZyanArgParseEx()
H A DVector.h284 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c239 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DArgParse.c273 ZYAN_CHECK(ZyanVectorDestroy(parsed)); in ZyanArgParseEx()
H A DVector.h284 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);
H A DBitset.c189 return ZyanVectorDestroy(&bitset->bits); in ZyanBitsetDestroy()
H A DVector.c239 ZyanStatus ZyanVectorDestroy(ZyanVector* vector) in ZyanVectorDestroy() function
/dports/devel/zydis/zydis-3.1.0/tools/
H A DZydisPE.c496 ZYAN_CHECK(ZyanVectorDestroy(&context->symbols)); in ZydisPEContextFinalize()
497 return ZyanVectorDestroy(&context->unique_strings); in ZydisPEContextFinalize()
522 ZyanVectorDestroy(&context->symbols); in ZydisPEContextInit()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/include/Zycore/
H A DVector.h284 ZYCORE_EXPORT ZyanStatus ZyanVectorDestroy(ZyanVector* vector);

12