Searched refs:add_attributes (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 195 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 201 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey() 202 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
|
/third_party/openssl/test/helpers/ |
D | pkcs12.c | 36 static int add_attributes(PKCS12_SAFEBAG *bag, const PKCS12_ATTR *attrs); 341 static int add_attributes(PKCS12_SAFEBAG *bag, const PKCS12_ATTR *attrs) in add_attributes() function 401 if (!TEST_true(add_attributes(bag, attrs))) { in add_certbag() 435 if (!add_attributes(bag, attrs)) in add_keybag() 456 if (!add_attributes(bag, attrs)) in add_secretbag()
|
/third_party/skia/src/gpu/ |
D | GrGeometryProcessor.h | 208 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 217 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey() 219 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 479 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 509 builder_.add_attributes(attributes); 652 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 692 builder_.add_attributes(attributes); 814 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 844 builder_.add_attributes(attributes); 938 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 967 builder_.add_attributes(attributes); 1046 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 1072 builder_.add_attributes(attributes);
|
/third_party/python/Python/ |
D | Python-ast.c | 947 add_attributes(struct ast_state *state, PyObject *type, const char * const *attrs, int num_fields) in add_attributes() function 1106 if (!add_attributes(state, state->mod_type, NULL, 0)) return 0; in init_types() 1152 if (!add_attributes(state, state->stmt_type, stmt_attributes, 4)) return 0; in init_types() 1326 if (!add_attributes(state, state->expr_type, expr_attributes, 4)) return 0; in init_types() 1458 if (!add_attributes(state, state->expr_context_type, NULL, 0)) return 0; in init_types() 1482 if (!add_attributes(state, state->boolop_type, NULL, 0)) return 0; in init_types() 1499 if (!add_attributes(state, state->operator_type, NULL, 0)) return 0; in init_types() 1593 if (!add_attributes(state, state->unaryop_type, NULL, 0)) return 0; in init_types() 1623 if (!add_attributes(state, state->cmpop_type, NULL, 0)) return 0; in init_types() 1689 if (!add_attributes(state, state->comprehension_type, NULL, 0)) return 0; in init_types() [all …]
|