Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/bridge/
Dbridge.h27 struct DecodedTaggedValue { struct
29 DecodedTaggedValue(int64_t v, int64_t t) : value(v), tag(t) {} in DecodedTaggedValue() function
35 inline bool operator==(const DecodedTaggedValue &v1, const DecodedTaggedValue &v2) argument