Searched defs:ProtoIndex (Results 1 – 13 of 13) sorted by relevance
65 ProtoIndex() {} in ProtoIndex() function66 explicit constexpr ProtoIndex(uint16_t index) : DexIndex<decltype(index_)>(index) {} in ProtoIndex() function
66 ProtoIndex() {} in ProtoIndex() function67 explicit constexpr ProtoIndex(uint16_t index) : DexIndex<decltype(index_)>(index) {} in ProtoIndex() function
37 dex::ProtoIndex ProtoIndex() const { in ProtoIndex() function