Searched defs:resultPos (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8.java | 104 static void handleOneByte(byte byte1, char[] resultArr, int resultPos) { in handleOneByte() 109 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes() 123 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes() 138 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|
D | Utf8Safe.java | 139 int resultPos = 0; in decodeUtf8Array() local 214 int resultPos = 0; in decodeUtf8Buffer() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 657 int resultPos = 0; in decodeUtf8Default() local 969 int resultPos = 0; in decodeUtf8() local 1380 int resultPos = 0; in decodeUtf8() local 1456 int resultPos = 0; in decodeUtf8Direct() local 1900 private static void handleOneByte(byte byte1, char[] resultArr, int resultPos) { in handleOneByte() 1904 private static void handleTwoBytes(byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes() 1915 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes() 1931 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|
/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
D | SegmentedByteString.kt | 141 var resultPos = 0 in commonGetSize() variable
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | AffineMap.cpp | 110 intptr_t *resultPos) { in mlirAffineMapGetSubMap()
|
/external/deqp/executor/tools/ |
D | xeTestLogCompare.cpp | 243 map<string, int>::const_iterator resultPos = batchResult.resultMap.find(casePath); in getTestResultHeaders() local
|
D | xeBatchResultToXml.cpp | 308 ShortTestResultMap::const_iterator resultPos = resultMap.find(testCase); in writeTestCaseListNode() local
|
/external/llvm-project/mlir/lib/IR/ |
D | AffineMap.cpp | 373 AffineMap AffineMap::getSubMap(ArrayRef<unsigned> resultPos) { in getSubMap()
|