Searched refs:getAsInt (Results 1 – 6 of 6) sorted by relevance
52 if (messageType.getAsInt() == intVal) { in fromIntVal()59 public int getAsInt() { in getAsInt() method in PoloMessage.PoloMessageType
44 if (encType.getAsInt() == intVal) { in fromIntVal()51 public int getAsInt() { in getAsInt() method in EncodingOption.EncodingType
47 if (role.getAsInt() == intVal) { in fromIntVal()54 public int getAsInt() { in getAsInt() method in OptionsMessage.ProtocolRole
43 int getAsInt(BitsInit *B) { in getAsInt() function in __anon5ee892280111::SearchableTableEmitter47 return getAsInt(R->getValueAsBitsInit(Field)); in getInt()54 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()159 return getAsInt(cast<BitsInit>(LHS.first)) < in emitSearchTable()160 getAsInt(cast<BitsInit>(RHS.first)); in emitSearchTable()
369 int msgType = message.getType().getAsInt(); in getOuterJson()464 int intRole = message.getProtocolRolePreference().getAsInt(); in toJson()478 int intRole = message.getClientRole().getAsInt(); in toJson()535 int intType = encoding.getType().getAsInt(); in toJson()
436 int msgType = message.getType().getAsInt(); in getOuterXML()