Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 14 of 14) sorted by relevance

/third_party/gptfdisk/
Dattributes.h26 uint64_t GetAttributes(void) const {return attributes;} in GetAttributes() function
Dgptpart.h66 Attributes GetAttributes(void) {return attributes;} in GetAttributes() function
Dattributes.cc226 os << data.GetAttributes(); in operator <<()
Dgptcurses.cc342 printw("Attribute flags: %016llx\n", partitions[partNum].GetAttributes().GetAttributes()); in ShowInfo()
Dgpt.cc2588 theAttr = partitions[partNum].GetAttributes(); in ManageAttributes()
2590 partitions[partNum].SetAttributes(theAttr.GetAttributes()); in ManageAttributes()
2610 partitions[partNum].GetAttributes().OperateOnAttributes(partNum, "get", attributeBits); in GetAttribute()
/third_party/cef/include/wrapper/
Dcef_xml_object.h153 size_t GetAttributes(AttributeMap& attributes);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp483 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
523 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
530 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc203 object->GetAttributes(attributes); in Append()
330 size_t CefXmlObject::GetAttributes(AttributeMap& attributes) { in GetAttributes() function in CefXmlObject
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h709 const std::vector<sh::ShaderVariable> *GetAttributes(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp705 const std::vector<sh::ShaderVariable> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp529 const std::vector<ShaderVariable> *GetAttributes(const ShHandle handle) in GetAttributes() function
/third_party/cef/tests/ceftests/
Dxml_reader_unittest.cc580 ASSERT_EQ(obj_child->GetAttributes(attribs), (size_t)2); in TEST()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp882 hr = object->transform->GetAttributes (attr.GetAddressOf ()); in gst_mf_transform_open_internal()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88870 nsDOMAttributeMap* GetAttributes();
93435 virtual nsresult GetAttributes(nsIDOMMozNamedAttrMap * *aAttributes) = 0;