Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h95 static bool ReadValue(ELFAttributeValue& pValue,
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
DELFAttribute.cpp250 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/
Dvkjson.cc1056 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/
DGPBDictionary.m378 static void ReadValue(GPBCodedInputStream *stream, function
473 ReadValue(stream, &key, keyDataType, registry, field);
475 ReadValue(stream, &value, valueDataType, registry, field);