Searched defs:resultPos (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8.java | 158 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()
|
D | Utf8Safe.java | 139 int resultPos = 0; in decodeUtf8Array() local 214 int resultPos = 0; in decodeUtf8Buffer() local
|
/third_party/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()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Utf8.kt | 269 var resultPos = 0 in decodeUtf8Array() variable
|
/third_party/vk-gl-cts/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
|