Home
last modified time | relevance | path

Searched defs:AddAttributes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/utils/
H A Dutils.cc63 void AddAttributes(Block::iterator begin, Block::iterator end, in AddAttributes() function
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dmetadata.cpp209 bool AddAttributes(const std::string& metadata_dir, const std::string& partition_name, in AddAttributes() function
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DRPCCall.py118 def AddAttributes(builder, attributes): function
H A DService.py129 def AddAttributes(builder, attributes): function
H A DEnum.py153 def AddAttributes(builder, attributes): function
H A DObject.py159 def AddAttributes(builder, attributes): function
H A DField.py189 def AddAttributes(builder, attributes): function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp3975 void ASTRecordWriter::AddAttributes(ArrayRef<const Attr *> Attrs) { in AddAttributes() function in ASTRecordWriter