Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 23 of 23) 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/mindspore/tests/ut/cpp/abstract/
Dabstract_test.cc57 ClassAttrVector attributes = cls->GetAttributes(); in TEST_F()
/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/mindspore/mindspore/core/ir/dtype/
Dcontainer.h87 ClassAttrVector &GetAttributes() { return attributes_; } in GetAttributes() function
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h612 const std::vector<sh::Attribute> *GetAttributes(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h709 const std::vector<sh::ShaderVariable> *GetAttributes(const ShHandle handle);
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dmap.cc191 size_t attrSize = type->GetAttributes().size(); in FullMakeClass()
Dcomposite.cc232 std::size_t attrSize = type->GetAttributes().size(); in FullMake()
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp668 const std::vector<sh::Attribute> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp443 const std::vector<Attribute> *GetAttributes(const ShHandle handle) in GetAttributes() function
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp458 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
/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/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc644 ClassAttrVector attributes = cls->GetAttributes(); in InferImplMakeRecord()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp882 hr = object->transform->GetAttributes (attr.GetAddressOf ()); in gst_mf_transform_open_internal()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc1605 auto m_attributes = model_class->GetAttributes(); in IsSubtypeClass()