Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java31 public abstract boolean hasArray(); in hasArray() method in AllocatedBuffer
148 public boolean hasArray() { in wrap() method in AllocatedBuffer
DIterableByteBufferInputStream.java33 private boolean hasArray; field in IterableByteBufferInputStream
/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dvector_has_test_generated.swift32 …public var hasArray: Bool { let o = _accessor.offset(VTOFFSET.array.v); return o == 0 ? false : tr… variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h163 bool hasArray(OutputStream &S) const { in hasArray() function