Searched refs:realLabel (Results 1 – 2 of 2) sorted by relevance
141 std::vector<uint8_t> realLabel(COMM_LABEL_LENGTH, 0); in AllocCommunicator() local143 realLabel[i] = eachByte[i]; in AllocCommunicator()145 return AllocCommunicator(realLabel, outErrorNo); in AllocCommunicator()
527 std::vector<uint8_t> realLabel(COMM_LABEL_LENGTH, 0); in ToLabelType() local529 realLabel[i] = eachByte[i]; in ToLabelType()531 return realLabel; in ToLabelType()