Home
last modified time | relevance | path

Searched refs:DecodeTuple (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dverifier_deps.cc618 static inline bool DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2>* t) { in DecodeTuple() function
636 static inline bool DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2, T3>* t) { in DecodeTuple() function
664 if (UNLIKELY(!DecodeTuple(in, end, &tuple))) { in DecodeSet()