Home
last modified time | relevance | path

Searched defs:skipValue (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h403 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
416 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
Ducharstrie.h431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function
441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function
/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h403 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
416 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
Ducharstrie.h431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function
441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonReader.java355 public abstract void skipValue() throws IOException; in skipValue() method in JsonReader
DJsonUtf8Reader.java831 @Override public void skipValue() throws IOException { in skipValue() method in JsonUtf8Reader
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java744 private static int skipValue(int pos, int leadByte) { in skipValue() method
757 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
DCharsTrie.java686 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
696 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java779 private static int skipValue(int pos, int leadByte) { in skipValue() method
792 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
DCharsTrie.java713 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
723 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h131 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h136 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1052 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting() local