Searched refs:IsStructKind (Results 1 – 4 of 4) sorted by relevance
85 if (mojom.IsStructKind(token) or mojom.IsUnionKind(token) or133 return (mojom.IsStructKind(kind) or mojom.IsEnumKind(kind)) and \138 return mojom.IsStructKind(kind) and kind.custom_serializer243 if mojom.IsStructKind(kind) or mojom.IsUnionKind(kind):364 "is_struct_kind": mojom.IsStructKind,428 if mojom.IsStructKind(field.kind):477 elif mojom.IsStructKind(kind):532 if mojom.IsStructKind(kind) or mojom.IsUnionKind(kind):590 if mojom.IsStructKind(kind) or mojom.IsUnionKind(kind):633 if mojom.IsStructKind(kind):[all …]
268 "is_struct_kind": mojom.IsStructKind,337 if (mojom.IsStructKind(kind) or383 if mojom.IsStructKind(field.kind):389 if mojom.IsStructKind(field.kind):412 if mojom.IsStructKind(kind):455 if mojom.IsStructKind(kind):477 if mojom.IsStructKind(kind):
132 mojom.IsStructKind(element) or mojom.IsUnionKind(element)):270 if (mojom.IsStructKind(kind) or446 'is_struct_kind': mojom.IsStructKind,
814 def IsStructKind(kind): function863 return (IsStructKind(kind) or IsArrayKind(kind) or IsStringKind(kind) or917 if IsStructKind(kind) or IsUnionKind(kind):977 if IsStructKind(kind):