Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h52 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs,
54 return GetAttributes(cu, attrs, recurse, 0 /* curr_depth */);
183 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs, Recurse recurse,
DDWARFBaseDIE.cpp107 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes() function in DWARFBaseDIE
110 return m_die->GetAttributes(m_cu, attributes, recurse); in GetAttributes()
DDWARFDebugInfoEntry.cpp402 size_t DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, in GetAttributes() function in DWARFDebugInfoEntry
441 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes()
735 GetAttributes(cu, attributes, Recurse::yes); in GetParentDeclContextDIE()
785 GetAttributes(cu, attributes, Recurse::yes); in GetQualifiedName()
DDWARFBaseDIE.h114 size_t GetAttributes(DWARFAttributes &attributes,
/external/gptfdisk/
Dattributes.h28 uint64_t GetAttributes(void) const {return attributes;} in GetAttributes() function
Dgptpart.h68 Attributes GetAttributes(void) {return attributes;} in GetAttributes() function
Dattributes.cc226 os << data.GetAttributes(); in operator <<()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.h136 virtual Status GetAttributes(AttributeVector* attributes) const = 0;
193 Status GetAttributes(AttributeVector* attr_vector) const override;
229 Status GetAttributes(AttributeVector* attr_vector) const override;
269 Status GetAttributes(AttributeVector* attr_vector) const override;
294 Status GetAttributes(AttributeVector* attr_vector) const override;
334 Status GetAttributes(AttributeVector* attr_vector) const override;
366 Status GetAttributes(AttributeVector* attr_vector) const override;
Ddataset_test_base.cc901 TF_RETURN_IF_ERROR(dataset_params.GetAttributes(&attributes)); in MakeDatasetOpKernel()
924 TF_RETURN_IF_ERROR(dataset_params.GetAttributes(&attributes)); in MakeDatasetTensor()
1000 Status RangeDatasetParams::GetAttributes(AttributeVector* attr_vector) const { in GetAttributes() function in tensorflow::data::RangeDatasetParams
1024 Status BatchDatasetParams::GetAttributes(AttributeVector* attr_vector) const { in GetAttributes() function in tensorflow::data::BatchDatasetParams
1048 Status MapDatasetParams::GetAttributes(AttributeVector* attr_vector) const { in GetAttributes() function in tensorflow::data::MapDatasetParams
1087 Status TensorSliceDatasetParams::GetAttributes( in GetAttributes() function in tensorflow::data::TensorSliceDatasetParams
1130 Status TakeDatasetParams::GetAttributes(AttributeVector* attr_vector) const { in GetAttributes() function in tensorflow::data::TakeDatasetParams
1151 Status ConcatenateDatasetParams::GetAttributes( in GetAttributes() function in tensorflow::data::ConcatenateDatasetParams
Doptimize_dataset_op_test.cc53 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anon490417670111::OptimizeDatasetParams
Dmap_defun_op_test.cc65 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anonfe0e44000111::MapDefunOpParams
98 TF_RETURN_IF_ERROR(params.GetAttributes(&attributes)); in CreateMapDefunOpKernel()
Dreduce_dataset_op_test.cc69 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anon3adef36e0111::ReduceDatasetParams
Dskip_dataset_op_test.cc49 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anon40f4be6d0111::SkipDatasetParams
Dzip_dataset_op_test.cc55 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anone5e941290111::ZipDatasetParams
Dflat_map_dataset_op_test.cc58 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anonae9e6fba0111::FlatMapDatasetParams
Dprefetch_dataset_op_test.cc56 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::__anon009e9ba70111::PrefetchDatasetParams
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.h29 const std::map<WideString, WideString>& GetAttributes() const { in GetAttributes() function
Dcfx_xmlelement_unittest.cpp65 ASSERT_EQ(2U, node.GetAttributes().size()); in TEST()
70 ASSERT_EQ(1U, node.GetAttributes().size()); in TEST()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dauto_shard_dataset_op_test.cc56 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::experimental::__anon8ac557bd0111::AutoShardDatasetParams
Dsampling_dataset_op_test.cc55 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::experimental::__anon29d97cce0111::SamplingDatasetParams
Dassert_next_dataset_op_test.cc55 Status GetAttributes(AttributeVector* attr_vector) const override { in GetAttributes() function in tensorflow::data::experimental::__anon1e4e85e30111::AssertNextDatasetParams
Drandom_dataset_op_test.cc65 virtual Status GetAttributes(AttributeVector* attributes) const override { in GetAttributes() function in tensorflow::data::experimental::__anone47fe0d40111::RandomDatasetParams
Dunique_dataset_op_test.cc46 Status GetAttributes(AttributeVector* attributes) const override { in GetAttributes() function in tensorflow::data::experimental::__anond96bffaa0111::UniqueDatasetParams
/external/angle/src/libANGLE/
DShader.cpp472 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
512 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
519 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp106 for (auto it : pElement->GetAttributes()) { in FindAttributeWithNS()
361 for (auto it : ToXMLElement(pXMLDocumentNode)->GetAttributes()) { in ParseAsXDPPacket_XDP()
691 for (auto it : pXMLElement->GetAttributes()) { in NormalLoader()
856 for (auto it : pXMLElement->GetAttributes()) { in ParseDataGroup()

123