Searched refs:ReadValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeData.h | 95 static bool ReadValue(ELFAttributeValue& pValue,
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeData.cpp | 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
|
D | ELFAttribute.cpp | 250 if (!ELFAttributeData::ReadValue(*out_attr, attr_buf, attr_size)) in merge() 259 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size)) in merge()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 1056 bool ReadValue(Json::Value* object, const char* key, T* value, in ReadValue() function 1081 return ReadValue(object_, key, value, errors_); in Visit()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDictionary.m | 378 static void ReadValue(GPBCodedInputStream *stream, function 473 ReadValue(stream, &key, keyDataType, registry, field); 475 ReadValue(stream, &value, valueDataType, registry, field);
|