Searched refs:attribute_size (Results 1 – 10 of 10) sorted by relevance
40 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, nullptr, 0); in GetCompositionSelectionRange() local41 if (attribute_size > 0) { in GetCompositionSelectionRange()44 std::vector<char> attribute_data(attribute_size); in GetCompositionSelectionRange()47 attribute_size); in GetCompositionSelectionRange()48 for (start = 0; start < attribute_size; ++start) { in GetCompositionSelectionRange()52 for (end = start; end < attribute_size; ++end) { in GetCompositionSelectionRange()
24 int attribute_size;47 if (n == desc.attribute_size) break;81 result.attribute_size = input_attributes[location].y;
520 struct attribute_size struct525 struct attribute_size<optional<Attribute> > struct527 typedef typename attribute_size<Attribute>::type type; argument550 struct attribute_size<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct561 struct attribute_size<iterator_range<Iterator> > struct573 struct attribute_size<unused_type> struct584 typename attribute_size<Attribute>::type587 return attribute_size<Attribute>::call(attr); in size()
86 struct attribute_size;89 typename attribute_size<Attribute>::type
329 struct attribute_size<fusion::extension::adt_attribute_proxy<T, N, Const> > struct337 typedef typename attribute_size<embedded_type>::type type; argument342 return attribute_size<embedded_type>::call(val.get()); in call()
11 int attribute_size;50 result.attribute_size = v_227.input_attributes[location].y;77 if (n == desc.attribute_size)
157 typedef typename traits::attribute_size<Attribute>::type size_type; in generate_impl()
847 for (int i = 0; i < node_proto.attribute_size(); ++i) { in BuildOperatorNode()885 for (int i = 0; i < node_proto.attribute_size(); ++i) { in SetCNodeAbastract()
796 for (int i = 0; i < onnx_node.attribute_size(); i++) { in ConvertIfOnnxNode()1249 for (int i = 0; i < onnx_node.attribute_size(); i++) { in ConvertLoopOnnxNode()
4453 static const GLintptr attribute_size = 4 * sizeof(GLfloat); in iterate() local4491 offsets[i] = i * attribute_size; in iterate()4492 strides[i] = attribute_size; in iterate()