Home
last modified time | relevance | path

Searched defs:skipValue (Results 1 – 19 of 19) 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.h406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
419 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/cronet/third_party/icu/source/common/unicode/
Dbytestrie.h406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
419 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.h406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
419 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/golang-protobuf/encoding/prototext/
Ddecode.go722 func (d decoder) skipValue() error { func
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonReader.java354 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/gson/gson/src/main/java/com/google/gson/internal/bind/
DJsonTreeReader.java276 @Override public void skipValue() throws IOException { in skipValue() method in JsonTreeReader
/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/
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
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
/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/gson/gson/src/main/java/com/google/gson/stream/
DJsonReader.java1249 public void skipValue() throws IOException { in skipValue() method in JsonReader
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1206 final T skipValue = (hardCount > softCount) ? softValue : hardValue; in reallyCombineInheritanceWithBailey() local