/third_party/gptfdisk/ |
D | attributes.h | 26 uint64_t GetAttributes(void) const {return attributes;} in GetAttributes() function
|
D | gptpart.h | 66 Attributes GetAttributes(void) {return attributes;} in GetAttributes() function
|
D | attributes.cc | 226 os << data.GetAttributes(); in operator <<()
|
D | gptcurses.cc | 342 printw("Attribute flags: %016llx\n", partitions[partNum].GetAttributes().GetAttributes()); in ShowInfo()
|
D | gpt.cc | 2588 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/ |
D | cef_xml_object.h | 153 size_t GetAttributes(AttributeMap& attributes);
|
/third_party/mindspore/tests/ut/cpp/abstract/ |
D | abstract_test.cc | 57 ClassAttrVector attributes = cls->GetAttributes(); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.cpp | 483 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/ |
D | cef_xml_object.cc | 203 object->GetAttributes(attributes); in Append() 330 size_t CefXmlObject::GetAttributes(AttributeMap& attributes) { in GetAttributes() function in CefXmlObject
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | container.h | 87 ClassAttrVector &GetAttributes() { return attributes_; } in GetAttributes() function
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 612 const std::vector<sh::Attribute> *GetAttributes(const ShHandle handle);
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 709 const std::vector<sh::ShaderVariable> *GetAttributes(const ShHandle handle);
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | map.cc | 191 size_t attrSize = type->GetAttributes().size(); in FullMakeClass()
|
D | composite.cc | 232 std::size_t attrSize = type->GetAttributes().size(); in FullMake()
|
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 668 const std::vector<sh::Attribute> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderLang.cpp | 443 const std::vector<Attribute> *GetAttributes(const ShHandle handle) in GetAttributes() function
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 705 const std::vector<sh::ShaderVariable> *attributes = sh::GetAttributes(compiler); in PrintActiveVariables()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.cpp | 458 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderLang.cpp | 529 const std::vector<ShaderVariable> *GetAttributes(const ShHandle handle) in GetAttributes() function
|
/third_party/cef/tests/ceftests/ |
D | xml_reader_unittest.cc | 580 ASSERT_EQ(obj_child->GetAttributes(attribs), (size_t)2); in TEST()
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/ |
D | ops_front_infer_function.cc | 644 ClassAttrVector attributes = cls->GetAttributes(); in InferImplMakeRecord()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmftransform.cpp | 882 hr = object->transform->GetAttributes (attr.GetAddressOf ()); in gst_mf_transform_open_internal()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | prim.cc | 1605 auto m_attributes = model_class->GetAttributes(); in IsSubtypeClass()
|