Home
last modified time | relevance | path

Searched defs:getNullValue (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DValue.php55 public function getNullValue() function in Google\\Protobuf\\Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h573 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h465 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp318 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant