Home
last modified time | relevance | path

Searched defs:add_attributes (Results 1 – 3 of 3) sorted by relevance

/external/autotest/contrib/
Dmodelviz.py132 def add_attributes(): function
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h359 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
522 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
673 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
/external/python/cpython2/Python/
DPython-ast.c526 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes() function