Home
last modified time | relevance | path

Searched refs:ReadSignedInt (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/profile/sdp/common/
H A Ddata_element_reader.cc63 return ReadSignedInt(size); in ReadNext()
107 DataElementReader::DataElement DataElementReader::ReadSignedInt( in ReadSignedInt() function in bluetooth::sdp::DataElementReader
H A Ddata_element_reader.h54 DataElement ReadSignedInt(DataElementSize size);
/aosp12/art/libdexfile/dex/
H A Ddex_file.cc494 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile
641 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
645 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
653 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
H A Ddex_file.h751 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc436 static_cast<int8_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()
441 static_cast<int16_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()
450 annotation_value->value_.SetI(DexFile::ReadSignedInt(annotation, value_arg)); in ProcessAnnotationValue()