Searched defs:getNullValue (Results 1 – 4 of 4) sorted by relevance
55 public function getNullValue() function in Google\\Protobuf\\Value
573 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
465 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
318 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant