Searched refs:DeserializeExactlyOne (Results 1 – 1 of 1) sorted by relevance
97 bool DeserializeExactlyOne(InputWordStream &IS, T *operand) { in DeserializeExactlyOne() function115 return DeserializeExactlyOne(IS, *operand); in DeserializeOptionallyOne()123 if (!DeserializeExactlyOne(IS, &tmp)) { in DeserializeZeroOrMoreOperands()