Searched defs:ReadValue (Results 1 – 3 of 3) sorted by relevance
35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
103 int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); } in ReadValue() function in SparseFileFdSource147 int ReadValue(void* ptr, int len) override { in ReadValue() function in SparseFileBufSource
1134 bool ReadValue(Json::Value* object, const char* key, T* value, in ReadValue() function