Home
last modified time | relevance | path

Searched defs:OffsetArray (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.cc204 std::vector<int32_t>* IndexSubTableFormat1::Builder::OffsetArray() { in OffsetArray() function in sfntly::IndexSubTableFormat1::Builder
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlatbuffers.kt49 public inline fun <T> OffsetArray(size: Int, crossinline call: (Int) -> Offset<T>): OffsetArray<T> { in OffsetArray() method
/third_party/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc947 class OffsetArray : public Array { class in TableBuilder
949 explicit OffsetArray(int offset) : offset_(offset) {} in OffsetArray() function in TableBuilder::OffsetArray