Home
last modified time | relevance | path

Searched refs:T_SIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dvalue.h44 constexpr size_t T_SIZE = sizeof(T); in Get() local
47 if constexpr (T_SIZE <= sizeof(uint32_t)) { in Get()
53 auto res = helpers::Read<T_SIZE>(&sp); in Get()
91 constexpr size_t T_SIZE = sizeof(T); in Get() local
93 auto sp = data_.SubSpan(T_SIZE * idx); in Get()
94 auto res = helpers::Read<T_SIZE>(&sp); in Get()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dvalue.h44 constexpr size_t T_SIZE = sizeof(T); in Get() local
47 if constexpr (T_SIZE <= sizeof(uint32_t)) { in Get()
53 auto res = helpers::Read<T_SIZE>(&sp); in Get()
91 constexpr size_t T_SIZE = sizeof(T); in Get() local
93 auto sp = data_.SubSpan(T_SIZE * idx); in Get()
94 auto res = helpers::Read<T_SIZE>(&sp); in Get()

Completed in 1 milliseconds