Home
last modified time | relevance | path

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

/external/flatbuffers/java/com/google/flatbuffers/
DShortVector.java57 public int getAsUnsigned(int j) { in getAsUnsigned() method in ShortVector
DIntVector.java57 public long getAsUnsigned(int j) { in getAsUnsigned() method in IntVector
DByteVector.java57 public int getAsUnsigned(int j) { in getAsUnsigned() method in ByteVector
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h95 uint64_t getAsUnsigned() const { in getAsUnsigned() function