Searched refs:ReadValue (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h90 /// ReadValue - read an attribute value from input buffer
95 static bool ReadValue(ELFAttributeValue& pValue,
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, function in class:mcld::ELFAttributeData
H A DELFAttribute.cpp250 if (!ELFAttributeData::ReadValue(*out_attr, attr_buf, attr_size))
259 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size))
/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc1016 bool ReadValue(Json::Value* object, const char* key, T* value, function in namespace:__anon1940
1041 return ReadValue(object_, key, value, errors_);

Completed in 126 milliseconds