Home
last modified time | relevance | path

Searched defs:ReadValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
/aosp12/system/core/libsparse/
H A Dsparse_read.cpp103 int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); } in ReadValue() function in SparseFileFdSource
147 int ReadValue(void* ptr, int len) override { in ReadValue() function in SparseFileBufSource
/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc1134 bool ReadValue(Json::Value* object, const char* key, T* value, in ReadValue() function