Home
last modified time | relevance | path

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

12

/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/tot/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/cronet/stable/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/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/core/src/main/java/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/moshi/moshi/src/main/java/com/squareup/moshi/
DJsonReader.java479 public abstract void skipValue() throws IOException; in skipValue() method in JsonReader
DJsonValueReader.java321 public void skipValue() throws IOException { in skipValue() method in JsonValueReader
DJsonUtf8Reader.java983 public void skipValue() throws IOException { in skipValue() method in JsonUtf8Reader
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h145 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp110 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
/external/gson/gson/src/main/java/com/google/gson/stream/
DJsonReader.java1251 public void skipValue() throws IOException { in skipValue() method in JsonReader

12