Home
last modified time | relevance | path

Searched defs:expectedPosition (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DTypefaceMacTest.cpp102 std::vector<Coordinate> expectedPosition; in DEF_TEST() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java1328 private void requirePosition(int expectedPosition) throws IOException { in requirePosition()
DBinaryReader.java1723 private void requirePosition(int expectedPosition) throws IOException { in requirePosition()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java346 private int expectedPosition = -1; field in ViewableTaggedData.DrawContext
/third_party/typescript/src/harness/
DfourslashImpl.ts793 const expectedPosition = marker?.position || 0; constant