Home
last modified time | relevance | path

Searched defs:DecodeUnsigned (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h34 inline std::tuple<T, size_t, bool> DecodeUnsigned(const uint8_t *data) in DecodeUnsigned() function
/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp129 TEST(Leb128, DecodeUnsigned) in TEST() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dleb128_test.cpp123 TEST(Leb128, DecodeUnsigned) in TEST() argument
/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h33 inline std::tuple<T, size_t, bool> DecodeUnsigned(const uint8_t *data) in DecodeUnsigned() function