Home
last modified time | relevance | path

Searched defs:skipValue (Results 1 – 11 of 11) 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.cpp168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
380 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
Ducharstrie.h395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function
405 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp81 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java664 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
674 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
DBytesTrie.java730 private static int skipValue(int pos, int leadByte) { in skipValue() method
743 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrie.java641 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
651 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
DBytesTrie.java699 private static int skipValue(int pos, int leadByte) { in skipValue() method
712 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h118 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr, in skipValue() function
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting() local