Home
last modified time | relevance | path

Searched defs:resultPos (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DUtf8.java158 static void handleOneByte(byte byte1, char[] resultArr, int resultPos) { in handleOneByte()
163 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes()
177 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes()
192 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
DUtf8Safe.java139 int resultPos = 0; in decodeUtf8Array() local
214 int resultPos = 0; in decodeUtf8Buffer() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java657 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()
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt269 var resultPos = 0 in decodeUtf8Array() variable
/third_party/vk-gl-cts/executor/tools/
DxeTestLogCompare.cpp243 map<string, int>::const_iterator resultPos = batchResult.resultMap.find(casePath); in getTestResultHeaders() local
DxeBatchResultToXml.cpp308 ShortTestResultMap::const_iterator resultPos = resultMap.find(testCase); in writeTestCaseListNode() local