Searched defs:AttributeValue (Results 1 – 3 of 3) sorted by relevance
35 struct AttributeValue { struct39 AttributeValue() : value_(nullptr), length_(0) in AttributeValue() argument42 AttributeValue(uint8_t **value, size_t length) : value_(nullptr), length_(length) in AttributeValue() argument63 …AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in AttributeValue() argument88 ~AttributeValue() in ~AttributeValue() argument
41 CfBlob *AttributeValue; // AttributeValue : Uint8Array DER format member
298 napi_value NAccessibilityElement::AttributeValue(napi_env env, napi_callback_info info) in AttributeValue() function in NAccessibilityElement